Hello Emond,
First of all thanks for your feedbacks, we hope using WickeXt was
helpful for your project.
For the issues you noticed:
> First of all, there seems to be a bug in SlideUp. The chainLabel method
> returns 'slideUp()', where it probably should return 'slideUp' (without the
> braces).
I'll look at his bug ASAP to emit a patched version.
> The second problem is with the WickextUIPlugin annotation. This annotation
> is
> not inherited by subclasses. I don't think it is logical to create
> subclasses
> of a WickextUIPlugin that are no longer WickextUIPlugins. I think the
> @Inherited annotation should be added to WickextUIPlugin.
Ok, I'll do this with the patch release too.
> The third issue is a bit more difficult to solve. On some pages we have many
> Wickext components (up to 300). This results in many small script tags, like
> $(document).ready(function() {
> $('#tristate8b').click(clickTriStateCheckBox);
> ;
> });
For that part, we are correcting the problem. In facts, we are merging
the WickeXt project with another french project (called
jQuery4Wicket).
The problem with the current version is that there's one "onDomReady"
event per component, that's why it's a loading problem for your pages.
For the 1.0 release, there'll be only one "onDomReady" event loading
all components.
> Finally, the version of JQuery included with Wickext is quite old. Is there
> a
> reason why Wickext still uses 1.2.5 and not 1.2.6 or even 1.3.1? I've
> locally
> upgraded the version to 1.3.1 and did not notice any problems (although I
> must
> admit we do not use all components).
We'll upgrade all jQuery libs in the 1.0 version. The project will
bind a lot of jQuery and jQuery UI components.
> Best regards,
> Emond Papegaaij
Thansk again, don't hesitate if you have further questions.
--
__________________________________
Lionel Armanet
http://www.wickext.orggmail: lionel.armanet*at*gmail.com