Some functions in the form portlet uses custom JavaScript and Velocity templates (JCR). The SiteVision API is available here
| Name | Type and Description |
|---|---|
| portlet | javax.jcr.Node |
| This portlet. See properties below | |
| sitevisionUtils | senselogic.sitevision.api.Utils Opens in new window. |
| The main entry point to all utility classes | |
| jcrSession | javax.jcr.Session |
| The JCR Session | |
| request | javax.portlet.PortletRequest |
| The portlet request | |
| values | java.util.Map |
| A map containing values associated with subscript fields. The key should be a subscript node and the corresponding value is either a String or a String[] object. An IllegalArgumentException will be thrown if any other object is used with the methods in the map. | |
| messages | java.util.Map |
| A map containing messages associated with subscripts fields. The key is a subscript node and the corresponding value is a String object. An IllegalArgumentException will be thrown if any other is used with the methods in the map. |
| Name | Type and Description | |
|---|---|---|
| errorFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| A Node that has property selectorText (java.lang.String) - the css class name of the font . | ||
| inputFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| A Node that has property selectorText (java.lang.String) - the css class name of the font . | ||
| labelFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| A Node that has property selectorText (java.lang.String) - the css class name of the font . | ||
| textFont | javax.jcr.PropertyType.WEAKREFERENCE | |
| A Node that has property selectorText (java.lang.String) - the css class name of the font . | ||
| Form | javax.jcr.Node | |
| The form in the form portlet |
Last updated: