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.
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,string,Props,int,int)
Writes a multiline field (TEXTAREA) to the form output.
public override void writeMultilineField(string,string,int,int)
Writes a multiline field (TEXTAREA) to the form output displaying the specified value.
public override void writeMultilineField(string,string,string,int,int)
XHTMLFormWriter Class | com.neokernel.httpd Namespace