egroupware/etemplate
Klaus Leithoff 45a2efe551 Backport of a modification/addition to the customfield widget from Ralf
pre_process_cf_header
 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 10:19:27 +00:00
..
doc CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names. 2007-09-22 15:03:03 +00:00
inc Backport of a modification/addition to the customfield widget from Ralf 2007-12-13 10:19:27 +00:00
js fixed 2.unwanted-download problem: if you click on a download button and then use eg. a selectbox with onchange='this.form.submit()' the button _stays_ pressed, because the value of the button var is still set as the previous submitted form returns no new page to the browser (resetting the button var), because it's a download 2007-09-20 08:46:14 +00:00
setup catalan updates 2007-11-10 10:46:49 +00:00
templates CSS-Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the 2007-11-30 08:58:04 +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