| Class | Description |
|---|---|
| AbstractTemplateDirective |
Base class for all Web Editor directive implementations.
|
| AssetDirective |
Freemarker directive to stream a repository asset's content to the HTTP
response.
|
| TemplateConstants |
Constants used by the JSP tag lib.
|
| TemplateProps |
Loads default directive properties from a bundle
|
| TruncateDirective |
Freemarker directive to output a string, truncating it at a certain number of
characters.
|
| UrlDirective |
Freemarker directive to output the url of an asset or section.
|
| WebEditorEndTemplateDirective |
Freemarker directive which initialises the Web Editor with all marked areas of the page.
|
| WebEditorMarkContentDirective |
Freemarker directive which indicates an editable area of the page
Usage: <@markContent id=nodeRef title=mytitle formId=form nestedMarker='true'/>
id - The mandatory id attribute specifies the NodeRef of the Alfresco node to be edited.
|
| WebEditorStartTemplateDirective |
Freemarker directive which bootstraps the Web Editor
Usage: <@startTemplate toolbarLocation=xxx/>
The toolbarLocation attribute controls the initial location of the toolbar,
valid values are "top", "left" and "right", the default is "top".
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.