mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Web based groupware server written in PHP, forum at https://help.egroupware.org/
address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmail
45a2efe551
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') |
||
---|---|---|
addressbook | ||
admin | ||
calendar | ||
debian | ||
doc | ||
egw-pear | ||
emailadmin | ||
etemplate | ||
felamimail | ||
filemanager | ||
home | ||
importexport | ||
infolog | ||
notifications | ||
phpgwapi | ||
preferences | ||
resources | ||
setup | ||
timesheet | ||
.htaccess | ||
about.php | ||
anon_wrapper.php | ||
header.inc.php.template | ||
icalsrv.php | ||
index.php | ||
login.php | ||
logout.php | ||
notify_simple.php | ||
notify.php | ||
notifyxml.php | ||
redirect.php | ||
rpc.php | ||
set_box.php | ||
soap.php | ||
svn-helper.php | ||
xajax.php | ||
xmlrpc.php |