i see there are many user extensions exists of the normal extjs.
- can GWT users benefit from this?
- is it easy to adopt/to rewrite an existing extjs extension /widgets in gxt?
- how this is usualy handled?
i see there are many user extensions exists of the normal extjs.
- can GWT users benefit from this?
- is it easy to adopt/to rewrite an existing extjs extension /widgets in gxt?
- how this is usualy handled?
did realy nobody have an quick answer?
There is an easy and quick answer - You can take that extension and write a plug-in based on it's JS code. Of course You'll need to add all the necessary Java classes, but that's not that hard...
thanks. nice to know it. im know i the phase of evaluating the step from gwt-ext to GXT - and so its important to know that is possible.
did you know some extension which is developed in extjs and then "rewritten" in GXT so i can compare the source code of it? thanks for a hint or a link.
You should look at the threads in old GXT1.x extensions forum - I'm pretty sure You'll find what you need.
Besides of that browse through the source code of GXT itself - it's pretty self-explanatory...
If in any trouble, you can always ask - I'll try to help...