Hi,
I've a dialog selection box. What I need to check if the default value I've provided using the property defaultValue and value I'll get from the selection box are equal or not!
So, to get selected value, we can get like this :
function(dialog){ var selection = dialog.getField("<property name>"); var selectedValue = selection.value; }
Now, how can I get value in java script using the defaultValue property as name?
Thanks,
Himanshu