Method | Description | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void |
Add controls directly to the form in the main control area placeholder
|
|
Admin_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Admin_HtmlSubwriter class
|
|
Write_Additional_HTML ( |
Writes additional HTML needed in the main form before the main place holder but after the other place holders.
|
|
Write_Final_HTML ( |
Writes final HTML after all the forms
|
|
Write_HTML ( |
Writes the HTML generated by this my sobek html subwriter directly to the response stream
|
|
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 By default this does nothing, but can be overwritten by all the individual html subwriters |
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void | ||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form, widely used throughout the application |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
public Admin_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 directly write to | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
public Write_Final_HTML ( |
||
Output | Stream to directly write to | |
Tracer | Custom_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 | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | bool |
public Write_ItemNavForm_Closing ( |
||
Output | Stream to which to write the text for this main writer | |
Tracer | Custom_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 | Custom_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 | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |