Fetches an object that was persisted with persist()
Class Details
[line 33]
DomApi ComboBox Form Field Class
the advantages of this element compared to the standard html select field:
one may type into the field, not just select (see var $domApiAllowEdit)
looks nicer
uses javascript/dhtml/domapi. see http://www.domapi.com, it's great. http://www.domapi.com/docs/index.cfm?obj_id=10 "In read-only mode this component offers nothing new over a <select>, besides it's look-and-feel. It's strength lies in it's non read-only mode, which allows the user to type in a new entry as well as select an existing one." also check the Listbox Component