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 virtual void writeField(string,string,Props,int)
Writes a standard input field to the form output.
public virtual void writeField(string,string,int)
Writes a standard input field to the form with the specified default value.
public virtual void writeField(string,string,string,int)
HTMLFormWriter Class | com.neokernel.httpd Namespace