SPMobileHtmlTextBoxAdapter.AddAttributes Method
Adds a dir attribute to the input element to ensure that a user’s input to the text box follows the reading direction of the language.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub AddAttributes ( _
writer As HtmlMobileTextWriter _
)
'Usage
Dim writer As HtmlMobileTextWriter
Me.AddAttributes(writer)
protected override void AddAttributes(
HtmlMobileTextWriter writer
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriterThe object that writes the HTML.
See Also
Reference
SPMobileHtmlTextBoxAdapter Class