C# Class FluentWebControls.Extensions.TextAreaDataExtensions

ファイルを表示 Open project: mvbalaw/FluentWebControls

Public Methods

Method Description
Cols ( this textAreaData, int cols ) : TextAreaData
CssClass ( this textAreaData, string cssClass ) : TextAreaData
Rows ( this textAreaData, int rows ) : TextAreaData
Width ( this textAreaData, string width ) : TextAreaData
WithLabel ( this textAreaData, LabelData label ) : TextAreaData
WithLabel ( this textAreaData, string labelText ) : TextAreaData
WithTabIndex ( this textAreaData, string tabIndex ) : TextAreaData

Method Details

Cols() public static method

public static Cols ( this textAreaData, int cols ) : TextAreaData
textAreaData this
cols int
return TextAreaData

CssClass() public static method

public static CssClass ( this textAreaData, string cssClass ) : TextAreaData
textAreaData this
cssClass string
return TextAreaData

Rows() public static method

public static Rows ( this textAreaData, int rows ) : TextAreaData
textAreaData this
rows int
return TextAreaData

Width() public static method

public static Width ( this textAreaData, string width ) : TextAreaData
textAreaData this
width string
return TextAreaData

WithLabel() public static method

public static WithLabel ( this textAreaData, LabelData label ) : TextAreaData
textAreaData this
label LabelData
return TextAreaData

WithLabel() public static method

public static WithLabel ( this textAreaData, string labelText ) : TextAreaData
textAreaData this
labelText string
return TextAreaData

WithTabIndex() public static method

public static WithTabIndex ( this textAreaData, string tabIndex ) : TextAreaData
textAreaData this
tabIndex string
return TextAreaData