egroupware/etemplate
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
..
doc Added Ajax Select to widget documentation 2008-08-12 21:13:03 +00:00
inc Add AJAX Select widget as a field type for custom fields. 2010-01-12 22:35:51 +00:00
js Add AJAX Select widget as a field type for custom fields. 2010-01-12 22:35:51 +00:00
lang Recover history from rev 28554 2009-12-02 19:37:49 +00:00
setup Add AJAX Select widget as a field type for custom fields. 2010-01-12 22:35:51 +00:00
templates fixed not use popup in link list widget (eg. links tab in different apps) 2010-01-08 02:22:22 +00:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
phpGtk_test.php phpgw --> egw 2005-11-09 20:50:45 +00:00
process_exec.php "header update" 2008-10-07 12:25:28 +00:00
thumbnail.php "imediatly closing the sesson, as there's no need to keep it open (and preventing parallel calls)" 2009-04-19 07:22:00 +00:00