> like to modify exhibit so that it can access only part of the database
You can do this with a json source that is polled repeatedly. Take a look at exhibit._database.loadData and friends in firebug. > at a time and display the first 10 entries initially (rather than > loading the entire database in the memory). Now when someone clicks > on the facet it should be able to load This would imply that the set of facets may not be complete, or the summarized totals misleading with regard to the entire dataset. Clicking on the facets may not be what you want, but rather a separate link that runs your javascript function to fetch the rest of the data. If what you're after is clicking on a facet to then get (from the backend/db) all the data that has values for that facet, well that's an interesting idea, but it'd require some digging in Exhibit. It may also be a candidate for future enhancements (there's a page somewhere to suggest those to the team). Adding a click listener to the facet may be a useful start, you could probably get the text of the link the user clicked on through jquery events.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
