Expand my Community achievements bar.

SOLVED

How to pass CQ.Ext.data.Store object on selection in custom Combo Box

Avatar

Former Community Member

Hi,

I have a custom Combo Box which displays list of values from an api based on values entered in another select widget.

I have an event queryFilter on firing which i want the values in CQ.Ext.data.Store to be used.Even though i pass the new values in filter the store values defined in constructor get picked up.

How to make a call on selecting a value in combo box with the new store object?

Attached is the code snippet i am using.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

Here are a few community articles to look at:

http://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.html

It talks about using the Store instance to populate a front end control (a grid in this case)

See:

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

another example of populating a front end from data located in the JCR. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Here are a few community articles to look at:

http://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.html

It talks about using the Store instance to populate a front end control (a grid in this case)

See:

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

another example of populating a front end from data located in the JCR.