Okay, so after stepping through the Getting Started with Exhibit tutorial <http://simile-widgets.org/wiki/Getting_Started_with_Exhibit>, followed by working out how to update the tutorial example for Exhibit 3.0 & HTML5 compliance (which was itself a useful learning experience – I feel I have a better understanding of Lenses now, and I discovered (after the longest time) that 3.x seems to choke on data-ex-column-formats parameters), I realised I'd incorrectly (and somewhat inadvertently) set the field in question's type to text instead of item in Google Sheet header (using {created-by:text} format)… 😳
For posterity, the changes to get the Nobelists tutorial working under Exhibit 3.1 were as follows: - wrap all json parameters (?) in double quotes - point <script> tags at Exhibit 3.x equivalents - replace 'ex:' with 'data-ex-' throughout - lowercase and hyphenate any camelcase data-ex-myExample attributes (?) throughout - data-ex-view-class="Exhibit.TabularView" => data-ex-view-class="Tabular" - <div data-ex-role="exhibit-view"..> => <div data-ex-role="view"..> - add data-ex-view-class="Tile" to third data-ex-role="view" div - remove data-ex-column-formats from data-ex-view-class="Tabular" - rewrite data-ex-view-class="Tabular" using <table> markup, per https://groups.google.com/d/msg/simile-widgets/IR0ld6Lwq_U/X0gJZEnMOAQJ -- 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.
