Jacob Morrison
226c9f22d0
Fixed issue with tabular input in ActiveField::radio and checkbox
11 years ago
Carsten Brandt
ed7b7db8b9
LinkSorter did not use Html options
...
fixes #1556
11 years ago
Alexander Makarov
7488caacc3
fixes #1515
11 years ago
Qiang Xue
858c031d0c
Fixes #1437 : Added ListView::viewParams.
11 years ago
Qiang Xue
fb3ebe7000
doc cleanup.
11 years ago
Qiang Xue
c9e4773ebb
Moved key serialization from data provider to data viewers.
11 years ago
Qiang Xue
56f2530151
Fixed typo.
11 years ago
Qiang Xue
19bffa38c8
Fixes #1326 : DetailView: visibility of the attribute
11 years ago
Andrea Panattoni
4941db1eee
Checkboxlist documentation fix
...
"Item" parameter keys are the values of the checkbox list,
while the values are the checkbox labels.
11 years ago
Carsten Brandt
c7ef701d8a
Renamed DetailView attribute type to format
...
for consistency with GridViews DataColumn where the same property is
also named format
11 years ago
Alexander Makarov
c5e8aabe05
Fixes #1245 : LinkPager now renders disabled links as spans preventing these to be clickable
11 years ago
slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
11 years ago
Qiang Xue
183a0bfaef
hide summary when empty.
11 years ago
Qiang Xue
743d31a8e6
Fixes #1075 : separated empty switch and empty display for ListView and GridView.
11 years ago
Qiang Xue
1bee84746c
Fixes #1060 : added code comment
11 years ago
Carsten Brandt
6559b06ead
made intl messages more compatible with various ICU versions
...
issue #1072
11 years ago
Carsten Brandt
66fd16e8a6
fixed gridview message pattern
11 years ago
Carsten Brandt
ec490dcaa6
made gridview plural rule compatible with ICU version < 4.8
...
issue #1072
11 years ago
Carsten Brandt
3b05e71561
ensure parameter types in baselistview message
...
fixes #1072
11 years ago
Qiang Xue
2a71c72d7c
fixes #1066 : Added ActiveForm::validate() and validateMultiple()
11 years ago
Alexander Makarov
2ce09559a2
fixes #1055
11 years ago
Alexander Makarov
ee2af2661c
Removed unneeded use statements
11 years ago
Carsten Brandt
58e6a72987
fixes #991 for gridview summary, use ITU message format
11 years ago
Alexander Makarov
32e3634838
Fixed ActiveForm
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
resurtm
b3b5e36d42
Remove use ($this). Related to 9e1b498fb5
.
11 years ago
resurtm
9e1b498fb5
PHP 5.4 supports $this with closures.
11 years ago
Carsten Brandt
677893eb79
changed plural format for BaseListView
11 years ago
Carsten Brandt
6544db48dc
consistent summary display for ListView and GridView
...
Total 0 items. when list is empty.
and showing x out of x for n>0 and paging on.
11 years ago
Alexander Makarov
6488fe47ec
Better phpdoc for chained method calls
11 years ago
Qiang Xue
0035f23781
refactored data providers.
11 years ago
Qiang Xue
d03d681583
Fixes #928 : client validation should be applied to active attributes only.
11 years ago
Alexander Makarov
fc75ab87be
Renamed ListViewBase → BaseListView
11 years ago
Alexander Makarov
e19d0dacf9
Fixes #823 : consistent interface naming
11 years ago
Qiang Xue
db212f0586
Added $label parameter to ActiveField::label().
11 years ago
Qiang Xue
791905e8bb
Reverted previous change as it breaks layout.
11 years ago
Qiang Xue
ea561ed3e0
Fixes #861 .
11 years ago
Qiang Xue
4edd842558
Added LinkSorter::attributes.
11 years ago
Qiang Xue
02e3b451be
Removed sorter from the default display of ListView.
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Qiang Xue
a9e71d5565
better handling with exceptions in __toString()
11 years ago
Qiang Xue
528f8c82f3
Fixes #795 : do not generate form-control css class for file input as it would display an unneeded border.
11 years ago
yiidevelop
23dfd13e3a
Fix function argument
...
```php
normalizeItems($items, &$active)
```
Qiang use
```php
$items[$i]['items'] = $this->normalizeItems($item['items'], $route, $hasActiveChild);
```
So $hasActiveChild not assign value and parent item not set activated
Plz, review and approval
Thanks
11 years ago
Qiang Xue
65352e500f
refactored ActiveField.
11 years ago
Qiang Xue
6f42e87ebf
Added Html::error().
11 years ago
Qiang Xue
07a04c526e
Fixed Menu active item check.
11 years ago
Qiang Xue
880b6f9d65
#735 : removed hiddenInput to avoid confusion.
11 years ago
Qiang Xue
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
11 years ago