multipleTextBox_Element Class
Abstract base class for all elements which are made up of multiple small text boxes
Namespace: SobekCM.Library.Citation.ElementsAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public abstract class multipleTextBox_Element : abstract_Element |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Default_Value | Adds a new default value for this multiple text box type element |
| Close_Button_URL | Return the HTML for the close button image for a given html interface (Inherited from abstract_Element.) |
| Help_URL | Returns the URL for the element help for a given html interface (Inherited from abstract_Element.) |
| Inner_Read_Data | Reads the inner data from the CompleteTemplate XML format (Overrides abstract_Element..::..Inner_Read_Data(XmlTextReader).) |
| Prepare_For_Save | Prepares the bib object for the save, by clearing any existing data in this element's related field(s) (Inherited from abstract_Element.) |
| Read_XML | Reads from the template XML format (Inherited from abstract_Element.) |
| render_helper(TextWriter, ReadOnlyCollection<(Of <<'(String>)>>), String, User_Object, Web_Language_Enum, Language_Support_Info, String) | Method helps to render all multiple text box based elements |
| render_helper(TextWriter, String, String, User_Object, Web_Language_Enum, Language_Support_Info, String) | Method helps to render all multiple text box based elements |
| Render_Template_HTML | Renders the HTML for this element (Inherited from abstract_Element.) |
| Save_Constant_To_Bib | Saves the constants to the bib id (Inherited from abstract_Element.) |
| Save_To_Bib | Saves the data rendered by this element to the provided bibliographic object during postback (Inherited from abstract_Element.) |
| Set_Base_URL | Sets the base url for the current request (Inherited from abstract_Element.) |
Fields
| Name | Description |
---|
| boxes_per_line | Protected field holds how many boxes are allowed per line, or -1 if there is no limit |
| default_values | Protected field holds all the default values to display |
| HELP_BUTTON_URL | Constant defines the url for the repeat button image for all metadata element objects (Inherited from abstract_Element.) |
| help_page | Name of the help page, if different than default (Inherited from abstract_Element.) |
| html_element_name | Name used for style sheet references and html id's for this subtype of this element (Inherited from abstract_Element.) |
| max_boxes | Protected field holds how many boxes are allowed total for this element, or -1 if there is no limit |
| REPEAT_BUTTON_URL | Constant defines the url for the repeat button image for all metadata element objects (Inherited from abstract_Element.) |
| view_choices_string | Protected field holds any html to insert as the view choices option after the boxes |
Properties
See Also