Method | Description | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : bool |
Adds the tree view control to the provided place holder if this is the tree view main home page
|
|
Add_Footer ( |
Add the footer to the output
|
|
Add_Header ( |
Add the header to the output
|
|
Add_SubCollection_Buttons ( |
||
Aggregation_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor creates a new instance of the Aggregation_HtmlSubwriter class
|
|
Write_Final_HTML ( |
Writes final HTML after all the forms
|
|
Write_HTML ( |
Writes the HTML generated by this aggregation html subwriter directly to the response stream
|
|
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 By default this does nothing, but can be overwritten by all the individual html subwriters |
Method | Description | |
---|---|---|
add_home_html ( |
Adds the home page text to the output for this collection view
|
|
write_description_home ( |
Adds the main library home page with short descriptions about each highlighted item aggregation
|
|
write_institution_icons ( |
Adds the partner institution page from the main library home page as large icons
|
|
write_institution_list ( |
Adds the partner institution page from the main library home page as small icons and html names
|
|
write_list_home ( |
Adds the main library home page with icons and names about each highlighted item aggregation
|
|
write_personalized_home ( |
Adds the personalized main library home page for logged on users
|
|
write_treeview ( |
Write the treeview to the specified output
|
Method | Description | |
---|---|---|
Add_Sharing_Buttons ( |
||
Highlight_To_Html ( SobekCM.Library.Aggregations.Item_Aggregation_Highlights Highlight, string Directory ) : string | ||
Int_To_Comma_String ( int Value ) : string | ||
add_children_to_tree ( string LeadingSpaces, |
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : bool | ||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Place holder into which to place the built tree control |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | bool |
public Add_Footer ( |
||
Output | Stream to which to write the HTML for this footer | |
return | void |
public Add_Header ( |
||
Output | Stream to which to write the HTML for this header | |
return | void |
public static Add_SubCollection_Buttons ( |
||
Output | ||
RequestSpecificValues | RequestCache | |
hierarchyObject | SobekCM.Library.Aggregations.Item_Aggregation | |
return | bool |
public Aggregation_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 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_Internal_Header_HTML ( |
||
Output | Stream to which to write the HTML for the internal header information | |
Current_User | SobekCM.Library.Users.User_Object | 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 | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
protected add_home_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 |
protected write_description_home ( |
||
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 | void |
protected write_institution_icons ( |
||
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 | void |
protected write_institution_list ( |
||
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 | void |
protected write_list_home ( |
||
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 | void |
protected write_personalized_home ( |
||
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 | void |
protected write_treeview ( |
||
Output | Stream to the HTML response output | |
Tracer | Custom_Tracer | The tracer. |
return | void |