How can I add action to button in componnet
Hi,
How can I add action to button in component. Button is not selecting from inside the component in aem 6.2
please find below img for reference.

Thanks in advance.
Sandhya.
Hi,
How can I add action to button in component. Button is not selecting from inside the component in aem 6.2
please find below img for reference.

Thanks in advance.
Sandhya.
Hi Sandya
You can write a click event associated with your button . (I assume the button you are referring here should be the one labelled Convert ?
)
Add a class or div id to you button's HTML and as smacdonald2008 Scott mentioned , write a javascript/jquery function for the click event associated with the class or div .
This may help you https://api.jquery.com/click/
PS:- Above solution is in an assumption that you are looking to attach an event to your button in your page . (Since your query doesn't have much details to explore more
)
Thanks
Veena
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.