unset_js and unset_css
- Single Page
Posted 29 June 2012 - 22:42 PM
For ex, on list pages jquery-ui won't loaded. And i want to use another jquery-ui theme file.
also i don't want to edit template because of updates. is there any unset_js or unset_css function for disable loading of these files?
Thanks in advance.
Posted 15 September 2012 - 23:29 PM
Thanks much...
Posted 16 September 2012 - 18:56 PM
Posted 16 September 2012 - 22:01 PM
$crud->unset_jquery();
but in the future I want also to add the:
$crud->unset_jquery_ui();
for situations similar to yours
Posted 17 September 2012 - 09:58 AM