jquery.ui

Permalink
Hi

I'm trying to use

Loader::helper('form/date_time')

The date selector helper works when logged in (and the C5 admin bar is in place) but when logged out the system doesn't include the jquery.ui and css's

Any ideas anyone?

Thanks

5fly
 
5fly replied on at Permalink Reply
5fly
Now using

$html = Loader::helper('html');
$this->addHeaderItem($html->css('jquery.ui.css'));
$this->addHeaderItem($html->javascript('jquery.ui.js'));

Seems to work ok!

SOLVED