Commit Graph

64 Commits

Author SHA1 Message Date
Ralf Becker
f520cbb004 updated dependencies 2005-02-10 14:16:02 +00:00
Ralf Becker
482156d7b5 fix for bug [ 1019398 ] s/Referenz/Reference/ 2005-02-08 18:22:18 +00:00
Ralf Becker
84e89d31be Step #2: Redering and importing (xml) are working now with any tree.
Export and editing still need to be reworked.
More to come ...
2005-02-08 12:29:06 +00:00
Ralf Becker
52b42e13bb 1) added GroupBox (HTML: fieldset) to group widgets by a frame with an optional caption
2) Step #1 of removing eTemplate's limitation on allowing only a grid as root element of the widget tree (which can NOT directly contain further grids, thought references to other templates/grids are ok). The storage layer allows now a real tree. Redering and editing only works on the old data variable, which is now a reference to the first grid in the tree.
More to come ...
2005-02-06 15:49:50 +00:00
Ralf Becker
95375f467c added two new widgets:
- hour with 12/24 preference
- day of week
2004-10-07 22:08:19 +00:00
Ralf Becker
ff47845902 added option to suppress time in the readonly display if it's 0h0 2004-08-28 17:57:44 +00:00
Ralf Becker
c7e6cb74fa ability to specify plugins for htmlarea 2004-08-21 08:04:23 +00:00
Ralf Becker
3eeac95008 added 1.0.1 dependency for the api 2004-08-03 08:03:04 +00:00
Ralf Becker
ee1eaa2130 added 1.0.1 dependency for the api 2004-08-03 08:03:04 +00:00
Ralf Becker
ec1cf301b2 added input-validation:
- needed (= not to be empty) fields are enforced now
- min and max values and format of int and float fields
- validator for text-fields (perl regular expression)
The input-validation is handled completly withing eTemplate, the application dont need to implement any code, just set the right attributes in the template. Validation-errors are displayed in red behind the concerning field, try the template 'etemplate.validation-test' in the editor.
2004-04-05 01:33:23 +00:00
Ralf Becker
a13ab26527 fixed error, thanks to drago 2004-03-13 09:58:25 +00:00
Ralf Becker
3b5d09927e added htmlarea 2004-02-28 22:41:32 +00:00
reinerj
b01bf986dc change files from phpgw to egw 2004-01-27 16:58:19 +00:00
Ralf Becker
3511e9d103 update of the docs concerning the improved nextmatch-widget 2003-12-18 06:08:55 +00:00
Ralf Becker
07da6bbec9 phpGW --> eGW 2003-10-26 19:25:13 +00:00
Ralf Becker
ca460b5aae added the optional link in the label-widget 2003-10-07 13:31:23 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
Ralf Becker
cd1025f9cf 1) partialy undoing gugux changes (label use '%s' if they want to place the widget within the label!)
2) useing a regular lang()-call with parameters instead of a message array, which got translated by the constructor
2003-08-08 16:29:34 +00:00
Ralf Becker
01f9a86272 1) partialy undoing gugux changes (label use '%s' if they want to place the widget within the label!)
2) useing a regular lang()-call with parameters instead of a message array, which got translated by the constructor
2003-08-08 16:20:16 +00:00
Ralf Becker
7073ae95c2 nextmatch_widget:
- 2 header-templates left and right from the range-display
- optional nextmatch-line with arrows, search, cats, ... after the rows
link_widget:
- new sub-type link-string
Updateted the documenations and lang-files.
2003-06-29 17:00:05 +00:00
gugux
dc86d87cf8 Forgot this one. 2003-05-30 20:15:13 +00:00
gugux
741db6ce7b Changed all %d's and %s's into %x's in lang calls and lang files, added missing english phrases and french translations. 2003-05-26 21:03:15 +00:00
Ralf Becker
9825930cd4 implemented new phpgw-pref account_display as default for select-account 2003-05-04 09:18:56 +00:00
Ralf Becker
3a8146064e added time and date+time to date_widget and select-number to select_widget 2003-04-13 19:21:25 +00:00
Ralf Becker
3bad474731 Initial Import of eTemplate port of Notes as a further example for the eTemplate docu 2003-04-03 01:02:31 +00:00
Ralf Becker
99094a97a4 a german translatons, title for et_media in all langs 2003-03-31 18:13:39 +00:00
Ralf Becker
cd8704a769 find an icon for et_media 2003-03-31 17:58:23 +00:00
Ralf Becker
56ac75c659 changed $GLOBALS['setup_info'] to $setup_info (it gets included within a function in setup)
remove step 2) as db-tools now show uninstalled apps to create tables for
2003-03-19 17:04:08 +00:00
gugux
9e33e2c16e New french translation file. 2003-01-10 21:32:51 +00:00
Ralf Becker
25083c862e ubdate to new about-system (all infos are in setup.inc.php, no more hook_about) 2002-10-28 11:41:58 +00:00
Ralf Becker
cc8652e098 update 2002-10-28 01:27:34 +00:00
Ralf Becker
b034a977dd ubdate to new about-system (all infos are in setup.inc.php, no more hook_about) 2002-10-28 00:18:04 +00:00
Ralf Becker
ca78e392f8 ubdate to new about-system (all infos are in setup.inc.php, no more hook_about) 2002-10-27 17:31:02 +00:00
Ralf Becker
87f812451a - changed the way so_sql is loaded
- modified writeLangFile to include the types and return the message
2002-10-19 11:15:23 +00:00
Ralf Becker
49169129f6 added a cvs-id 2002-10-16 00:25:54 +00:00
Ralf Becker
02ed6da227 added date_widget and corrected wrong widget-name integer to int 2002-10-12 23:01:21 +00:00
Ralf Becker
ec1ffc81be Many new stuff for the eTemplates:
- added vbox and hbox support: container to put widgets in one row or column
- complete rows and column can now be disabled (even with a simple comparison with a variable in content, eg. disabled if the var is empty)
- labels and helptexts from tpls with 'test' in there name, get no longer written to the lang-file
- update the documentation
2002-10-12 16:37:44 +00:00
Ralf Becker
a3aaf60ede implemented possibility to disable rows and cols,
disabling can depend on a value of $content
2002-10-10 11:29:36 +00:00
Ralf Becker
0185039028 documented change of tab-widget 2002-10-06 00:25:50 +00:00
Ralf Becker
07bec1fa34 documented the nextmatch-widget and the attrs/options for the predefined select's 2002-10-03 18:26:47 +00:00
Ralf Becker
92fef5cc31 changed ext of eTemplate-files to .xet 2002-10-03 15:38:41 +00:00
seek3r
86032f02dd removed common->phpgw_exit() and fixed all references to it in the core apps and api 2002-09-28 20:01:44 +00:00
Ralf Becker
9286ba944f reimport after name-change 2002-09-17 13:33:20 +00:00
Ralf Becker
e92cd51521 named changed 2002-09-17 13:29:17 +00:00
Ralf Becker
4214452471 added <button image=".." ro_image=".."/> to have an image instead of a button
updated referenz.html
2002-09-17 12:29:01 +00:00
Ralf Becker
7cbe3e734b added <listbox> tag for multiline-selects,
moved attributs from <menupopup> to <menulist> (execpt options and id)
added several options for the predefined phpgw selects like cats or accounts
renamed size to options
2002-09-17 09:36:55 +00:00
Ralf Becker
c51cbb2ae3 added <listbox> tag for multiline-selects,
moved attributs from <menupopup> to <menulist> (execpt options and id)
added several options for the predefined phpgw selects like cats or accounts
changed the referenz.html accourdingly
2002-09-17 09:13:29 +00:00
Ralf Becker
401685cb1d small fix for missed default-attributes on export, created eg:
<textbox ="" ...>
when exporting a textarea
2002-09-16 23:07:33 +00:00
Ralf Becker
e04b602f4a some installation instructions 2002-09-16 20:49:22 +00:00
Ralf Becker
dc2c34ce10 as a placeholder and example of a xml-template 2002-09-16 20:37:11 +00:00