Le 21/03/11 12:09, Vladislav Vorobiev a écrit :
> 2011/3/21 Godefroid Chapelle<got...@bubblenet.be>:
>> >  Le 21/03/11 10:07, Vladislav Vorobiev a écrit :
>>> >>  I found this:
>>> >>
>>> >>  
>>> >> http://plone.293351.n2.nabble.com/Should-KSS-Kukit-run-on-Plone-4-td6049186.html
>>> >>
>>> >>  But it's older. I upgraded my firefox from Beta 11 to 4.0~rc1-1
>>> >>
>> >
>> >  I have not tried Firefox 4 RC until now.
> Try it. It works with all Beta but not with RC.
>
>> >  Can you specify which version of KSS (and Plone?) you are looking at ?
> No Plone, Zope2
> kss.core 1.6.1http://pypi.python.org/pypi/kss.core/1.6.1
>
> Vlad

I did not know there are KSS users outside Plone.

I would not use base2 anymore.

Plone 4 uses JQuery instead.

You just need to include JQuery and the script below

"""

if (typeof cssQuery == 'undefined') {
     function cssQuery(s, f) { return jQuery.makeArray(jQuery(s, f)) };
};

"""

before including kukit.js.

Lemme know if it works for you.

This way, I can make a new kss.core release that get rid of base2.

-- 
Godefroid Chapelle (aka __gotcha) http://bubblenet.be
_______________________________________________
Kss-devel mailing list
Kss-devel@codespeak.net
http://codespeak.net/mailman/listinfo/kss-devel

Reply via email to