Property | Type | Description | |
---|---|---|---|
treeView1_SelectedNodeChanged | void |
Method | Description | |
---|---|---|
Add_Header ( |
Add the header to the output
|
|
Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder Main_PlaceHolder, |
Performs the final HTML writing which completes the item table and adds the final page navigation buttons at the bottom of the page
|
|
Add_Standard_TOC ( System.Web.UI.WebControls.PlaceHolder TocPlaceHolder, |
Adds the table of contents as a control in the left navigation bar
|
|
Create_TreeView_From_Divisions ( |
Populates the tree view with the divisions from the current digital resource item
|
|
Item_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Item_HtmlSubwriter class
|
|
Write_Additional_HTML ( |
Writes the HTML generated by this item html subwriter directly to the response stream This continues writing this item from finishing the left navigation bar to the popup forms to the page navigation controls at the top of the item viewer's main area |
|
Write_Final_HTML ( |
Spot to write any final HTML to the response stream
|
|
Write_HTML ( |
Writes the HTML generated by this item html subwriter directly to the response stream This begins writing this page, up to the item-level main menu |
|
Write_Internal_Header_HTML ( |
Adds the internal header HTML for this specific HTML writer
|
|
Write_ItemNavForm_Closing ( |
Writes final HTML to the output stream after all the placeholders and just before the itemNavForm is closed.
|
|
Write_ItemNavForm_Opening ( |
Writes the html to the output stream open the itemNavForm, which appears just before the TocPlaceHolder
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page
|
Method | Description | |
---|---|---|
treeView1_SelectedNodeChanged ( object Sender, |
Event is fired if the currently selected tree view node changes.
|
public Add_Header ( |
||
Output | Stream to which to write the HTML for this header | |
return | void |
public Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder Main_PlaceHolder, |
||
Main_PlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form, widely used throughout the application |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Add_Standard_TOC ( System.Web.UI.WebControls.PlaceHolder TocPlaceHolder, |
||
TocPlaceHolder | System.Web.UI.WebControls.PlaceHolder | TOC place holder ( "tocPlaceHolder" ) in the itemNavForm form, widely used throughout the application |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Create_TreeView_From_Divisions ( |
||
TreeViewArg | Tree view control to populate | |
return | void |
public Item_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
public Write_Additional_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Write_Final_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Write_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool |
public Write_Internal_Header_HTML ( |
||
Output | Stream to which to write the HTML for the internal header information | |
Current_User | Currently logged on user, to determine specific rights | |
return | void |
public Write_ItemNavForm_Closing ( |
||
Output | Stream to which to write the text for this main writer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Write_ItemNavForm_Opening ( |
||
Output | Stream to directly write to | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Write_Within_HTML_Head ( |
||
Output | Output stream currently within the HTML head tags | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |