| Package | Description |
|---|---|
| org.alfresco.wcm.client.directive |
| Modifier and Type | Class and Description |
|---|---|
class |
WebEditorEndTemplateDirective
Freemarker directive which initialises the Web Editor with all marked areas of the page.
|
class |
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.
|
class |
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.