Firebird PHP Generator online Help
Prev | Return to chapter overview | Next |
clear
Deletes all elements in a combobox.
Signature:
function clear()
Example:
The following code empties the 'title' control.
editors['title'].clear();
See also: addItem, removeItem, getItemCount
Prev | Return to chapter overview | Next |