| Name | Size | Mode | Actions |
|---|---|---|---|
| ActiveField.php | 40266 | 0644 | editdlrm |
| ActiveForm.php | 17518 | 0644 | editdlrm |
| ActiveFormAsset.php | 521 | 0644 | editdlrm |
| BaseListView.php | 10454 | 0644 | editdlrm |
| Block.php | 1779 | 0644 | editdlrm |
| Breadcrumbs.php | 6749 | 0644 | editdlrm |
| ContentDecorator.php | 2166 | 0644 | editdlrm |
| DetailView.php | 11181 | 0644 | editdlrm |
| FragmentCache.php | 5544 | 0644 | editdlrm |
| InputWidget.php | 3520 | 0644 | editdlrm |
| LinkPager.php | 9984 | 0644 | editdlrm |
| LinkSorter.php | 2358 | 0644 | editdlrm |
| ListView.php | 7879 | 0644 | editdlrm |
| MaskedInput.php | 7051 | 0644 | editdlrm |
| MaskedInputAsset.php | 653 | 0644 | editdlrm |
| Menu.php | 14203 | 0644 | editdlrm |
| Pjax.php | 7834 | 0644 | editdlrm |
| PjaxAsset.php | 546 | 0644 | editdlrm |
| Spaceless.php | 2009 | 0644 | editdlrm |
/var/www/vhosts/nabawater/vendor/yiisoft/yii2/widgets/Spaceless.php (2009B)
* ``` * * This example will generate the following HTML: * * ```html *
* ```
*
* This method is not designed for content compression (you should use `gzip` output compression to
* achieve it). Main intention is to strip out extra whitespace characters between HTML tags in order
* to avoid browser rendering quirks in some circumstances (e.g. newlines between inline-block elements).
*
* Note, never use this method with `pre` or `textarea` tags. It's not that trivial to deal with such tags
* as it may seem at first sight. For this case you should consider using
* [HTML Tidy Project](http://tidy.sourceforge.net/) instead.
*
* @see http://tidy.sourceforge.net/
* @author resurtm