Ticket #1182 (closed new feature: fixed)
jTpl: plugin html_meta for jQuery and jQueryUI
| Reported by: | Julien | Owned by: | Julien |
|---|---|---|---|
| Priority: | normal | Milestone: | Jelix 1.2RC1 |
| Component: | jelix:plugins:tpl | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: | Php version: | ||
| Hosting Provider: | Blocked By: | ||
| Documentation needed: | no | Blocking: |
Description
as we do not provide a single file for jQueryUI, and as the jQueryPath is now set up in app's configuration, I think it's useful to provide some function to include these scripts easily
{meta_html jquery}
will load jQuery
{meta_html jquery_ui 'components', array('widget','dialog','position')}
{meta_html jquery_ui 'theme'}
will load jquery, jqueryUI core and specified components + theme
see http://bitbucket.org/julieni/jelix-trunk-patches/src/tip/jTpl_jQueryUI_meta_plugin.patch
Change History
Note: See
TracTickets for help on using
tickets.
