Jeff Zaroyko
|
16949bb71c
|
tidy appdb html to make it validate - try 4
|
2008-02-25 19:27:36 -05:00 |
|
Alexander Nicolaysen Sørnes
|
ced9b16cae
|
Add arrow indicating sort order
|
2007-12-02 15:53:25 -05:00 |
|
Alexander Nicolaysen Sørnes
|
e7625791a0
|
objectManager: Support user-selected sorting in tables
|
2007-11-08 19:03:38 -05:00 |
|
Chris Morgan
|
7a1d3efb1c
|
Check numeric values against null via !== null. Fixes cases where a cellpadding or width of 0 will not be output because if(value) was false.
|
2007-10-20 18:31:29 -04:00 |
|
Chris Morgan
|
e82dc74162
|
Fixes for permission errors introduced by the table permission changes.
|
2007-09-18 22:09:57 -04:00 |
|
Chris Morgan
|
5c91961d12
|
Php5 improvements to table code. Add some accessor methods to classes so we can make class variables private.
|
2007-09-18 21:22:43 -04:00 |
|
Chris Morgan
|
0e3472e1bf
|
objectGetHeader() should return a TableRow instance as this is closer to what the information
represents and is a much more useful form.
|
2007-07-31 01:51:40 +00:00 |
|
Chris Morgan
|
b62db6340b
|
Add TableRow::SetValign() and add its output to TableRow::GetString()
|
2007-07-23 22:01:34 +00:00 |
|
Chris Morgan
|
fd448b96d7
|
Fix appData objectGetTableRow() to work with the new table classes
|
2007-07-23 20:30:57 +00:00 |
|
Chris Morgan
|
2652e68d01
|
Programmatic table support. Enhances several tables with highlightable and clickable rows and
cleans up the existing table row highlight and click code.
|
2007-07-23 19:56:43 +00:00 |
|