| Attributes |
| Name | Required | Request-time | Type | Description |
| var | false | true | java.lang.String | The name of the scoped variable to assign the NmHTMLTableTree to. If this is not specified, then the tree is drawn by the tag. |
| scope | false | true | java.lang.String | The name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application" |
| model | false | true | com.ptc.core.components.descriptor.ComponentModel | The component model to create (and optionally draw) an NmHTMLTableTree from. If unspecified, then an NmHTMLTableTree must be specified using the tree attribute. |
| tree | false | true | com.ptc.netmarkets.util.treetable.NmHTMLTableTree | The NmHTMLTableTree to render. If this is not specified, then a ComponentModel must be specified from which a tree will be created. |
| helpContext | false | true | java.lang.String | The help context for this tree |
| useTrail | false | true | boolean | Whether or not to trail-enable links in the tree |
| preferenceContext | false | true | java.lang.String | The preference context for this tree |
| singleSelect | false | true | boolean | Single Select mode. Use Radio buttons or checkboxes for the row selection. |
| showCustomViewLink | false | true | boolean | Determines whether or not to show The customize view link in the view drop down. |
| scroll | false | true | java.lang.String | Specifies that the table should use scrollbars to keep the header and actions in view when looking down at the items in the bottom of the table. |
| showCount | false | true | boolean | optionally show the count of objects in the table title area. |
| rowBasedObjectHandle | false | true | boolean | Whether objectHandles are needed for each row. By default the value of this attribute is false. Set to true to render a table for creating/editing multiple objects in a create/edit wizard. |
| afterJS | false | false | java.lang.String | JavaScript method to execute after the table has been rendered or re-rendered as a result of sorting etc. |
| showPagingLinks | false | true | boolean | Determines whether or not the table is paged. |
| pageLimit | false | true | int | The number of rows to display per page in the table. If this was specified by the getIeModel tag, it does not need to be respecified here. |
| fullListLimit | false | true | int | The maximum number of rows to display per page in the table when the full list actions is clicked. The number can be set to a level so as to keep the browser from crashing. |
| showTreeLines | false | true | boolean | Determines if tree lines will be diplayed to show structure in the tree |