Hi,

When using the checkbox and multiselect controls in dialogs, a content
node gets created in the JCR (with the name of the content node in the
dialog configuration), and the options that were selected  gets created
as dataNodes whose name are 0, 1, 2 etc

e.g. if I have a checkbox control on a dialog, named 'options' and
someone checks, 'option1' and 'option3', then in the JCR there will be a
content node as follows:
        
        options
           0            option1 String
           1            option3 String

Is there a way of specifying the name of the dataNodes, so instead it
would be

        options
           mydata       option1 String
           mydata       option3 String

Thanks,

Chris

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to