afteredit cq:listerner for page properties in Touch UI AEM 6.3
What event should I be using to handle the afteredit in the cq:listener for page properties.
What event should I be using to handle the afteredit in the cq:listener for page properties.
(function ($, $document) {
"use strict";
$document.on("dialog-success", function(e) {
// add the logic to run this code only for certain page/use case
// pick that specific pathfield/browser element and then you can get its value easily
// get the selected value and perform validations, if any
// populate other textfield/element based on some logic
});
})($, $(document));
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.