Uiinfrastructure API Docs  
 

HTMLTextArea Constructor 

public HTMLTextArea(
   string cols,
   string rows
);

Parameters

cols
Pass the cols string of this textarea.
rows
Pass the rows string of this textarea.

See Also

HTMLTextArea Class | com.plumtree.xpshared.htmlelements Namespace