Class adf.TableTocRenderer
Extends
adf.TocRenderer.
Defined in: Toc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This is the default toc renderer implementation in the WebADF.
|
Method Attributes | Method Name and Description |
---|---|
Appends the Table body DOM Node to the Table Dom Node on which the Toc Nodes are rendered to
Sets explicity checkbox states for Toc Nodes if the browser is IE6
|
|
init(container)
Initializes the table within which the toc is to be rendered.
|
|
renderNode(node)
Render each toc node as table cell within table
|
|
reset()
Clears table content and context menu items
|
|
Removes the Table body DOM Node from the Table DOM Node on which the Toc Nodes are rendered to
Sets explicity checkbox states for Toc Nodes if the browser is IE6
|
Class Detail
adf.TableTocRenderer()
This is the default toc renderer implementation in the WebADF.
This class renders the toc as a table and each node as a table row/cell within the table.
Method Detail
endRendering()
Appends the Table body DOM Node to the Table Dom Node on which the Toc Nodes are rendered to
Sets explicity checkbox states for Toc Nodes if the browser is IE6
init(container)
Initializes the table within which the toc is to be rendered.
Also initializes the token handlers to handle adf.Toc#tokens
- Parameters:
- container
renderNode(node)
Render each toc node as table cell within table
- Parameters:
- {adf.TocNode} node
- this is adf.Toc Node that is being rendered
reset()
Clears table content and context menu items
startRendering()
Removes the Table body DOM Node from the Table DOM Node on which the Toc Nodes are rendered to
Sets explicity checkbox states for Toc Nodes if the browser is IE6