How to realize the "undo" functionality in CQ5 Rich Text Editor with a button? -


using cq rich text editor, can undo editing strg + z. how connect functionality button? in other words find javascript responsible undo functionality? enter image description here

in rte plugins (in xml file), use:

<table     jcr:primarytype="nt:unstructured"     features="*"/> <undo     jcr:primarytype="nt:unstructured"     features="*"/> 

hope solves problem.

for more info check here


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -