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?
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
Post a Comment