Wrapping jQuery Controls

Anyone willing to share experiences, tipps and tricks when wrapping jQuery controls with the WebControlWrapper class? I especially think of event handling since I’ll need to go with the events and methods provided by the control, not using Xojo.triggerServerEvent…

Thanks!

i have no jquery controls wrapped, but i have the HTML5 audio control wrapped.
It can handle everything of the control, play, pause, stop, get events and many more.
This can all be done by the client or server (your app side).

You can find it here:
http://codecanyon.net/item/swort-webaudio-real-studio-web-plugin/4021222?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=swort

All event and difficult requirements are very well documented inside the code and also online.
More info here: http://cdn.swort.eu/documentation/SWORT_WebAudio/

I can probably make it opensource once i have my other controls ready.

Awesome thanks!

Have you looked at the jQuery calendar control example?

Yep, and the YUI example too. I got it working, just the whole CSS stuff doesn’t work. If I include the CSS data in the App’s HTMLHeader class, styles get applied, not so for the SetupCSS event - though the CSS is present in the app’s DOM

Where can I find this example?

I’ve looked under Examples > Web, but couldn’t find the calendar control example.

[quote=21067:@Alwyn Bester]Where can I find this example?

I’ve looked under Examples > Web, but couldn’t find the calendar control example.[/quote]

Extras > WebSDK > Examples…

Ah, found it. Thanks Alex.

Hmmm, to ability to use jQuery controls in your web app is a great feature. They should actually move this example into the collection of examples in the Project Chooser.

<https://xojo.com/issue/28271>