Strong control from GUI in an Seaside APP

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Strong control from GUI in an Seaside APP

gerard alis
Regards. Excuse me for my poor english.

I'm developing an app with a special requirement of rich GUI. I need a great control from GUI.  My knowledge of Seaside is very poor, and I need know if is possible use any control or plugin from JQuery, for example, or implement easily a component for draw one new not existent in current version from jQuery binding of Seaside.

I need for example rich text editors, grids...

I wait my explication is unerstandable :/   Many thanks for the help.
Reply | Threaded
Open this post in threaded view
|

Re: Strong control from GUI in an Seaside APP

jtuchel
Gerard,

you can integrate Seaside with jQuery quite easily, especially if you have knowledge in JavaScript. For examples on how to integrate jQuery plugins or writing your own, take a look at the Seaside Add-on called jQueryWdgetBox which adds quite a few plugins to Seaside.

It can sometimes be challenging to get your head around how to transport a Callback id to your plugin and how to concatenate the URL for a callback, but once you've found your way, you can integrate virtually everything..

And I guess nobody would be mad at you if you helped extend jQueryWidgetBox ;-)

Joachim