Hi there, First of all I would like to thank all the developers and contributors of exibit/simile applications, which are set of very powerful tools, lots of kudos. Now to my problem, I have been trying to find a way to call a custom function(which basically renders a map in a div for each record in the view) every time the viewPanel is updated in an exhibit application. I could call this function when a particular item in facet was selected/ un-selected by inserting the "custom" function call into "Exhibit.ListFacet.prototype.applyRestrictions" function(which resides in script/ui/facets/list-facet.js ) but I have no idea to how to integrate my function when the view is updated by other means such as when user clicks reset all filter, or does a sorting etc. Also is there a way to figure out which functions are getting called when an event is triggered in exhibit app? The only way I know to attach event in js in using the on* functions, and it seems like exhibit dynamically attaches event to its elements - if only someone could direct me where to look at, even that would be much appreciated.
Regards, Dee -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
