how to enable jquery ui in block edit/add mode ?
Permalink
Now if I use
echo $form->text('content', array('style' => 'width: 320px'));
I get very simple input field. How can I utilise existing concrete5 jquery UI when block is in edit or add mode?
I've tryed following this:http://andrewembler.com/posts/javascript-jquery-and-concrete5/...
and adding public on_page_view() in block controller class, but it didn't work for me.
tnx ppl
echo $form->text('content', array('style' => 'width: 320px'));
I get very simple input field. How can I utilise existing concrete5 jquery UI when block is in edit or add mode?
I've tryed following this:http://andrewembler.com/posts/javascript-jquery-and-concrete5/...
and adding public on_page_view() in block controller class, but it didn't work for me.
tnx ppl
You can use
Thanks