Method | Description | |
---|---|---|
Literal_Element ( ) : System |
Constructor for a new instance of the Literal_Element class
|
|
Prepare_For_Save ( |
Prepares the bib object for the save, by clearing any existing data in this element's related field(s) This does nothing |
|
Render_Template_HTML ( |
Render the HTML for the template
|
|
Save_To_Bib ( |
Saves the data rendered by this element to the provided bibliographic object during postback
|
Method | Description | |
---|---|---|
Inner_Read_Data ( |
Read inner data for this XML
|
protected Inner_Read_Data ( |
||
XMLReader | Current reader for the template configuration XML file | |
return | void |
public Prepare_For_Save ( |
||
Bib | Existing digital resource object which may already have values for this element's data field(s) | |
Current_User | Current user, who's rights may impact the way an element is rendered | |
return | void |
public Render_Template_HTML ( |
||
Output | Output stream to write the template to | |
Bib | Digital resource to show in the template | |
Skin_Code | string | Skin code to use |
IsMozilla | bool | Flag indicates if this is being displayed in Mozilla |
PopupFormBuilder | StringBuilder | Builder collects any pop-up form HTML |
Current_User | Currenlty logged on user | |
CurrentLanguage | Web_Language_Enum | Currently requested language for the template |
Translator | Translator object | |
Base_URL | string | Base URL for the instance of SobekCM |
return | void |
public Save_To_Bib ( |
||
Bib | Object into which to save the user's data, entered into the html rendered by this element | |
return | void |