Commit Graph

78 Commits

Author SHA1 Message Date
Ralf Becker
6c6540ba82 added parameter for a popup in links 2005-08-02 08:56:37 +00:00
Ralf Becker
b68fb24b25 nextmatch sortheader can specify a default sort now: default is ASC and can now be set to DESC 2005-07-17 21:42:11 +00:00
Ralf Becker
19fd5c4970 implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method 2005-07-14 06:53:19 +00:00
Ralf Becker
50ab75e58a option to never hide the nextmatch line (if less then max-matches entries 2005-07-13 08:39:42 +00:00
petere78
7d720dc5ea Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
Correct various misspellings and other oddities in the document type
declarations.  Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
Ralf Becker
e1df8ccd7f readonly checkboxes can now be disabled (not displayed), if they are unchecked 2005-06-14 21:38:49 +00:00
Cornelius Weiß
ea424535df update documentation 2005-06-11 10:09:34 +00:00
Ralf Becker
ef3e6bc4f4 New widget for durations: floating point input with an optional selectbox to specify a unit (hours or days). The storage format is configurabe and can be either minutes (integer) or hours or days as float 2005-06-02 22:43:44 +00:00
Ralf Becker
2b1c2a359c small documentation update 2005-04-14 22:36:05 +00:00
Ralf Becker
c84e492e91 documentation update:
- fixed wrong / not working popup javascript
- updated xet-file example to include <template> tags
- updated the describtion: a (nested) widget tree is allowed in HEAD now and not just one grid as in the 1.0.0
2005-04-10 13:39:33 +00:00
Ralf Becker
37fbde58da fixed wrong link 2005-04-07 12:08:59 +00:00
Ralf Becker
8c34e1e04e - style popup is working now: allows to edit the embeded styles of an eTemplate as well of the apps app.css file
- some bugfixes in the editor
- popups can now directly called by a button and you can pass params via the content array
2005-02-22 21:02:26 +00:00
Ralf Becker
dfd35114a5 next step to a new eTemplate editor:
- widget editor works quite nice
- beware it can create Templates the old editor cant understand and destroy if you save or export them from the old editor!
=> need to move the other functionality (import, export, dump, ..) of the old editor to the new one, so the old editor can retire ;-)
2005-02-18 22:44:42 +00:00
Ralf Becker
e0a0cfc9fe first step to a new eTemplate editor:
- based on existing show function the template can be edited in place
- dblclicked widgets will be edited in a popup
- new editor supports not only one grid, but a hirachical tree of widgets
still missing:
- editing and operations of grid rows and columns
- type-specific templates for the popup, to make the options more intuitiv
In the meantime the old editor is still functional
2005-02-15 23:22:10 +00:00
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