dashboard dialog and jquery tabs ...
Permalink 1 user found helpfulI'm currently developping a website using concrete5, and I tried to modify the dashboard to add new features for my customer (including an editing catalog feature)
anyway, i have some problems with jquery: the included version of jquery and jquery.ui used in the dashboard is giving me lots of problems...
For instance I couldn't use the initial jquery dialog with ajax content, but only the "ccm.dialog" used by the dashboard... The issue is that some jquery.ui methods can't work with this dialog!
so, I'm basically trying to make a call to the "tabs()" function inside the ajax content of a ccm.dialog ...
Can someone help me please?
Sorry if my english's not perfect, I'm french :)
I'm currently using them and have no problems :)
Jon
If you can mark my answer as the correct answer (click the orange icon by the post) then I get Karma points for my profile :)
Thanks,
Jon
I want to include tabs, but not to sure which of the other options I should include?
Thanks
For quick UI hacks, I have a small add-on awaiting approval that loads ui for view. Also available attached to this forum post:
http://www.concrete5.org/community/forums/usage/datepicker-inside-o...
If you download the latest jquery.ui.js and jquery.ui.css and save them into your root js and css folders respectively, then you can use tabs().
Hope that helps :)
Jon