Re: [SMW-devel] [RDF] Discussion

2010-10-13 Thread Samuel Lampa
On 09/22/2010 11:29 AM, Markus Krötzsch wrote: On 21/09/2010 18:34, Samuel Lampa wrote: On 09/21/2010 04:02 PM, Markus Krötzsch wrote: On 20/09/2010 16:17, Samuel Lampa wrote: Also there is more interesting stuff that would be nice to add to the current SMWWriter/POM functionality, such as

Re: [SMW-devel] [RDF] Discussion

2010-10-13 Thread Markus Krötzsch
On 13/10/2010 08:59, Samuel Lampa wrote: On 09/22/2010 11:29 AM, Markus Krötzsch wrote: snip Many thanks for that! Well, I think it is now time for a little update. I currently have a 2-month employment (with possible extension) as a Bioinformatician / Software developer at a Next

[SMW-devel] JavaScript in SMW: addOnloadHook removed

2010-10-13 Thread Denny Vrandecic
Hi, it seems that the current MediaWiki has removed the addOnloadHook, and we depend on a number of places (tool tip, sortable tables, etc.) I wanted to know if anyone has already looked into that, or if I should take a look? Also, I would like to change the SMWOutputs::requiredHeadItems to

Re: [SMW-devel] JavaScript in SMW: addOnloadHook removed

2010-10-13 Thread Denny Vrandecic
Thanks Jeroen, this was insightful! So if we wrap the call addOnloadHook(smw_tooltipInit); into a $j(function() { addOnloadHook(smw_tooltipInit); }); it should work, but it seems that $j is not defined yet when SMW_tooltip.js is included. So it seems to break there, as jQuery is not loaded