Is there multiselect.load(‘url of handler’) functionality or equivalent?
Thanks
Is there multiselect.load(‘url of handler’) functionality or equivalent?
Thanks
Hi
you can specify {… connector: “url”} in init - it will load options once.
Thanks, I saw I can do that. However, say I want to change the options in the multiselect based off and id a user selects from a grid. Is there anyway to change the options dynamically using a connector?
Thanks
There is no dyn update.
You can do: var sel = myForm.getSelect(name) (select instance) or var opts=myForm.getOptions(name) and change manulay.