I'm having an issue. I wrote a plugin and it works great. There's only one issue.
When I open the dialog I pull the contents of the dropdown from a variable in the page. I've realized that the select is populated only the first time the dialog is opened. I either need to disable dialog caching so the list can populate with the updated values, or I need to explicity reload the select list. I can't find an easy way to do either of these tasks. Can anyone help? There does not seem to be a method to reload the dropdown.
Thanks!
When I open the dialog I pull the contents of the dropdown from a variable in the page. I've realized that the select is populated only the first time the dialog is opened. I either need to disable dialog caching so the list can populate with the updated values, or I need to explicity reload the select list. I can't find an easy way to do either of these tasks. Can anyone help? There does not seem to be a method to reload the dropdown.
Thanks!