Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to fire the search event on a filter builder?

    I'm trying to create a custom widget that incorporates a FilterBuilder but adds some additional functionality and UI components. One of those UI components needs to fire the search event on the FilterBuilder to trigger any SearchHandler that has been added to it. There is no FilterBuilder.search() method. How do I fire that event?

    #2
    Found the example I needed on this thread. It's a different event, but it demonstrates the event firing and handling technique.

    Comment

    Working...
    X