How to set default value for tag picker
I want to set a default value for my cq:tag which is using a tagpicker (cq/gui/components/common/tagspicker). Is there anyone know how to configure it? I am using AEM 6.3 touch UI.
I want to set a default value for my cq:tag which is using a tagpicker (cq/gui/components/common/tagspicker). Is there anyone know how to configure it? I am using AEM 6.3 touch UI.
I made it by adding listeners.js in clientlins folder to the component. The following is example:
$document.on("dialog-ready", function() {
// add logic here
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.