Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
en:slam4:php:phalcon:jquery:bootstrap [2015/03/30 02:39] – jcheron | en:slam4:php:phalcon:jquery:bootstrap [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
==== -- Service injection ==== | ==== -- Service injection ==== | ||
+ | It is necessary to inject the JQuery service at application startup, and instantiate Bootstrap: | ||
+ | |||
+ | <sxh php; | ||
+ | $di-> | ||
+ | $jquery= new JsUtils(array(" | ||
+ | $jquery-> | ||
+ | return $jquery; | ||
+ | }); | ||
+ | </ | ||
+ | |||
+ | ==== -- js and css files inclusion ==== | ||
//To continue | //To continue |