Components for the PHP-based yii framework
I am trying to setup a button with a link to a view. However yii\bootstrap\Button does not have …
php yii yii2 yii-widgetsI am trying to hide the label for a specific field in _form.php without success. I have tried couple …
forms yii yii2 yii-widgetsI'd like to add a class to the form like: <form role="form" action="/login" method="POST" class="userform"&…
php css yii2 yii-widgetsHow to add a colspan in a header in gridview?? Normally a header looks like this... <table class="table"&…
gridview yii2 yii-widgetsI'm creating a form view and I want to organize the form fields with tabs structure, using the official Tabs …
yii2 yii-widgets