Hi Tucker,
Could you try switching over to version 2.2.0?
http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js
http://api.simile-widgets.org/exhibit/2.2.0/extensions/time/time-extension.js
David
Tucker wrote:
> Hi,
>
> I'm having trouble getting icons to appear in my exhibit timeline.
> I've tried replicating the icon code i see in other exhibit timelines
> w/ icons, but appear to be missing something-- the default dots
> remain, even on different OS and browsers.
>
> The urls to the icons I've chosen are live (they're actually from
> another, working timeline site).
> The facets calling for icons have been spelled correctly in the coder
> script, all formatting has been checked and is correct.
>
> My exhibit timeline is here:
> http://mt.ccnmtl.columbia.edu/bushkerry/index_exhibit.html
>
> My code for the table is below-- can anyone point out what I'm
> missing?
>
> Tucker
>
> <h1>exhibit + timeline experiments</h1>
> <table width="100%">
> <tr valign="top">
> <td ex:role="viewPanel">
> <table ex:role="lens" class="datapoint">
> <tr>
> <td><img ex:src-content=".imageURL" /></td>
> <td>
> <mt:ignore><div ex:content=".label"
> class="name"></div></mt:ignore>
> <div><a ex:href-content=".source"
> target="_blank"><span ex:content=".label" class="name"></span></a></
> div>
> <div>
> <span ex:content=".candidate"
> class="candidate"></span>,
> <span ex:content=".date" class="year"></
> span>
> </div>
>
> <div ex:content=".description"
> class="description"></div>
> </td>
> </tr>
> </table>
> <div ex:role="coder" ex:coderClass="Icon" id="icons">
> <span ex:icon="http://www.wybron.com/sml/
> general_mills.png">Bush</span>
> <span ex:icon="http://www.wybron.com/sml/
> kellogs.png">Kerry</span>
> </div>
> <div ex:role="view"
> ex:viewClass="Timeline"
> ex:start=".date"
> ex:topBandHeight="55"
> ex:bottomBandHeight="25"
> ex:topBandUnit="week"
> ex:topBandPixelsPerUnit="300"
> ex:bottomBandPixelsPerUnit="100"
> ex:bottomBandUnit="month"
> ex:colorKey=".candidate"
> ex:iconKey=".candidate"
> ex:iconCoder="icons"
> </div>
> <div ex:role="view"
> ex:selection="bush"
> ex:orders=".date, .candidate, .cmedia, .gmedia"
>
> ex:possibleOrders=".label, .candidate, .cmedia, .gmedia">
> </div>
> </td>
> <td width="20%">
> <div ex:role="facet" ex:expression=".candidate"
> ex:facetLabel="Candidate" ex:showMissing="false" ex:height="05em"
> ex:collapsible="false" ex:scroll="false" ex:selection="Bush"></div>
> <div ex:role="facet" ex:expression=".cmedia"
> ex:facetLabel="Campaign Media" ex:showMissing="false" ex:height="08em"
> ex:collapsible="false" ex:scroll="false"></div>
> <div ex:role="facet" ex:expression=".gmedia"
> ex:facetLabel="General Media" ex:showMissing="false" ex:height="06em"
> ex:collapsible="false" ex:scroll="false"></div>
> </td>
> </tr>
> </table>
>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---