Neokernel API

HTMLFormWriter.writeSelectItem(String, String, String) Method

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 name,
   string default_value,
   string currentSelection
);

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace | HTMLFormWriter.writeSelectItem Overload List