Attributes |
Name | Required | Request-time | Type | Description |
checkContentDisplayPage | false | true | boolean | Whether to make selectable only Display Page type pages. |
defaultStateChecked | false | true | boolean | Whether to initially select the checkboxes, if selectableTree is enabled. |
draggableTree | false | true | boolean | Whether the pages in the tree can be dragged and dropped. |
expandFirstNode | false | true | boolean | Whether to expand the root node. |
groupId | false | true | long | The group ID from which the pages are displayed. |
incomplete | false | true | boolean | Whether to gray out the layouts that have a workflow status Incomplete . |
layoutSetBranch | false | true | com.liferay.portal.kernel.model.LayoutSetBranch | No Description |
linkTemplate | false | true | java.lang.String | The HTML template to use to generate the HTML of each page in the tree. |
portletURL | false | true | javax.portlet.PortletURL | The base portlet URL to use to generate the URL of the nodes. |
portletURLs | false | true | java.util.Map | A map of base portlet URLs that can be used to generate several URLs in the nodes. The key of the map is replaced by the value in the linkTemplate or rootLinkTemplate . |
privateLayout | false | true | boolean | Whether to display the Private Pages from the site; otherwise, the Public Pages are displayed. |
rootLinkTemplate | false | true | java.lang.String | The HTML template to use to generate the HTML for the root node of the tree. |
rootNodeName | false | true | java.lang.String | The text to display in the root node of the tree. |
saveState | false | true | boolean | Whether to persist the state of open/closed nodes for the next time the user views this tree. |
scriptPosition | false | true | java.lang.String | The position of the script rendered by this tag. See the documentation for the <aui:script> tag's <position> attribute for more details. |
selectableTree | false | true | boolean | Whether to provide each node a checkbox so the pages can be selected. |
selectedLayoutIds | false | true | java.lang.String | The nodes that are to be selected initially, if selectableTree is enabled. |
selPlid | false | true | java.lang.Long | The primary key of the page that is currently selected. |
treeId | false | true | java.lang.String | A unique ID to namespace the tree. |