Top "Yii-widgets" questions

Components for the PHP-based yii framework

Create button with link in Yii2

I am trying to setup a button with a link to a view. However yii\bootstrap\Button does not have …

php yii yii2 yii-widgets
Hide label for input field

I am trying to hide the label for a specific field in _form.php without success. I have tried couple …

forms yii yii2 yii-widgets
How to add class to ActiveForm in Yii 2.0 framework?

I'd like to add a class to the form like: <form role="form" action="/login" method="POST" class="userform"&…

php css yii2 yii-widgets
YII2 add colspan in gridview header

How to add a colspan in a header in gridview?? Normally a header looks like this... <table class="table"&…

gridview yii2 yii-widgets
Split ActiveForm fields into different tabs with Tabs widget

I'm creating a form view and I want to organize the form fields with tabs structure, using the official Tabs …

yii2 yii-widgets