egroupware_official/etemplate
Klaus Leithoff e72c783fd4 pre_process_cf_header -> created by Ralf Becker!!!
function to display the customfields in a nextmatch table-header with the functionality of sorting and selecting
by customfields. Of cource you need to adapt the source of your get_rows or search functionality to do the
actual sorting and selecting. We try to do some additional documentation in codecorner
You can pass the allowed/wanted fields to the header by passing an array of the wanted fields to the widget
through the options parameter (see the eTemplate editor for fields/cells). This array is passed on through
$cell['size']. By now the array passed through is only working, if it is the only entry in the optionsparameter.
The allowed fields array assumes an numerical indexed array of (an) array(s) with ['name'] tag(s) set.
The name provided assumes a preceding #. (e.g.: $allowed_fields[x]['name']='#MyCustomField')
2007-12-13 15:36:44 +00:00
..
doc Added how to completely hide a column from nextmatch 2007-12-11 22:29:05 +00:00
inc pre_process_cf_header -> created by Ralf Becker!!! 2007-12-13 15:36:44 +00:00
js Ajax select widget fixes: 2007-09-26 17:21:36 +00:00
setup catalan updates for trunk 2007-11-10 23:22:17 +00:00
templates mark required input fields visually (darker border and light yellow background) 2007-12-09 08:11:55 +00:00
index.php phpgw --> egw 2005-11-09 20:50:45 +00:00
phpGtk_test.php phpgw --> egw 2005-11-09 20:50:45 +00:00
process_exec.php phpgw --> egw 2005-11-09 20:50:45 +00:00