Thanks Mark!
That solved my problem.
It created a new one unfortunately :(
The balloons in the Tabular view no longer work, though they do in the
Timeline...
If I put static text then it get's displayed, but
<table ex:role="lens">
<tr>
<td><div ex:content=".label"></div>
blabla
</td>
</tr>
<tr>
<td>
<br>
<div ex:content=".label"></div>
<div ex:content=".Location"></div>
<div ex:content=".Publisher"></div>
<div ex:content=".EnglishName"></div>
</td>
</tr>
</table>
will only display "blabla" in the Tabular view, but will display properly in
the TimeLine.
The red dotted line is under the correct "label" field in the table.
Back to the drawing board for me...
Robert
>
> Robert Barron <[email protected]> Jun 06 11:48PM +0300
> ^<#13066dcb320fe642_digest_top>
>
> Hi,
>
> I've got a timeline where the event "title" is not unique, so I can't
> use it
> as the key/label for the data. I use a running number as the label.
>
> The problem is then that the timeline shows me the number and not the
> name.
>
> I'm sure that there's some small thing that I'm missing... but I don't
> know
> what.
>
> For example:
>
> items: [
> { label: "1",
> type: "BigEvent"
>
> },
> { label: "2",
> type: "SmallEvent"
> },
> { label: "3",
> type: "BigEvent"
> }
>
> I'd like to see BigEvent twice and SmallEvent once on the timeline.
> What I'm
> seeing is 1, 2 & 3.
>
> Thanks,
> Robert Barron
>
>
>
>
> mleden <[email protected]> Jun 06 02:20PM -0700
> ^<#13066dcb320fe642_digest_top>
>
> Hi Robert,
>
> Probably the easiest solution is as follows:
> 1. Change all instances of "label" in your data file to "id".
> 2. Change all instances of "type" in your data file to "label".
>
> At that point, it should render as desired.
>
> -Mark
>
>
>
>
>
>
--
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.