comboBox_TextBox_Element.render_helper Method (TextWriter, String, List(String), String, String, User_Object, Web_Language_Enum, Language_Support_Info, String, Boolean)
Method helps to render the html for all elements based on comboBox_TextBox_Element class
Namespace: SobekCM.Library.Citation.ElementsAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
protected void render_helper(
TextWriter Output,
string select_value,
List<string> userdefined_possible,
string text_value,
string Skin_Code,
User_Object Current_User,
Web_Language_Enum CurrentLanguage,
Language_Support_Info Translator,
string Base_URL,
bool initial_value
) |
Parameters
- Output
- Type: System.IO..::..TextWriter
Output for the generate html for this element
- select_value
- Type: System..::..String
Value for the current digital resource to display in the combo box
- userdefined_possible
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of possible select values, set by the user
- text_value
- Type: System..::..String
Value for the current digital resource to display in the text box
- Skin_Code
- Type: System..::..String
Code for the current html skin
- Current_User
- Type: SobekCM.Core.Users..::..User_Object
Current user, who's rights may impact the way an element is rendered
- CurrentLanguage
- Type: SobekCM.Core.Configuration.Localization..::..Web_Language_Enum
Current user-interface language
- Translator
- Type: SobekCM.Core.ApplicationState..::..Language_Support_Info
Language support object which handles simple translational duties
- Base_URL
- Type: System..::..String
Base URL for the current request
- initial_value
- Type: System..::..Boolean
Flag indicates if the value in the select_value param is actually instructional text, and not a true value
See Also