Salut,
très intéressante discussion sur jQuery, Joomla 3.0, et les boutons Bootstrap
Lecture recommandée en particulier l'intervention de Michel Babker :
implémente jQuery avec noConflict par "default"
implémente jQueryUI Core seulement par default.
JHtmlBootstrap is our utility class for instantiating various Bootstrap
elements
JHtmlFormbehavior is a class we can use for various form behaviors and
enhancements
soit une alternative à Bootstrap pour styler les éléments.
Enfin :
Sorry,sorry, pas trop le temps de traduire.
Mon post est juste informatif.
très intéressante discussion sur jQuery, Joomla 3.0, et les boutons Bootstrap
Lecture recommandée en particulier l'intervention de Michel Babker :
JHtml::_('jquery.framework');
Code PHP:
JHtml::('jquery.ui');
JHtml::_('bootstrap.framework');
elements
JHtml::_('formbehavior.chosen');
enhancements
soit une alternative à Bootstrap pour styler les éléments.
Enfin :
Code PHP:
All methods handle dependency loading on their own. So, if you call
JHtml::_('bootstrap.tooltip');
it will take care of loading the BootstrapJS that it depends on
(JHtml::_('bootstrap.framework');)
which will in turn load jQuery
(JHtml::_('jquery.framework');)
So, you don't need to
worry about loading them all every time
Mon post est juste informatif.
Commentaire