Neokernel API

XHTMLFormWriter.writeMultilineField(String, String, Props, Int32, Int32) Method

Writes a multiline field (TEXTAREA) to the form output displaying the specified value as retrieved from the Props using the specified name as a key.

public override void writeMultilineField(
   string label,
   string name,
   Props p,
   int columns,
   int rows
);

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace | XHTMLFormWriter.writeMultilineField Overload List