egroupware/etemplate/inc
Ralf Becker 36ef7dec78 some changes to get the tab-widget working:
- the template is saved in the app_session for process_exec and not read again from the db
- extensions can request (trough $templ->loop = True) to have an other loop through exec process_exec (e.g. to show an other tab)
- extensions can have persitant data (via app_session) in $GLOBALS[phpgw_info][etemplate][extension_data][<extension-name>]
2002-06-09 21:40:06 +00:00
..
class.boetemplate.inc.php splitt save_appsession in appsession_id and save_appsession 2002-06-09 21:34:21 +00:00
class.date_widget.inc.php change in the params of the extension-interface 2002-06-09 21:36:06 +00:00
class.datefield_widget.inc.php change in the params of the extension-interface 2002-06-09 21:36:06 +00:00
class.db_tools.inc.php some minor changes to be compatible with the gtk ui 2002-06-02 20:47:38 +00:00
class.editor.inc.php removed manual process_show, as it is no longer necessary 2002-06-09 21:33:07 +00:00
class.etemplate.inc.php initial import of gtk user-interface 2002-02-20 01:26:03 +00:00
class.html.inc.php new fieldtypes: int, float 2002-02-14 14:06:53 +00:00
class.sbox2.inc.php this enables the eTemplates to run in 0.9.14 as well as HEAD 2002-06-07 21:26:05 +00:00
class.so_sql.inc.php changed last_insert_id() to get_last_insert_id($table,$field) 2002-02-18 13:51:04 +00:00
class.soetemplate.inc.php changed init to be used to set complete template data, has to be as array in $name 2002-06-09 21:31:01 +00:00
class.tab_widget.inc.php inital import of Tab-Widget 2002-06-09 21:36:37 +00:00
class.uietemplate_gtk.inc.php destroy the session if window get closed 2002-06-07 21:56:34 +00:00
class.uietemplate.inc.php some changes to get the tab-widget working: 2002-06-09 21:40:06 +00:00