• Join Now
  • Sign In
  • Cart
  • Instant Setup
  • Download
Logo
  • About
    • Try it Out
    • For Developers
    • For Agencies
    • For Designers
    • For Anyone
    • Testimonials
    • Showcase
    • History
    • Our Philosophy
    • Credits
    • What does free mean?
    • Blog
  • Community
    • Members
    • Forums
    • Chat
    • Karma
    • International
    • Jobs
    • eNewsletters
  • Developers
    • Download concrete5
    • Join Beta Team
    • Translate concrete5
    • Bug Tracker
    • Submit to Marketplace
    • Code Submissions
    • News
    • Community Leaders
  • Marketplace
    • Add-Ons
    • Themes
    • Add-on Installation
    • Deal Of The Day
    • Swag
    • Theme Contest 2012
  • Services
    • Hosting
    • Support Options
    • Consulting
    • Training
    • Enterprise
  • Documentation
    • Getting Started
    • Editor's Guide
    • Developers Guide
    • How-Tos
  • Add-Ons
  • Themes

Load jQuery.UI

developed byJohntheFish
2 Reviews

Simply makes sure jQuery UI is loaded in the page header. By default, Concrete5 only loads jQuery UI when editing a page. If you need it in the page view, you have to load it.

For those developing blocks, this is not an issue, you can just load it in the block controller.

For those just wanting to put a short bit of script in an html block, or a new view for another block, sometimes it is convenient to have jQuery UI loaded without having to get involved with block controllers.

That is all this package does, make sure jQuery UI is loaded with the accompanying Concrete5 themed ui.css. If you want to load a different jQuery Ui theme, then you have to get your hands dirty and edit the block or package controller.

Nothing is shown on viewing the page.

Provides 2 optional ways to make jQueryUI load. Use either, but there is no need to use both:

  1. Just add the 'Load jQuery UI' block to a page. This is quick and dirty, but gets the job done and shows an obvious marker when the page is edited.
  2. Add and set the custom attribute 'Load jQuery UI' in the page's properties. This is cleaner, but not so obvious when the page is next edited.

Under the hood it does:

$this->addHeaderItem($html->javascript("jquery.js"));
$this->addHeaderItem($html->css("jquery.ui.css"));
$this->addHeaderItem($html->javascript("jquery.ui.js"));

v1.3

From C5.5.1, jQuery.ui dialog has been integrated into the core through skinning in ccm.app. To use jQuery.ui dialog, v1.3 of Load.UI provides an alternate block and attribute to load all of the above and also including the additional files:

$this->addHeaderItem($html->css("ccm.app.css"));
$this->addHeaderItem($html->javascript("ccm.app.js"));

This version of the block and attribute are only needed for dialogs.

 

Makes jQuery UI simple to add to a page. But you still need to know how to make use of it!!

Current Version

1.3.1 Download Archive

Works With

5.4.1.1+

Average Support Response

Not enough data

Add to Cart

Free Add One Free Add Five
  • Screenshots Screenshots
  • Demo Video
  • Demo Live Demo
  • Demo Used On Sites

Also Check Out

  • Developer Tools
Thumbnail Expert

Learn More

  • Load jQuery.UI Home
  • Pre-Sale Questions
  • Reviews
  • Forums
  • Support
  • License
  • Roadmap
  • Features
  • Documentation
  • Version History
  • Marketplace
  • Add-Ons
  • Load jQuery.UI

Do you have questions

  • What are users saying?
  • Who is using concrete5?
  • What makes concrete5 easy?
  • Why develop on concrete5?
 

We’re on “The Twitter”

Build a pro website in hours not days with #concrete5 the worlds number 1 #CMS http://t.co/sCzIslsm #wordpress #joomla #drupal

Follow concrete5

About

  • Try it Out
  • For Developers
  • For Agencies
  • For Designers
  • For Anyone
  • Testimonials
  • Showcase
  • History
  • Our Philosophy
  • Credits
  • What does free mean?
  • Blog

Community

  • Members
  • Forums
  • Chat
  • International
  • Jobs
  • eNewsletters

Developers

  • Download concrete5
  • Join Beta Team
  • Translate concrete5
  • Bug Tracker
  • Beta
  • Submit to Marketplace
  • Code Submissions
  • News
  • Community Leaders
  • User Doc Group

Marketplace

  • Add-Ons
  • Themes
  • Add-on Installation
  • Deal Of The Day
  • Swag

Services

  • Hosting
  • Support Options
  • Consulting
  • Training
  • Enterprise

Documentation

  • Getting Started
  • Editor's Guide
  • Developers Guide
  • How-Tos

Legal

  • Privacy Policy
  • Terms of Use
  • Refund Policy
  • Contact Us
© 2008 to 2012 Concrete CMS Inc. All Rights Reserved.

Sign In?

You must have a user account and be signed to perform this action.

  • Sign In
  • Register