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!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
You can find the extjs listeners/events in below link
https://docs.sencha.com/extjs/6.2.0/modern/Ext.field.Select.html
Hi
You can find the extjs listeners/events in below link
https://docs.sencha.com/extjs/6.2.0/modern/Ext.field.Select.html
You should probably move away from ExtJS use in AEM. It's been in a deprecated state for several years / major releases.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
@prachiz Apologies
Also a recommendation, put a note to your architects or business leads to get the dialog converted to Touch UI. If you are using HTL with Sling models , then you might not have much work to do there , but else if your code is also in JSP, then you might have a bit more work, but trust me it is worth the effort ✌
Views
Replies
Total Likes
@VeenaVikraman, Thanks for the guidance
Actually, we are using JSP with classic UI.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies