Hi Kolmar,

Yes, you can. This example at the Delaware Geological Survey shows how to
do it: http://www.dgs.udel.edu/publications

Here is the definition they used for their TabularView. Note the following
properties:

-  "paginate" turns on pagination
-  "pageSize" controls how big each page will be
- "page" contains the default page, I think
- "pageWindow" ... well, I'm not sure what this does

Hope this helps!

<div ex:role="exhibit-view"
   ex:viewClass="Exhibit.TabularView"
   ex:columns=".title, .field_authors_value, .field_date_value"
   ex:columnLabels="Title, Authors, Date Published"
   ex:columnFormats="text, list, date { template: 'MMM yyyy' }"
   ex:sortColumn="2"
   ex:sortAscending="false"
   ex:cellSpacing="0"
   ex:cellPadding="0"
   ex:border="0"
   ex:paginate = "true"
   ex:pageSize = "15"
   ex:page = "0"
   ex:pageWindow = "99"
   ex:alwaysShowPagingControls="true"
   ex:pagingControlLocations="bottom"
   ex:showToolbox="false">
</div>




On Thu, Dec 12, 2013 at 8:57 AM, Kolmar Kafran <[email protected]> wrote:

> Is it possible to have a page like layout with Exhibit? Some thing like
> http://migadv.com/
> For example,
> https://dl.dropboxusercontent.com/u/12845688/exhibit/dppe.html
> instead of having collapse panels I would like to go to an other page to
> show the item data.
>
> Att.
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
:: Ted Benson
:: http://people.csail.mit.edu/eob/
:: @edwardbenson

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to