Expand my Community achievements bar.

SOLVED

Rules Include / Exclude - CQ5 Dialog

Avatar

Level 3

Hi All,

We have a requirement where Content Authors should apply rules (like Include some name exclude some name) for the content in an Dialog so that personalized content will be retreived accrording to rules added.

Something like Rules Section (Add Rule) of Edit package Dialog Box. Screenshot give more understanding.

How to achecive that is there any OOTB Xtype to use to acheive rules (same as Edit Package Dialog). I am not finding code of Edit Package dialog (might be its an Custom Widget )

Please let me know any pointers on this.

1 Accepted Solution

Avatar

Correct answer by
Level 10

The best way to achieve this use case is to write a custom xtype. By writing a custom xtype, you can introduce a CQ dialog GUI that is not available out of the box. To learn how to write a custom xtype -- see: 

http://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The best way to achieve this use case is to write a custom xtype. By writing a custom xtype, you can introduce a CQ dialog GUI that is not available out of the box. To learn how to write a custom xtype -- see: 

http://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html