qcubed javascript libraries (jquery, dojo)

Login or register to post comments
6 replies [Last post]
Offline
Joined: 08/12/2009

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 :))

Offline
Joined: 03/31/2008

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. :)

Offline
Joined: 12/20/2009

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.

vakopian's picture
Offline
Joined: 04/08/2008

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.

Offline
Joined: 12/20/2009

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.

Offline
Joined: 01/23/2010

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....

Offline
Joined: 08/06/2010

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.