12 19:00
À : users@tapestry.apache.org
Objet : Re: implementing a sortable list with jQuery
Hi Guerin
I have now implemented your plugin component. I am able to sort the list.
But: I am not able to save the list order.
If i am pressing the submit button. the following error occurs (i am using
1
gt;>> @SubModule(ExanpeLibraryModule.class) and declare the exanpe namespace on
>>>> your page (xmlns:ex="tapestry-library:exanpe").
>>>> More informations here :
>>>> http://exanpe.github.com/exanpe-t5-lib/getting_started.html
>>&g
${exanpe.version}
>>
>>
>>
>> 1.2.0
>>
>> 3.2.0-SNAPSHOT
>> 5.3.1
>>
>> 9.1-901.jdbc4
>> 1.8.0.7
>>
>>
>>
>> 2012/2/13 Alexander Sommer
>>
>>> found the
t conflict with JQuery, but i haven't tried.
>>>> To test, add exanpe-t5-lib dependency, annotate your module class with
>>>> @SubModule(ExanpeLibraryModule.class) and declare the exanpe namespace on
>>>> your page (xmlns:ex="tapestry-library:exanpe").
>>>> Mor
="tapestry-library:exanpe").
More informations here :
http://exanpe.github.com/exanpe-t5-lib/getting_started.html
-Message d'origine-
De : sommeralex [mailto:alexander.som...@gmail.com]
Envoyé : lundi 13 février 2012 17:56
À : users@tapestry.apache.org
Objet : Re: implemen
Hi,
We have a such component in exanpe-t5-lib, but not implemented with JQuery.
You can have a look at our online demo here :
http://exanpe-t5-lib.appspot.com/components/listsorter/example1
Laurent
-Message d'origine-
De : sommeralex [mailto:alexander.som...@gmail.com]
Envoyé : lundi 13
The mixin here implements sortable for any element that supports
ClientElement.
http://tapestry.1045711.n5.nabble.com/detect-textfield-text-change-td5477793.html
You need to change the onSort event handler and do something like:
--
View this message in context:
http://tapestry.1045711.n5.nab
Hi Alexander
question 1:
Tapestry5-jQuery insert a default CSS stylesheet. If you want to override it,
you need to use the JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME constant
question 2:
Where this code come from ? JavaScript ? Template ? do you have a getPageName
method in your Java class