Solved
Carousel Dialog Listener
- November 21, 2016
- 2 replies
- 841 views
I have a multifield containing fields image path,image description,image heading,button label and button url.
Here i want to get button label (xtype-Text field) and button url (xtype-pathfield) values at the dialog level listener.
function(dialogObj)
{
var multifield= dialogObj.getField("./carousel");//carousel is the name of the multifield.
var buttonLabel = multifield.items.items[3];//to access button label
}
I have used the above code.Here i am not able to get the value present in button label field.
I have attached the screenshot of my dialog.