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 The PagedResults_HtmlSubwriter class is instantiated and adds controls to the placeholder here |
|
Add_Popup_HTML ( |
Add the HTML to be added near the top of the page for those viewers that implement pop-up forms for data retrieval This adds any popup divisions for form metadata elements |
|
Folder_Mgmt_MySobekViewer ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Folder_Mgmt_MySobekViewer class
|
|
Write_HTML ( |
Add the HTML to be displayed in the main SobekCM viewer area
|
Method | Description | |
---|---|---|
add_children_nodes ( System.Web.UI.WebControls.TreeNode ParentNode, SobekCM.Library.Users.User_Folder ThisFolder, string SelectedFolder, string RedirectURL, List |
||
refresh_user_folders ( SobekCM.Library.Users.User_Object User, Custom_Tracer Tracer ) : void |
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void | ||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder to which all main controls are added |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
public Add_Popup_HTML ( |
||
Output | Textwriter to write the pop-up form HTML for this viewer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
public Folder_Mgmt_MySobekViewer ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
public Write_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |