This is what i codedmanageTabs = {};manageTabs = function(dialog) { //
console.log(dialog.find("title", "SwitchTabs")[0].find('myid'))); var
fields = dialog.findByType("selection"); console.log(fields);};I can see
the "selection" object which contains three options how to get that
selected option from those three?Thanks