30 Commits

Author SHA1 Message Date
1c1dcc2c15 fixed gridview documentation
fixes #4045
2014-06-25 18:33:50 +02:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
53e193049f Add $key to function parameter
I think it's better to enclose `$key` as function parameter.
2014-05-22 17:57:30 +07:00
c15aceb094 Refactored filter error display for GridView. 2014-04-22 20:46:23 -04:00
61841345eb Merge pull request #3164 from ivan-kolmychek/3154-gridview-filter-error-indication
GridView filter error indication added (#3154)
2014-04-23 00:25:11 +02:00
bb4e8eb736 DataColumn - error detection moved into renderFilterCellContent() 2014-04-22 18:47:11 +03:00
0a3f4e85f1 made grid\DataColumn::getDataCellValue() public
allow using it from the gridview directly
2014-04-22 13:51:54 +02:00
104a38a714 Issue #3154 - DataColumn checkForFilterErrors() now use Html::addCssClass 2014-04-19 12:22:40 +03:00
c57e1fcb78 Issue #3154 - DataColumn filter model validation error indication added 2014-04-18 12:57:19 +03: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
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06: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
150d5152b2 more grid docs 2014-03-09 03:21:42 +04: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
e3e26540a2 Fixes #2508 2014-02-21 15:03:10 +04:00
cd1f7b10ea Removed unnecessary blank space 2014-02-03 11:32:42 +00:00
5f5570e73f Raw content return for Grid DataColumn & Column 2014-02-02 21:57:41 +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
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
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00