Commit 71018175 by Carsten Brandt

Merge pull request #1719 from andersonamuller/patch-1

Doc fix
parents c84588a4 82c54bb2
...@@ -197,8 +197,8 @@ body { background: #f00; } ...@@ -197,8 +197,8 @@ body { background: #f00; }
</style> </style>
``` ```
If you want to specify additional properties of the style tag, pass an array of name-values to the second argument. If you want to specify additional properties of the style tag, pass an array of name-values to the third argument.
If you need to make sure there's only a single style tag use third argument as was mentioned in meta tags description. If you need to make sure there's only a single style tag use fourth argument as was mentioned in meta tags description.
```php ```php
$this->registerCssFile("http://example.com/css/themes/black-and-white.css", [BootstrapAsset::className()], ['media' => 'print'], 'css-print-theme'); $this->registerCssFile("http://example.com/css/themes/black-and-white.css", [BootstrapAsset::className()], ['media' => 'print'], 'css-print-theme');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment