On 3/4/07, David Huynh <[EMAIL PROTECTED]> wrote:
> Try moving the <div ex:role="exhibit-collection"...> outside the view
> panel div.

Could you elaborate on what that tag actually does, and whether its
position in the DOM is used for anything? My guess was that it would
layout the collection inside of itself, but that is apparently still
done with the ex:role="exhibit-viewPanel" div. Can and should we tie
these to one another in some fashion, in case we have multiple views
or exhibits in the same page?

I placed my <div ex:role="exhibit-collection"
ex:itemTypes="Event"></div> at the top of the body element, and that
seems to work better, anyway.

Most things seem to work now. TabularView still breaks when you try to
click links; it seems like
Exhibit.TabularView._constructDefaultValueList passes on a nonexistent
view._lensRegistry.

For some reason, I don't see my own lenses for anything but Event
itemTypes (City and Location items show the default property list).

  http://exhibit.ecmanaut.googlepages.com/choir-2.html

And thanks a lot for the ex:selection attribute for facets. Works like
a charm! Can it be accessed from the javascript layer too? I'm
guessing it's something like

  exhibit.getComponent(/*something here*/).getValueSet().add('item id');

(and remove, respectively), but I haven't figured out the middle part. :-)

-- 
 / Johan Sundström, http://ecmanaut.blogspot.com/

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to