> be the closest I can find:
>
> var uiContext = this._uiContext;
> for (var i = 0; i < collectionElmts.length; i++) {
> var elmt = collectionElmts[i];
> var id = elmt.id;
> if (id==null || id.length == 0) {
> id = "default";
> }
> this.setCollection(id, Exhibit.Collection.createFromDOM2(id,
> elmt, uiContext));
That was a false start. If anyone is trying to do something similar,
take a look at loadDataLinks (which is also used in the epispider link
posted below).
> window.exhibit.getDefaultCollection().getRestrictedItems().toArray();
This works when the exhibit object is already loaded and the data's
been retrieved.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---