Writes a SELECT OPTION to the form output. Calls to this method must be surrounded by calls to writeSelectHeader and writeSelectFooter.
Writes a SELECT OPTION to the form output. Calls to this method must be surrounded by calls to writeSelectHeader and writeSelectFooter.
public override 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 override void writeSelectItem(string,string,string)
XHTMLFormWriter Class | com.neokernel.httpd Namespace