Accessing container path in classic UI dialog listener.
Hi,
I have classic UI dialog with xtype selection and selectionchanged listeners. container, box and value parameters are passed to the listener.
When I try to get the container path using container.path, I get value undefined but I'm able to get the path value using dialog.path.
In the same dialog. I have xtype multifield and I'm able to get the path using container.path.
Is there any documentation on how many such out of the box parameters are available for listeners?
Thanks in advance!
