Writes a standard input field to the form output displaying the value as retrieved from the Props using the specified name as the Props key.
Writes a standard input field to the form output displaying the value as retrieved from the Props using the specified name as the Props key.
public override void writeField(string,string,Props,int)
Writes a standard input field to the form output.
public override void writeField(string,string,int)
Writes a standard input field to the form output displaying the specified value.
public override void writeField(string,string,string,int)
XHTMLFormWriter Class | com.neokernel.httpd Namespace