13 Commits (357fc73ca05b4e3cc1e416b3b2fc91a413e67840)

Author SHA1 Message Date
disem 5c79ab202c Added key param to ActionColumn button Closure 10 years ago
Carsten Brandt 020960380b added example to ActionColumn 10 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov cd8e626018 Fixes #2737 11 years ago
baodude 50d720ce34 use toRoute instead of createUrl in ActionColumn 11 years ago
Carsten Brandt e2aacad8aa Added links to PHP.net to apidoc 11 years ago
Christophe BOULAIN 3daa177ea2 Add an option to ignore pjax request on some links. 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Qiang Xue 25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 11 years ago
Carsten Brandt 3bc5dbed82 added doc example to gridview column classes 11 years ago
Qiang Xue 53e249d2be Fixes #1921: Grid view ActionColumn now allow to name buttons like `{controller/action}` 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue b10c8240b3 Allow dash char in ActionColumn’s button names. 11 years ago
Qiang Xue 1689a9ef9a Changed the signature of `urlCreator` and button creators for `yii\gridview\ActionColumn` 11 years ago
Qiang Xue abdfe30cac parameter adjustment. 11 years ago
Qiang Xue bae5cda5b9 The signature for `yii\gridview\ActionColumn::urlCreator` is changed - the `$action` parameter is moved to the first 11 years ago
Qiang Xue 5fc275e935 Fixes #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions 11 years ago
Qiang Xue dd9facceed Added $key parameter to several methods in grid view. 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
Alexander Makarov ee2af2661c Removed unneeded use statements 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
resurtm ffbd10638f Remove unnecessary $this. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
Qiang Xue 2b2c22eee4 Fixes #980: Changed the default way of generating action URLs for ActionColumn. 11 years ago
Qiang Xue cd969509e6 Added ActionColumn. 11 years ago