New Participant
March 14, 2016
Solved
Selection Dropdown values dynamically.
- March 14, 2016
- 11 replies
- 6711 views
Hi All,
Got the solution please find below code snippet
function(){
var dialog = this.findParentByType('dialog');
var selectBox = dialog.findByType('selection')[0];
$.getJSON('/libs/dropdown?Path=' + this.value,
function(jsonData){
selectBox.setOptions(jsonData);
});
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.