mleden wrote: > Hi, > > Sort of recall a similar thread but could not locate it. > > We have 3 views (Timeline, Calendar, Tabular) based on the same data. > Because we wanted to apply filters across all views, we are using a > ViewPanel. Under certain circumstances, we'd like to navigate > directly to the 2nd/3rd views without first having to view the default > (in the ViewPanel). Can anyone think of a solution? > > TIA, > -Mark
Assuming a paraphrase of your request is to have the initial view on page load be something other than the first one listed in the HTML, then: <div ex:role="viewPanel" ex:initialView="N"> where N is the 0-based index of the view you want to use should do it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
