Ralf Becker
74248930c5
date_widget has now an option to show an input for the year instead a select-box, datefield_widget is no longer used
2002-10-12 22:34:50 +00:00
Ralf Becker
7a07eef5b5
if date_widget is readonly: just generate a label with the Date in the form spec. in the user-prefs
2002-10-12 16:39:10 +00:00
Ralf Becker
ee4ac7ac0b
new coded useing select-day, -month, -year
2002-10-06 00:15:14 +00:00
Ralf Becker
290ba0b094
completly rewritten uietemplate::process_show to not longer need to work recursively and be able to do input-checks later on
2002-10-01 18:26:30 +00:00
Ralf Becker
ed81de3f86
big performance improvment by using references (droped php3 compatibility)
2002-09-27 16:17:39 +00:00
Ralf Becker
7bd87b1180
changed interface for extensions to:
...
pre_process(&$cell,&$value,&$extension_data,&$readonlys)
post_process(&$cell,&$value,&$extension_data,&$loop)
2002-09-24 21:57:15 +00:00
Ralf Becker
569a3672b0
some corrections for the inline-doc-parser
2002-09-02 11:14:30 +00:00
Ralf Becker
370eb1a638
change in the params of the extension-interface
2002-06-09 21:36:06 +00:00
Ralf Becker
daceac54ad
Added interface to extend eTemplates with new widgets.
...
The widget got automaticaly loaded from the app's inc dir (or etemplate's inc dir).
Two examples ilustrate how to use the interface:
- date: class.date_widget.inc.php reads dates via sbox.getDate
- datefield: class.datefield_widget.inc.php reads dates via 3 textfields
2002-05-13 21:30:46 +00:00