egroupware_official/etemplate/setup
Nathan Gray d889e92774 Add AJAX Select widget as a field type for custom fields.
Select options can be provided using one of three different methods:
1.  key=value pairs, one per line, as for a selectbox
2.  @filename.php - The file must be in the egw root, and define an array named $options, that has key => value pairs
3.  Define the options normally used for the AJAX Select widget (get_rows, get_title, id_field) and it will pull values from the database, as normal.

Other options (icon, filter, template, link) can be used regardless of the method used to get the values.
2010-01-12 22:35:51 +00:00
..
etemplates.inc.php Add AJAX Select widget as a field type for custom fields. 2010-01-12 22:35:51 +00:00
setup.inc.php skipping unnecessary redirect by directly displaying index-method link in navbar 2009-03-30 08:48:59 +00:00
tables_current.inc.php updating version and dependencies for 1.6 2008-10-07 18:04:59 +00:00
tables_update.inc.php updating version and dependencies for 1.6 2008-10-07 18:04:59 +00:00