Browse Source

Sync with file on guide base file

Sync with file on guide base file
tags/2.0.6
Lucas Barros 9 years ago
parent
commit
a44084a4a4
  1. 16
      docs/guide-pt-BR/asset-bundles.md

16
docs/guide-pt-BR/asset-bundles.md

@ -0,0 +1,16 @@
Asset Bundles
=============
Bootstrap is a complex front-end solution, which includes CSS, JavaScript, fonts and so on.
In order to allow you the most flexible control over Bootstrap components, this extension provides several asset bundles.
They are:
- [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] - contains only the main CSS files.
- [[yii\bootstrap\BootstrapPluginAsset|BootstrapPluginAsset]] - depends on [[yii\bootstrap\BootstrapAsset]], contains the javascript files.
- [[yii\bootstrap\BootstrapThemeAsset|BootstrapThemeAsset]] - depends on [[yii\bootstrap\BootstrapAsset]], contains the Bootstrap default theme CSS.
Particular application needs may require different bundle (or bundle combination) usage.
If you need only CSS styles, [[yii\bootstrap\BootstrapAsset]] will be enough for you. However, if
you want to use Bootstrap JavaScript, you need to register [[yii\bootstrap\BootstrapPluginAsset]].
> Tip: most of the widgets register [[yii\bootstrap\BootstrapPluginAsset]] automatically.
Loading…
Cancel
Save