Lucas Barros
9 years ago
1 changed files with 9 additions and 10 deletions
@ -1,16 +1,15 @@ |
|||||||
Asset Bundles |
Asset Bundles |
||||||
============= |
============= |
||||||
|
|
||||||
Bootstrap is a complex front-end solution, which includes CSS, JavaScript, fonts and so on. |
Bootstrap é uma solução complexa para front-end, o qual inclue CSS, JavaScript, fontes e assim por diante. |
||||||
In order to allow you the most flexible control over Bootstrap components, this extension provides several asset bundles. |
A fim de permitir que você tenha controle mais flexível sobre componentes Bootstrap , esta extensão fornece vários asset bundles. Eles são: |
||||||
They are: |
|
||||||
|
|
||||||
- [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] - contains only the main CSS files. |
- [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] - Contém apenas arquivos CSS. |
||||||
- [[yii\bootstrap\BootstrapPluginAsset|BootstrapPluginAsset]] - depends on [[yii\bootstrap\BootstrapAsset]], contains the javascript files. |
- [[yii\bootstrap\BootstrapPluginAsset|BootstrapPluginAsset]] - Depende de [[yii\bootstrap\BootstrapAsset]], contem os arquivos JavaScript. |
||||||
- [[yii\bootstrap\BootstrapThemeAsset|BootstrapThemeAsset]] - depends on [[yii\bootstrap\BootstrapAsset]], contains the Bootstrap default theme CSS. |
- [[yii\bootstrap\BootstrapThemeAsset|BootstrapThemeAsset]] - depende de [[yii\bootstrap\BootstrapAsset]], contém o tema padrão do Bootstrap. |
||||||
|
|
||||||
Particular application needs may require different bundle (or bundle combination) usage. |
Necessidades de aplicações específicas podem exigir utilização de pacotes diferentes ( ou a combinação bundle). |
||||||
If you need only CSS styles, [[yii\bootstrap\BootstrapAsset]] will be enough for you. However, if |
Se você precisa apenas de estilos CSS, [[yii\bootstrap\BootstrapAsset]] será o suficiente para você. No entanto , se |
||||||
you want to use Bootstrap JavaScript, you need to register [[yii\bootstrap\BootstrapPluginAsset]]. |
você quiser usar Bootstrap JavaScript, você precisa se registrar [[yii\bootstrap\BootstrapPluginAsset]]. |
||||||
|
|
||||||
> Tip: most of the widgets register [[yii\bootstrap\BootstrapPluginAsset]] automatically. |
> Tip: a maioria dos widgets [[yii\bootstrap\BootstrapPluginAsset]] registram automaticamente. |
||||||
|
Loading…
Reference in new issue