This commit is contained in:
Victor Saisa Lopez
2011-10-31 21:05:14 -04:00
parent 11c637b5cc
commit 9e286c6560

View File

@@ -60,6 +60,13 @@ dashletInstance.form = {
//"DAS_INS_TASKS": cboTask.getValue()
////////////
var index = storeDasUID.find(valueField, value, false);
if (index < 0) return;
//Get model data id
var dataId = store.getAt(index).data.Id;
//Set combobox value and fire OnSelect event
combobox.setValueAndFireSelect(dataId);
}
*/
}