Content Handlers
Content handlers give jsLib the capability for incorporating content
from external files using either <a> or <object> tags.
The specific capability is determined by the first class in the
class attribute of the content handler tag.
-
The HTML handler lets you put external HTML documents into a
presentation.
-
The Include handler lets you include DOM block elements from other
.html files into a presentation.
-
The SHJS handler lets you incorporate a syntax-highlighted external
file into a presentation.
The syntax highlighting is done with the SHJS highlighter.
-
The HLJS handler lets you incorporate a syntax-highlighted external
file into a presentation.
The syntax highlighting is done with the HLJS highlighter.