For everybody, who wants to know how I solved this problem - here is
my solution:
$(document).ready(function(){
var fDone = function() {
window.exhibit = Exhibit.create();
window.exhibit.configureFromDOM();
window.exhibit.getDefaultCollection().addListener({
onItemsChanged: function(){
// ... add your code here ...
}
});
};
window.database = Exhibit.Database.create();
window.database.loadDataLinks(fDone);
});
Best regards,
Stephan
On 12 Jul., 11:10, "Stephan J." <[email protected]> wrote:
> Hi,
>
> is there something like an update-event in the Thumbnail-View, when
> the filter changes? Maybe similar to ex:onshow, but called only once
> when the lens is updated.
> I need to call a function once(!) when the lens is updated and get all
> ID's. With ex:onshow I can get all ID's, but it is called for every
> item. :(
>
> Thank you.
>
> Best regards,
> Stephan
--
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.