content management system - AEM: locating selection in the drop down using keyboard keys -
i have created dropdown in component has list of items in alphabetical order. want selected or highlighted such can approximately location of item if type first letter of it. how can in aem6 ?
can in jquery ?
you need create event handler functions in javascript dialog.
an example http://abani-behera.blogspot.com/2013/10/attach-listeners-to-widgets-in-cq5-aem.html (cq5 style extjs dialogs)
- s.o. dialog events: explain extjs 4 event handling
- aem widget documentation: https://docs.adobe.com/docs/en/aem/6-1/develop/components/widgets.html
- extjs documentation: https://docs.adobe.com/content/docs/en/cq/5-6-1/widgets-api/index.html
alternately, touchui example @ https://helpx.adobe.com/experience-manager/using/creating-touchui-events.html (skipping details because sounds aren't using touchui dialogs @ time).
Comments
Post a Comment