forked from extern/egroupware
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') |
||
---|---|---|
.. | ||
class.advancedsearch_widget.inc.php | ||
class.ajax_select_widget.inc.php | ||
class.bo_tracking.inc.php | ||
class.boetemplate.inc.php | ||
class.contact_widget.inc.php | ||
class.customfields_widget.inc.php | ||
class.date_widget.inc.php | ||
class.db_tools.inc.php | ||
class.editor.inc.php | ||
class.etemplate_request.inc.php | ||
class.etemplate.inc.php | ||
class.historylog_widget.inc.php | ||
class.link_widget.inc.php | ||
class.manual_widget.inc.php | ||
class.nextmatch_widget.inc.php | ||
class.path_widget.inc.php | ||
class.select_widget.inc.php | ||
class.sitemgr_module.inc.php | ||
class.so_sql2.inc.php | ||
class.so_sql.inc.php | ||
class.soetemplate.inc.php | ||
class.solangfile.inc.php | ||
class.tab_widget.inc.php | ||
class.uietemplate_gtk.inc.php | ||
class.uietemplate.inc.php | ||
class.xmltool.inc.php | ||
class.xslt_widget.inc.php | ||
class.xul_io.inc.php | ||
hook_sidebox_menu.inc.php |