65f6b59b35
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
5a8c3d537b
Enable phpdoc_summary
rule in php-cs-fixer config ( #14675 )
...
* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
fe8a0a6a2e
Enable no_useless_else
rule in php-cs-fixer ( #14420 )
2017-07-10 11:26:21 +03:00
533da6240e
Update phpdoc, \yii\db\ActiveRecord => \yii\db\ActiveRecordInterface [skip ci] ( #14076 )
2017-04-30 21:14:58 +02:00
284cadfe03
Made ActionColumn Yii::t() tags static again ( #13489 )
...
* Made ActionColumn Yii::t() tags static again
this was changed in 2.0.11 and cause the messages translation to not
recognize them anymore.
* Fixed formatting
2017-02-02 19:46:42 +01:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
32f4dc8997
Fixes #5385 : links created from classes to corresponding guide articles ( #12920 )
2016-11-04 18:55:14 +03:00
d3c7accc49
Added braces check for initDefaultButton ( #12863 )
2016-10-28 00:22:11 +03:00
aa6d34a285
Fixes #9796 : Initialization of not existing yii\grid\ActionColumn default buttons ( #12859 )
2016-10-27 22:11:54 +03:00
e0882a864d
Added argument to yii\grid\ActionColumn::urlCreator
callback, which holds reference to the column instance
2016-08-30 13:57:09 +03:00
ffb7ca2a78
Removed unused import
2016-07-30 00:18:14 +03:00
e630072408
Add phpdoc [skip ci]
2016-01-26 18:01:17 +01:00
275a7827c3
ActionColumn::visibleButtins() - changed PHPDoc wording
2016-01-26 10:17:16 +02:00
f17a881539
fix typo
2016-01-26 10:29:32 +03:00
bdddcc54ad
code review fixes
2016-01-25 22:56:44 +03:00
c6c765b014
Merge branches '9198-buttons-visible-in-action-column' and 'master' of github.com:fornit1917/yii2 into 9198-buttons-visible-in-action-column
2016-01-25 21:28:54 +03:00
b6254dd68b
Fixes #10056 : Allowed any callable to be passed to ActionColumn::$urlCreator
2015-10-30 22:37:23 +03:00
88612a49b4
Merge branches '9198-buttons-visible-in-action-column' and 'master' of github.com:fornit1917/yii2 into 9198-buttons-visible-in-action-column
...
Conflicts:
framework/CHANGELOG.md
2015-10-05 22:16:21 +03:00
ad69fb9c7e
Closed #9635 : Added default CSS class for \yii\grid\ActionColumn
header
2015-09-10 18:01:30 +06:00
dacd9cdcd4
add buttonsVisible suggestion (issue #9198 )
2015-07-24 22:57:54 +04:00
d613719298
Update ActionColumn.php
2015-06-15 01:34:35 +02:00
af202f1ad8
Fixes #7912 : Added aria-label
to ActionColumn buttons
2015-03-30 19:08:44 +03:00
26392372c0
added ActionColumn::$buttonOptions
...
allows for configuration of the default buttons like this:
```php
[
'class' => ActionColumn::className(),
'template' => '<div class="btn-group text-center">{view} {update} {delete}</div>',
'buttonOptions' => [
'class' => 'btn btn-default btn-xs',
],
],
```
close #7633
2015-03-08 23:23:39 +01:00
f83ad4a05e
Update ActionColumn.php
...
Added content to give a clear example to those that don't intuitively know how to set the template property using array notation.
close #6811
2015-01-10 15:20:40 +01:00
2081d0e80c
Merge pull request #6587 from creocoder/yii-grid-action-column-php-doc
...
\yii\grid\ActionColumn better phpDoc.
2014-12-19 13:41:34 +01:00
9ee3627891
\yii\grid\ActionColumn better phpDoc.
2014-12-19 15:39:16 +03:00
98d4650f12
\yii\grid\ActionColumn better phpDoc.
2014-12-19 14:51:57 +03:00
267da3cc3f
\yii\grid\ActionColumn incomplete anonymous functions signature fix.
2014-12-19 09:26:58 +03:00
5c79ab202c
Added key param to ActionColumn button Closure
...
fixes #4602 , close #4624
2014-08-06 22:30:35 +02:00
020960380b
added example to ActionColumn
2014-05-23 13:10:06 +02:00
bf3c75147d
reverted breaking PHPdoc codestyle changes
...
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
cd8e626018
Fixes #2737
2014-03-13 19:43:06 +04:00
50d720ce34
use toRoute instead of createUrl in ActionColumn
...
use toRoute() instead of createUrl() in ActionColumn
2014-03-11 10:32:23 +08:00
e2aacad8aa
Added links to PHP.net to apidoc
2014-03-07 19:41:43 +01:00
3daa177ea2
Add an option to ignore pjax request on some links.
2014-03-04 10:21:11 +01:00
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
25b466d278
Fixes #2083 : make sure keys of object type work with ActionColumn, GridView, etc.
2014-02-13 12:04:37 -05:00
3bc5dbed82
added doc example to gridview column classes
...
fixes #2276
2014-02-02 18:29:21 +01:00
53e249d2be
Fixes #1921 : Grid view ActionColumn now allow to name buttons like {controller/action}
2014-01-12 20:47:18 -05:00
0c38655217
psr-4 move
2014-01-10 21:41:43 -05:00