RajeevKarajgikar wrote:
> I am interested in creating a new type of view that is different than
> the existing views such as Tiles, Map, Tabular.
>
> Is there any documentation available on how to create a new View?
>
> I was thinking of cloning the code of one of the existing views and
> making my changes. How will I get the Exhibit core to recognize a new
> type of View?
>
Whenever Exhibit sees
ex:role="view" ex:viewClass="X"
then it will try to look for variables named X, and if that doesn't
exist, then XView, then Exhibit.XView. So if you name your view FooView,
then you can use ex:viewClass="Foo" in the HTML.
> Has anyone customized code of existing Views? or created new custom
> views that fit in with the Exhibit?
>
David
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---