Class MobileTextBox
Inheritance
System.Object
MobileTextBox
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.MVC.dll
Syntax
public class MobileTextBox : Control, IHtmlString
Constructors
MobileTextBox(String, MobileTextBoxProperties)
Declaration
public MobileTextBox(string id, MobileTextBoxProperties propModel)
Parameters
MobileTextBox(String, MobileTextBoxProperties, HtmlHelper)
Declaration
public MobileTextBox(string id, MobileTextBoxProperties propModel, HtmlHelper htmlHelper)
Parameters
MobileTextBox(String, MobileTextBoxProperties, HtmlHelper, IDictionary<String, Object>)
Declaration
public MobileTextBox(string id, MobileTextBoxProperties propModel, HtmlHelper htmlHelper, IDictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
System.String |
id |
|
MobileTextBoxProperties |
propModel |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttributes |
|
MobileTextBox(String, MobileTextBoxProperties, HtmlHelper, Object, IDictionary<String, Object>)
Declaration
public MobileTextBox(string id, MobileTextBoxProperties propModel, HtmlHelper htmlHelper, object value, IDictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
System.String |
id |
|
MobileTextBoxProperties |
propModel |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
System.Object |
value |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttributes |
|
MobileTextBox(String, MobileTextBoxProperties, HtmlHelper, String, IDictionary<String, Object>)
Declaration
public MobileTextBox(string id, MobileTextBoxProperties propModel, HtmlHelper htmlHelper, string value, IDictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
System.String |
id |
|
MobileTextBoxProperties |
propModel |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
System.String |
value |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttributes |
|
MobileTextBox(String, MobileTextBoxProperties, HtmlHelper, String, Int32, Int32, IDictionary<String, Object>)
Declaration
public MobileTextBox(string id, MobileTextBoxProperties propModel, HtmlHelper htmlHelper, string value, int rows, int columns, IDictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
System.String |
id |
|
MobileTextBoxProperties |
propModel |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
System.String |
value |
|
System.Int32 |
rows |
|
System.Int32 |
columns |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttributes |
|
Fields
inputLink
Declaration
protected MvcHtmlString inputLink
Field Value
Type |
Description |
System.Web.Mvc.MvcHtmlString |
|
Properties
MobileEditorModel
Declaration
public MobileTextBoxProperties MobileEditorModel { get; set; }
Property Value
MobileTextBoxModel
Declaration
public MobileTextBoxProperties MobileTextBoxModel { get; set; }
Property Value
Model
Declaration
protected override object Model { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
TagName
Declaration
public override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
CreateContainer(String)
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
CreateUnObtrusiveContainer(String)
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
EditorTextboxLink(String)
Declaration
public HtmlString EditorTextboxLink(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
MaskEditTextboxLink(String, IDictionary<String, Object>)
Declaration
public string MaskEditTextboxLink(string controlID, IDictionary<string, object> htmlAttr)
Parameters
Type |
Name |
Description |
System.String |
controlID |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttr |
|
Returns
Type |
Description |
System.String |
|
PasswordTextboxLink(String, IDictionary<String, Object>)
Declaration
public HtmlString PasswordTextboxLink(string controlID, IDictionary<string, object> htmlAttr)
Parameters
Type |
Name |
Description |
System.String |
controlID |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttr |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Overrides
TextAreaLink(String, IDictionary<String, Object>)
Declaration
public HtmlString TextAreaLink(string controlID, IDictionary<string, object> htmlAttr)
Parameters
Type |
Name |
Description |
System.String |
controlID |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttr |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
TextboxLink(String, IDictionary<String, Object>)
Declaration
public HtmlString TextboxLink(string controlID, IDictionary<string, object> htmlAttr)
Parameters
Type |
Name |
Description |
System.String |
controlID |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttr |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Implements
System.Web.IHtmlString