AEM 6.1 SP1 - RTE Inline Editor Listener- Touch UI
Hey Guys,
The requirement is that i when the user is done editing the RTE in touch UI(inline Editing) , I would like to parse the contents stored in the "text" property and pick specific contents and store them as an array at the same text component node that gets created. So at the content structure i would like to have the "text" property and another property stored. I believe listeners would be a way to go if i attach listeners on Submit
Is there a way to actually attach listener to the inline editing of the RTE for the touch UI. On clicking the tick mark or the cancel i would like to attach listeners. Online i see that there is an option to add listeners but only for when you hit the settings icon(that opens up a dialog) and not the pencil icon(inline editing.).
1. Can i attach listeners to the inplace editing option in touch UI, listeners such as before submit
2. Can i have this listener triggered for this custom RTE component alone and not the rest of the components?