Méthode | Description | |
---|---|---|
Prepare_For_Save ( |
Prepares the bib object for the save, by clearing any existing data in this element's related field(s) This clears the main title's part numbers and part names, and the statement of responsibility note |
|
Render_Template_HTML ( |
Renders the HTML for this element This element appends a popup form to the popup_form_builder |
|
Save_To_Bib ( |
Saves the data rendered by this element to the provided bibliographic object during postback
|
|
Title_Main_Form_Element ( ) : System |
Constructor for a new instance of the Title_Main_Form_Element class
|
Méthode | Description | |
---|---|---|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This procedure does not currently read any inner xml (not yet necessary) |
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
Résultat | 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 | |
Résultat | void |
public Render_Template_HTML ( |
||
Output | Textwriter to write the HTML for this element | |
Bib | Object to populate this element from | |
Skin_Code | string | Code for the current skin |
IsMozilla | bool | Flag indicates if the current browse is Mozilla Firefox (different css choices for some elements) |
PopupFormBuilder | StringBuilder | Builder for any related popup forms for this element |
Current_User | Current user, who's rights may impact the way an element is rendered | |
CurrentLanguage | Web_Language_Enum | Current user-interface language |
Translator | Language support object which handles simple translational duties | |
Base_URL | string | Base URL for the current request |
Résultat | void |
public Save_To_Bib ( |
||
Bib | Object into which to save the user's data, entered into the html rendered by this element | |
Résultat | void |
public Title_Main_Form_Element ( ) : System | ||
Résultat | System |