qcubed javascript libraries (jquery, dojo)
Wed, 09/01/2010 - 11:22
As much as I love jquery (and use it every day) I'd love to see jquery UI with this level of matureness:
http://download.dojotoolkit.org/release-1.5.0/dojo-release-1.5.0/dijit/t...
or integrate Dojo in Qcubed :))

We're pretty sold on using jQuery for QCubed itself, but that shouldn't stop you from creating controls or plugins utilizing dojo. In fact, if you do so, I'm sure many members of the community would love to hear about it. :)
I'm curious to know if anyone has any examples they could show which implements jQuery's UI features within their QCubed code. I'd love to see how to create something that isn't currently one of the QCubed plug-ins.
MattInLA,
All jQuery UI components are part of QCubed core starting with version 2.0.1, with more features and fixes in the trunk (upcoming 2.0.2). They also have an examples page, so if you have 2.0.1 or trunk running, you can test them out. We would really appreciate your feedback.
Thanks vakopian, I appreciate it. I'll try and create a few controls with it this weekend. I'm particularly interested in the sortable controls and the accordian menus.
I'm trying to implement a control that uses the .sortable JQuery functionality.
I've made the control...but I need to return the result of the new order.
How do I return the result of $j(?).sortable("serialize") method to qcubed so that I can deal with it in my page?
Any help would be appreciated. Hints....? anything....
You can try ajax http://api.jquery.com/jQuery.ajax/
or you can set text .value() in some hidden txtBox and then read it in QQ after submit.