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 |
public static Cols ( this textAreaData, int cols ) : TextAreaData | ||
textAreaData | this | |
cols | int | |
return | TextAreaData |
public static CssClass ( this textAreaData, string cssClass ) : TextAreaData | ||
textAreaData | this | |
cssClass | string | |
return | TextAreaData |
public static Rows ( this textAreaData, int rows ) : TextAreaData | ||
textAreaData | this | |
rows | int | |
return | TextAreaData |
public static Width ( this textAreaData, string width ) : TextAreaData | ||
textAreaData | this | |
width | string | |
return | TextAreaData |
public static WithLabel ( this textAreaData, LabelData label ) : TextAreaData | ||
textAreaData | this | |
label | LabelData | |
return | TextAreaData |
public static WithLabel ( this textAreaData, string labelText ) : TextAreaData | ||
textAreaData | this | |
labelText | string | |
return | TextAreaData |
public static WithTabIndex ( this textAreaData, string tabIndex ) : TextAreaData | ||
textAreaData | this | |
tabIndex | string | |
return | TextAreaData |