Qiang Xue
786163c13f
Fixes #1075 : changed the default value of GridView::empty.
11 years ago
Alexander Makarov
ee2af2661c
Removed unneeded use statements
11 years ago
Alexander Makarov
ffb37f8eab
fixes #1001
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
resurtm
ffbd10638f
Remove unnecessary $this.
...
Related to b3b5e36d42
.
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
Carsten Brandt
5ad8fe5f45
Filter only active attributes in gridview
...
When we do not want an attribute to be searched we do not define it in
the filter model, or mark it inctive in the scenario when we use the
original model.
GridView should not try to access the attribute then and automatically
not display the filter field.
11 years ago
Qiang Xue
cf9104f7fd
make grid view filtering work.
11 years ago
Qiang Xue
293cb9d86f
Fixed search form.
11 years ago
Alexander Makarov
fc75ab87be
Renamed ListViewBase → BaseListView
11 years ago
Qiang Xue
220db270cf
Improved crud generator.
11 years ago
Qiang Xue
7d2d925dbe
Added SerialColumn to crud generated code.
11 years ago
Qiang Xue
cd969509e6
Added ActionColumn.
...
crud generator WIP.
11 years ago
Qiang Xue
02e3b451be
Removed sorter from the default display of ListView.
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Carsten Brandt
53b4ed3d7f
Moved label for Sort::link() to html options
11 years ago
Carsten Brandt
39c002e83c
Refactored DataColumn::renderHeaderCellContent()
11 years ago
Carsten Brandt
155749e18d
typos in doc
11 years ago
Carsten Brandt
9847472144
introduced DataColumn::label property
11 years ago
Carsten Brandt
381216595d
DataColumn: Allow setting label of sort link via short syntax
...
attribute:type:Header should also affect sort link
11 years ago
Carsten Brandt
c5d65e09af
Refactor DataColum to use model label for sorting link
11 years ago
Carsten Brandt
96c7534ca3
set default format for gridview to text
...
default format is text in short format so it should also be
like that in array() defintion.
11 years ago
Qiang Xue
b3b1151469
Finished draft implementation of GridView.
11 years ago