Свойство | Тип | Описание | |
---|---|---|---|
RequestSpecificValues | RequestCache | ||
emptybehaviors | List |
Метод | Описание | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
Add controls directly to the form in the main control area placeholder No controls are added here, although some children class override this virtual method to add controls |
|
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 No html is added here, although some children class override this virtual method to add pop-up form HTML |
|
Write_HTML ( |
Add the HTML to be displayed in the main SobekCM viewer area (outside of any form) Abstract method must be implemented by all extending classes |
|
Write_ItemNavForm_Closing ( |
This is an opportunity to write HTML directly into the main form, without using the pop-up html form architecture This text will appear within the ItemNavForm form tags |
|
Write_ItemNavForm_Opening ( |
This is an opportunity to write HTML directly into the main form before any controls are placed in the main place holder This text will appear within the ItemNavForm form tags |
|
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 |
Метод | Описание | |
---|---|---|
Write_Item_Type_Top ( |
Writes the top part of the page, mimicing the item viewer
|
|
Write_Item_Type_Top ( |
Writes the top part of the page, mimicing the item viewer
|
|
abstract_MySobekViewer ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the abstract_MySobekViewer class
|
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder to which all main controls are added |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public Add_Popup_HTML ( |
||
Output | Textwriter to write the pop-up form HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public abstract Write_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public Write_ItemNavForm_Closing ( |
||
Output | Textwriter to write the pop-up form HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public Write_ItemNavForm_Opening ( |
||
Output | Textwriter to write the pop-up form HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
protected Write_Item_Type_Top ( |
||
Output | Stream to write the item-level top to | |
Item | Item with all the information necessary to write the top | |
Результат | void |
protected Write_Item_Type_Top ( |
||
Output | Stream to write the item-level top to | |
Item | Item with all the information necessary to write the top | |
Результат | 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 | |
Результат | bool |
protected abstract_MySobekViewer ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
Результат | System |
protected RequestCache RequestSpecificValues | ||
Результат | RequestCache |