Neokernel API

HTMLFormWriter.writeSelectItem Method

Writes a SELECT OPTION to the form output. Calls to this method must be surrounded by calls to writeSelectHeader and writeSelectFooter.

Overload List

Writes a SELECT OPTION to the form output. Calls to this method must be surrounded by calls to writeSelectHeader and writeSelectFooter.

public virtual void writeSelectItem(string,string,bool)

Writes a SELECT OPTION to the form output. If the name is equal to the currentSelection the item is selected; otherwise it is not selected. Calls to this method must be surrounded by calls to writeSelectHeader and writeSelectFooter.

public virtual void writeSelectItem(string,string,string)

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace