a615ef944a
Fixed GridView cells calling order
2014-04-19 14:41:58 +04:00
1886877196
Render gridview table footer after table body
2014-04-19 14:41:58 +04:00
c1445871f4
Correction of many errors code inspection.
...
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
e87e120040
refactored GridView to have clear separation between value and content
2014-03-27 01:44:06 +01:00
bf3c75147d
reverted breaking PHPdoc codestyle changes
...
issue #2852
2014-03-23 20:51:09 +01:00
a7046f27d0
fix
2014-03-17 01:45:39 +02:00
23a669a394
upd for psr2
2014-03-17 00:21:45 +02:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
7c520248bf
message fix. [skip ci]
2014-03-14 21:47:48 -04:00
cd8e626018
Fixes #2737
2014-03-13 19:43:06 +04:00
ca3b2cd057
Fix some references to removed Html::url in phpdoc
2014-03-11 11:15:21 +01:00
6fff5662df
better use @see for See in phpdoc
2014-03-11 05:38:35 +01:00
c94a40e90d
added a large amount of missing documentation
2014-03-11 05:38:35 +01:00
50d720ce34
use toRoute instead of createUrl in ActionColumn
...
use toRoute() instead of createUrl() in ActionColumn
2014-03-11 10:32:23 +08:00
5d6c314d4e
Adjusted URL helper, fixed usage
2014-03-10 15:25:15 +04:00
92b381795b
Adjusted Url helper methods
2014-03-10 01:34:05 +04:00
3400eb5215
#2630 : yii\heplers\Html::url moved to new yii\helpers\Url::create
2014-03-09 16:41:55 +04:00
9484423172
Merge pull request #2672 from lucianobaraglia/code-style-fixes
...
Code style fixes
2014-03-08 20:30:12 -05:00
269d1303a9
Code style fixes
2014-03-08 20:47:04 -03:00
150d5152b2
more grid docs
2014-03-09 03:21:42 +04: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
eaaa5b1bb5
fix code style
2014-03-04 06:12:30 +02:00
eaa1ba029f
minor cs fixes.
2014-02-25 16:43:31 -05:00
3ad7d6d356
Merge pull request #2284 from kartik-v/patch-12
...
Raw content return for Grid DataColumn & Column
2014-02-25 16:37:39 -05:00
d8d44b6127
Merge pull request #2501 from yiisoft/unify-urls
...
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
e3e26540a2
Fixes #2508
2014-02-21 15:03:10 +04: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
4583c17923
gridview header/footer fix
2014-02-09 21:14:33 +04:00
cd1f7b10ea
Removed unnecessary blank space
2014-02-03 11:32:42 +00:00
a0e3a3b5a6
Removed unnecessary blank space
2014-02-03 11:31:20 +00:00
5f5570e73f
Raw content return for Grid DataColumn & Column
2014-02-02 21:57:41 +00:00
eb655e6104
Raw content return for Grid DataColumn & Column
2014-02-02 21:57:00 +00:00
0991be84f5
Raw content return for Grid DataColumn & Column
...
Need to have a method `getDataCellContent` to return raw parsed data cell content. This is useful when extending these Columns, for processing any other data before formatting via `renderDataCellContent`.
2014-02-02 21:54:50 +00:00
342ba95d4a
Raw content return for Grid DataColumn & Column
...
Need to have a method `getDataCellContent` to return raw parsed data cell content. This is useful when extending these Columns, for processing any other data before formatting via `renderDataCellContent`.
2014-02-02 21:50:58 +00:00
3bc5dbed82
added doc example to gridview column classes
...
fixes #2276
2014-02-02 18:29:21 +01:00
8c49dabb1b
Change condition
2014-01-30 17:04:16 -02:00
5a2323346d
Test if value is instance of \Closure
2014-01-30 17:01:26 -02:00
f906b3a10b
Adjust doc
2014-01-30 16:02:24 -02:00
a35fcbbf92
Adjust tab as space
2014-01-30 15:56:44 -02:00
632a537ab8
Allow to set an attribute as the value of the cell, unlike the column attribute.
2014-01-30 15:51:09 -02:00
f5e1fbc532
Fixes #2212 : yii\gridview\DataColumn generates incorrect labels when used with nosql DB and there is no data
2014-01-29 18:09:58 -05:00
262189533a
huge amount of documentation link fixes
2014-01-28 17:54:40 +01:00
cd8a948e1f
GridView typo fixed
2014-01-23 23:59:02 +04: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