943da8c475
Fix @var tags syntax in docs ( #20391 )
2025-06-03 19:58:13 +03:00
f60730e210
update sitepoint link ( #19441 )
2022-06-16 23:25:25 +02:00
1d514e2ded
Revert "Fix anchors in docs ( #18344 )"
...
This reverts commit 0f4b147352f2524f2a1530d419d13a8c8acd5069.
2020-11-05 14:14:35 +03:00
0f4b147352
Fix anchors in docs ( #18344 )
2020-11-01 17:51:16 +03:00
23202244b4
Fix #16676 : Set gridview ID explicitly so example works out of the box [skip ci]
2019-09-17 17:41:23 +03:00
71c541773f
PHPDoc fix
2018-01-23 13:17:25 +02:00
65f6b59b35
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
f6b2d4dbcc
Added information about filters and header of DataColumn ( #14981 ) [skip ci]
2017-12-19 22:26:00 +03:00
376006a2d5
Data filter enhancements and docs
...
- Added docs.
- Moved to "data" namespace.
- Moved messages to "yii" category.
- Added Russian messages translation.
2017-10-26 11:32:52 +03:00
03aac69a9b
guide fix
2017-09-19 13:20:13 +03:00
8803496cf5
docs/guide/output-data-widgets.md typo fix [ci skip] ( #13459 )
2017-01-28 11:45:51 +03:00
6428fab406
Closes #9162 : Added support of closures in value
for attributes in yii\widgets\DetailView
( #13013 )
...
#9162 : Added support of closures in `value` for attributes in `yii\widgets\DetailView`
2016-11-18 11:31:40 +03:00
6ff2b3e8ab
Fixes #9220 : GridView::filterModel docs update ( #12886 ) [skip ci]
2016-11-01 13:29:43 +03:00
76ced661b2
DetailView captionOptions & contentOptions attributes
2016-10-05 11:43:21 +03:00
685f16e8ef
📖 Updated guide pages - wrap true, false, null
2016-09-20 10:49:15 +03:00
acbdccb45d
Various documentation fixes [skip ci]
2016-08-24 13:22:03 +03:00
ae1fbdd737
Updated output-data-widgets article. Fixed broken links
...
Closes #11609
2016-05-22 18:40:24 +03:00
10b5a3a819
fix #11609
2016-05-22 07:09:37 -05:00
9e7d5041cc
Fixes #2022 : Added info about yii\db\Query::andFilterCompare()
to guide
2016-05-01 00:51:19 +03:00
121f817618
docs/guide pjax descriptions improved.
2016-04-13 22:50:43 +09:00
02329a4f65
[docs] pjax examples and explanations ( #11316 )
...
* [docs] pjax examples and explanations
* minor fixes
* other minor changes
* documentation for pjax and activeform
* style fix
* fix #2414 small change
* gramatic changes
2016-04-11 23:35:47 +03:00
438be14a8e
adjusted the guide on GridView relations for joinWith aliases
2016-02-12 12:40:31 +01:00
8279f167ea
Added in a link to the GridView widget [ci skip]
2016-02-03 17:35:12 -07:00
28eb2e6bbf
docs/guide/output-data-widgets.md typo fixed [ci skip]
2016-02-03 23:13:15 +09:00
a3c7ed63b0
Updated "Separate filter form" section in docs [skip ci]
2016-02-03 17:32:19 +06:00
e37c213ce4
Fixed word plural form error in docs in "Separate filter form" section [skip ci]
2016-02-03 17:03:33 +06:00
5f000b7105
Fixed few errors in "Separate filter form" section in docs, added russian translation [skip ci]
2016-02-03 16:45:59 +06:00
a9404a5161
Updated Separate filter form section in docs [skip ci]
2016-02-03 15:00:03 +06:00
e209a4b477
Closed #10653 : Add info about additional filters for GridView to docs [skip ci]
2016-02-03 11:42:57 +06:00
feebb80c5b
Fixed wording
2016-01-30 21:46:32 +03:00
9691d3dcc1
Reverted bf42b24
2016-01-30 18:45:44 +02:00
884d259705
Fixed a typo
2016-01-30 21:19:35 +08:00
efa72e61ec
Guide-ru,-en: output-data-widgets - updated ActionColumn section
2016-01-26 10:17:46 +02:00
3ef5eeaf23
Added link to compliementary article at SitePoint
2015-08-24 14:01:19 +03:00
79a39a8133
Added links
2015-06-30 10:38:25 +03:00
1db5787456
Update output-data-widgets.md
2015-06-13 15:39:30 +03:00
6a7f5cc69a
renamed guide page [skip ci]
2015-04-01 09:34:00 -04:00
cd0093f7bd
rework grid/list/detail view guide and docs
2015-03-06 07:43:00 +01:00
36bebbfefb
use id instead of name for anchor references in the guide
...
fixes #7013
2015-01-25 22:13:16 +01:00
9d961a30e2
Added ListView description to data widgets guide
2014-12-28 15:56:43 +03:00
b28629e26f
docs/guide/output-data-widgets.md link correction [ci skip]
2014-12-20 09:24:41 +09:00
b8747b9ef9
docs/guide/output-data-widgets.md - revised [ci skip]
2014-12-20 09:24:40 +09:00
0691d33026
Update output-data-widgets.md
...
Minor syntax changes.
2014-11-28 18:38:40 -03:00
6987ea200b
Updated GridView guide [skip ci]
...
close #6128
2014-11-20 12:03:37 +01:00
d82932c4dc
Fixed broken links [ci skip]
2014-11-10 13:16:25 +03:00
3f3cd25316
Revert "Update output-data-widgets.md"
2014-10-13 20:50:41 +02:00
22fff48bb2
Update output-data-widgets.md
...
changed $query->from(['author' => 'users']) to $query->from(['author' , 'users']) on line 354
2014-10-13 22:11:20 +05:00
dfd68954a5
finished guide on formatting
2014-10-06 20:48:44 +02:00
ce83886072
Add comment to documentation sample code
...
Add comment to documentation sample code for GridView
2014-09-25 23:59:05 -05:00
0723f409ab
finished the first structure of the guide on formatting
2014-09-10 19:24:14 +02:00