How to pass CQ.Ext.data.Store object on selection in custom Combo Box | Community
Skip to main content
October 16, 2015
Solved

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

  • October 16, 2015
  • 1 reply
  • 606 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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.