SPMobileXhtmlTextBoxAdapter.ConditionalRenderCustomAttribute Method (XhtmlMobileTextWriter, String)
Ensures that text is input to the text box the correct reading direction for the language.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub ConditionalRenderCustomAttribute ( _
writer As XhtmlMobileTextWriter, _
attributeName As String _
)
'Usage
Dim writer As XhtmlMobileTextWriter
Dim attributeName As String
Me.ConditionalRenderCustomAttribute(writer, _
attributeName)
protected override void ConditionalRenderCustomAttribute(
XhtmlMobileTextWriter writer,
string attributeName
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriterThe object that writes the XHTML.
- attributeName
Type: System.String
See Also
Reference
SPMobileXhtmlTextBoxAdapter Class
SPMobileXhtmlTextBoxAdapter Members