Abstract
Add numbers to composite multifield items for easy identification...
Solution
1) Login to CRXDE Lite (http://localhost:4502/crx/de), create folder /apps/eaem-touchui-multifield-items-numbering
2) Create node /apps/eaem-touchui-multifield-items-numbering/clientlib of type cq:ClientLibraryFolder, add String[] property categories with value [cq.authoring.dialog.all], String[] property dependencies with value lodash.
3) Create file (nt:file) /apps/eaem-touchui-multifield-items-numbering/clientlib/js.txt, add
mf-items-numbering.js
4) Create file (nt:file) /apps/eaem-touchui-multifield-items-numbering/clientlib/mf-items-numbering.js, add the following code
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni