DHTMLX Docs & Samples Explorer

onOptionsLoaded

occurs after the options of the specified item (select or combo) were completely loaded from the server to the client

Parameters:

  • name - (string) the item id (the value of attribute name)
myForm.attachEvent("onOptionsLoaded", function(name){
	//any custom logic here
});

To load options from the server use the connector attribute.