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

See Also

Reference

SPMobileHtmlTextBoxAdapter Class

SPMobileHtmlTextBoxAdapter Members

Microsoft.SharePoint.MobileControls Namespace