06-22-2012 09:38 AM
Is it possible to set the option list for a select via javascript? I see that you can select an option with
serviceForm.<form name>.<field name>.setSelection(["option1");
but I'm curious if you can also populate the list dynamically with the javascript api