I have a bookmarklet that I use to reload just the data, which you should be
able to adapt:
javascript:(function(){exhibit.getDatabase().removeAllStatements();exhibit.getDatabase().loadDataLinks(function(){})})()
You probably want to tweak your data links before running that.
Axel
2011/9/7 Boof <[email protected]>
> How would one load a new set of data while keeping the various filter
> settings. For example, consider the US Presidents example:
>
> http://simile-widgets.org/exhibit/examples/presidents/presidents.html
>
> If I wanted to have 4 separate data sets (1700s, 1800s, 1900s, 2000s),
> I would like the user to click on a century button and load that set
> of data, but keep all current filters.
>
> Or, is there a better way to break up data? I have a couple thousand
> items of information I would like to display but I would like to break
> it up for performance reasons.
>
> --
> 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.
>
>
--
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.