Class Index | File Index

Classes


Class adf.TableTocRenderer


Extends adf.TocRenderer.

Defined in: Toc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This is the default toc renderer implementation in the WebADF.
Method Summary
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
 
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

Documentation generated by JsDoc Toolkit 2.1.0 on Mon May 17 2010 13:45:43 GMT-0700 (PDT)