Okay. That worked for the Tiles. Actually, I had to set the pagination to 
false and show-all to true, but it's working now.

The table view is still not working. I can switch between Tiles and 
Timeline, but when I click on the Table, it just spins and says 
"Working..."  
Here is the specific bit:

                    <div id="vip-maintable" 
                        data-ex-role="exhibit-view"     
                       data-ex-view-class="Tabular"     //  Note that I 
also tried data-ex-view-class="Exhibit.TabularView" //
                        data-ex-label="Table View"
                        data-ex-columns=".name, .date, .description, 
.thumbnail"
                        data-ex-column-labels="Name, Date, Description, 
Preview"
                        data-ex-column-formats="list, date { template: 
'MMMM dd, yyyy' }, list, image"
                        data-ex-sort-column="0"
                        data-ex-sort-ascending="true">
                    </div>

Thank you for your help!

On Monday, September 8, 2014 1:23:26 PM UTC-5, David Karger wrote:
>
>  must run to class but some quick answers:
> On 09/08/2014 01:06 PM, [email protected] <javascript:> wrote:
>  
> So, I have updated with the 3.1.0rc3.  It has fixed the color coder issue, 
> but has broken other things.
>
> Specifically, I am trying to have three views:
> 1) Timeline - appears to be working fine, including color coder
> 2) Tiles - Total shows correct number, and facets show up with correct 
> counts, but either (a) no items display, or (b) only 10 items display.
>  
> sounds like pagination is active.  try setting data-ex-paginate=false
>
> 3) Tabular - does not work at all
>
> I have found the documentation a bit confusing, particularly with the 
> XHTML hyphens rather than the camel case. I've tried several combinations 
> of copying the older HTML documentation and trying to mirror the Senate 
> XHTML example but I'm not able to figure it out. One example of the 
> inconsistencies is [ex:role="view" ex:viewClass="Tabular"] vs. [
> data-ex-role="exhibit-view" data-ex-view-class="Exhibit.TabularView"]
>  
> data-ex-view-class="Tabular" should work fine
>
>
> Is there an XHTML documentation that I'm missing? Any help is appreciated!
>
> Again, my working file is 
> http://dolearchivecollections.ku.edu/collections/vip_letters/vipletters.html 
>
>
>
>

-- 
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/d/optout.

Reply via email to