Hi,
I see nobody has the answer for my problem. Let's see if I show you
the code I'm using helps you discover my problem.
Thanks!
{| id="actors"
|-
! Name
! Birth Year
! Birth Place
! Birth LatLng
! Photo
! Last movie
! Movies
|-
| Arnold Schwarzenegger
| 1940-02-02
| Austria
| 48.226777,16.374893
|
http://www.biographyonline.net/politicians/american/images/arnold_schwarzenegger.jpg
| 1995-10-10
| True Lies; Total Recall; Terminator; Kindergarten Cop
|-
| Keira Knightley
| 1985-01-01
| England
| 51.501332,-0.126185
|
http://coolaggregator.files.wordpress.com/2008/07/keira-knightley-6.jpg?w=256&h=191
| 2009-10-03
| Pirates of the Caribbean; Love Actually
|-
| Jackie Chan
| 1954-01-01
| Hong Kong
| 22.512747,114.037285
| http://www.shockya.com/news/wp-content/uploads/jackie_chan_photo_headshot1.jpg
| 1998-05-02
| Rush Hour; Shanghai Noon
|}
<exhibit>
<source id="actors" type="Actor" label="Actor"
pluralLabel="Actors" />
<view viewClass="Map"
label="Map"
latlng=".birthlatlng"
icon=".photo"
shapeWidth="50"
shapeHeight="50"
iconScale="0.5"
/>
<view viewClass="Thumbnail"
label="Table"
orders=".name"
possibleOrders=".birthyear, .birthplace"
/>
<view viewClass="Timeline"
label="Timeline"
proxy=".name"
start=".birthyear"
end=".lastmovie"
/>
<facet facetClass="TextSearch" />
<facet expression=".birthplace" />
<facet expression=".movies" />
</exhibit>
On 14 abr, 11:48, alejobs <[email protected]> wrote:
> Hi everybody,
>
> I have installed the Wibbit plugin on my mediawiki and I have some
> problems when using thetimelineview. While the other views seem to
> work properly, when I try t load thetimelineviewI get the following
> error:
>
> FailedtocreateviewTimeline
>
> The problem appears on all the browsers I have tried: Firefox, IE and
> Google Chrome.
>
> I have the latest version of the Wibbit plugin (though I had to do
> some modifications in order to work properly --
> see:http://code.google.com/p/simile-widgets/issues/detail?id=135)
>
> And here are the versions of Mediawiki and PHP/MySQL:
>
> MediaWiki 1.12.0
> PHP 5.2.4
> MySQL 5.0.83
>
> The URL of the mediawiki is:
>
> http://cv.uoc.edu/app/mediawiki9/index.php/Prova
>
> Thank you in advance for your help.
--
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.