Root Level Tabs
<li class="selected">Fruit</li> - (current and selected)
<li> Vegetables</li>
Second level tabs based on selection from the Root Level
<li class="selected">Oranges</li>
<li> Apples</li>
<li> Bananas</li>
Im not sure how to mark these as selected based on the context of the
application for instance if Im on the Oranges List view of the fruit
tab and I click add new I need the fruit tab and the oranges tab to
have the "selected" appearance on the "orange" edit view
I came up with a somewhat crazy way of doing this with CSS and
assigning an ID to the body tag via a spark global -- then on every
page/view I have to assign that BodyId then via css cascades show the
tabs selected based on matching the bodyid and the tabid
Is that completely confusing?
--
You received this message because you are subscribed to the Google Groups "Spark View Engine Dev" group.
To post to this group, send email to spar...@googlegroups.com.
To unsubscribe from this group, send email to spark-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spark-dev?hl=en.