Neokernel API

HTMLFormWriter.writeMultilineField 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.

Overload List

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 virtual void writeMultilineField(string,string,Props,int,int)

Writes a multiline field (TEXTAREA) to the form output.

public virtual void writeMultilineField(string,string,int,int)

Writes a multiline field (TEXTAREA) to the form output displaying the specified value.

public virtual void writeMultilineField(string,string,string,int,int)

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace