Method | Description | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder placeHolder, |
Add the sitemap tree-view control, if there is a site map included in this object
|
|
Web_Content_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Web_Content_HtmlSubwriter class
|
|
Write_Final_HTML ( |
Writes the HTML generated by this simple text / CMS html subwriter directly to the response stream This finishes out the page and includes all the static content in this static web content file |
|
Write_HTML ( |
Writes the HTML generated by this simple text / CMS html subwriter directly to the response stream This just begins the page and gets ready for site map tree view to possibly be added |
|
Write_Internal_Header_HTML ( |
Adds the internal header HTML for this specific HTML writer
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page
|
Method | Description | |
---|---|---|
Get_Simple_Web_Content_Text ( |
Gets the simple CMS/info object and text to display This always pulls the data directly from disk; this text is not cached. |
|
add_child_nodes ( System.Web.UI.WebControls.TreeNode treeNode, SobekCM.Core.SiteMap.SobekCM_SiteMap_Node siteNode, string base_url, int selected_node ) : void | ||
recursively_draw_sitemap_for_robots ( |
||
treeView1_TreeNodePopulate ( object sender, System.Web.UI.WebControls.TreeNodeEventArgs e ) : void |
Event handler loads the nodes on request to the serial hierarchy trees when the user requests them by expanding a node
|
|
write_banner_and_menu ( |
||
write_edit_display ( |
||
write_standard_display ( |
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder placeHolder, |
||
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 Web_Content_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
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_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 |