Suggest / AutoFill / AutoComplete textbox
Posted: Mon Jan 12, 2009 4:23 am
I'm thinking that an Suggest / AutoFill / AutoComplete textbox would be quite handy.
Suggestl textbox gives suggested values in response to typing in a (popup) list from a field in a database table.
It would also be handy to have this built into the core, so you could something like:
Suggestl textbox gives suggested values in response to typing in a (popup) list from a field in a database table.
It would also be handy to have this built into the core, so you could something like:
Code: Select all
$s = $this->CreateSuggestInputText($id, $fieldname,$value,$suggestlist,$width,$chars)