1.

What's the distinction between a dialog and a design dialog?

Answer»

Dialogs & DESIGN Dialogs are the group of widgets employed to OBTAIN input from the author. These are the most IMPORTANT parts of a component since they allow the author to communicate with the CQ5 component. It indicates that values entered by the author in these dialogs are USED as input for a CQ5 component.

CriteriaDialogDesign Dialog
DefinitionDialog modifies the content at the page level.Design dialog modifies the content at the TEMPLATE level.
Availabilityauthored in edit modeauthored in design mode
Value Storagestored under the pages jcr:content nodestored under the design page located under /etc/design
Accessing Values in CQ5 JSPsthrough properties objectthrough currentStyle object.


Discussion

No Comment Found