Commit Graph

2012 Commits

Author SHA1 Message Date
33c6766c88 - fixed xul_io class not exporting id of tab
- fixed tab widget to use id instead of label
- added attribute names for describtion (label) in xul_io, to export them as single attributes not comma-sep. as options
- added translate: true to description/label title
--> xet-files need to be dumped new, to get the tab-ids
--> seems like describtion value is translated unconditional, it should only be translated if no_lang attribute is not set or false, while label attribute is always translated (Andreas?)
2011-08-24 07:18:59 +00:00
07c61d65f0 Implement selecting tab via content array, hiding tab via readonlys array 2011-08-23 21:33:40 +00:00
e1eefeaafa Fixed problem with tabs not being translated 2011-08-23 17:10:56 +00:00
b0a21acb12 Changed name of 'label_for' attribute to 'for', implemented attribute translation 2011-08-23 17:05:05 +00:00
934e33fdd7 Fix for reading modifications 2011-08-23 15:28:54 +00:00
f00d5aba60 Parsing the 'modifications' array 2011-08-23 15:27:34 +00:00
b382dc570f Fixed readonly buttons are rendered 2011-08-23 15:05:13 +00:00
86414e7daa Moved 'getValues' function to etemplate2 class, added 'et2_surroundingsMgr' class, which is capable of managing DOM-Nodes which are inserted around an widget (see set_label function in et2_input and showMessage function in et2_baseWidget as an example of how to use it), added parsing server side validation errors 2011-08-23 14:59:49 +00:00
cb27424f5b Added et2_createWidget function and got et2_selectbox_ro working correctly with predefined options and non-string option-entries. 2011-08-23 09:45:45 +00:00
d9ab0a9ce8 - Fix empty label
- Add readonly for selectbox
2011-08-23 00:12:01 +00:00
e8e5a3066a Simple date/time, still needs to know user format 2011-08-22 18:18:29 +00:00
b65c87ec2c added all existing select-* widgets 2011-08-22 16:56:45 +00:00
c5acfe93bf Added 'overflow' attribute, got infolog.edit loading 2011-08-22 16:37:04 +00:00
4869ca9a49 Implemented hiding grid columns and rows, fixed bug with et2_template::isInTree returning false in the wrong places and thus not all values being transmitted back to the server 2011-08-22 15:58:47 +00:00
445c04dce1 Added onclick handler to baseWidget and change handler to inputWidget 2011-08-22 14:38:05 +00:00
1db6a7aaf5 Added support for the 'class' attribute 2011-08-22 11:16:37 +00:00
05eb7d0f54 Added 'activateLinks' ability to description tags 2011-08-22 10:50:55 +00:00
711b1c4886 Labeles are now generated as 'label' tags, basic implementation of the 'for' attribute, sel_options can now contain entries with 'title' and 'label' 2011-08-22 08:58:20 +00:00
e3bea68512 Added XET file for label test 2011-08-21 15:22:28 +00:00
8bc726e1b8 Implemented 'label' property for input widgets (nathans code didn't work anymore), renamed 'parseArrayMgrAttrs' to 'transformAttributes' 2011-08-21 15:22:00 +00:00
09bc77426c Selectbox now allows 'option'-widgets inside of it, added hrule widget, added support for 'buttononly' 2011-08-21 13:24:20 +00:00
4ad303529c Added forgotten tab header 2011-08-21 13:15:25 +00:00
0fdf434321 Got JS handlers working again 2011-08-21 12:23:56 +00:00
aa07a39a2e Don't allow children for the menupopup 2011-08-21 08:59:12 +00:00
127e629eef Adapted selectbox widget code to new etemplate2 js core scheme 2011-08-21 08:48:53 +00:00
7c7a8230cf Added basic approach to have selectbox widget running again (probably not fully working yet) 2011-08-20 18:34:14 +00:00
fcff01e3cc Fixed textbox cols/rows always being set to 1 2011-08-19 16:39:28 +00:00
5af5594f60 Major update of the et2_widget internal structure. The following changes were made:
- All attributes of the widgets are now parsed from XML before the widget itself is created.
These attributes plus all default values are then added to an associative array. The associative array is passed as second parameter to the init function of et2_widget, but is also available as this.options *after* the constructor of the et2_widget baseclass has been called.
The et2_widget constructor also calls a function parseArrayMgrAttrs(_attrs) - in this function widget implementations can read the values from e.g. the content and validation_errors array and merge it into the given _attrs associative array.
After the complete internal widgettree is completely loaded and created the "loadingFinished" function gets called and invokes all given setter functions. After that it "glues" the DOM tree together. This should also (I didn't measure it) be a bit faster than before, when the DOM-Tree was created on the fly. 

Please have a look at the changes of the et2_textbox widget to see how this affects writing widgets.

Note: The "id" property is copied to the object scope on the top of the et2_widget constructor.

- When widgets are cloned the "options" array gets passed along to the newly created widget. This means that changes made on the widgets during runtime are not automatically copied to the clone - as this didn't happen anyhow it is not a really disadvantage.
On the other side there should be no difference between widgets directly inside the "overlay" xet tag and widgets which are inside instanciated templates.

- The selbox widget doesn't work anymore - it relied on the loadAttributes function which isn't available anymore. et2_selbox should use the parseArrayMgrAttrs function to access

- I've commented out some of the "validator"-code in etemplate2.js as it created some error messages when destroying the widget tree.
2011-08-19 16:00:44 +00:00
5e54d6b12b Add basic radio, readonly version of checkbox/radio 2011-08-18 17:34:01 +00:00
fb43e96aeb Use getInputNode() instead of inconsistant variable for default label implementation 2011-08-17 23:26:01 +00:00
9f3551cc7a PHP test page, works inside eGW + validation test 2011-08-17 23:06:25 +00:00
e76cf6eab2 - Add labels to input widgets
- Add row & col properties to textarea
2011-08-17 22:56:49 +00:00
03d549bab9 Add validation (basic client & server side) 2011-08-17 21:36:08 +00:00
c409e8d73e Fix typo breaking selectbox options 2011-08-17 21:32:38 +00:00
ba5fee777c Basic widgets xml file 2011-08-17 19:46:19 +00:00
379b05b39f Get empty label / row count legacy option working 2011-08-17 17:50:15 +00:00
abf37487b8 Fix typo 2011-08-17 17:48:39 +00:00
2234cc3413 Added very simple but working implementation of the tabs widget 2011-08-17 09:07:09 +00:00
e792130479 Stop errors from missing _data and missing array managers 2011-08-16 21:18:26 +00:00
e981e7911f Get option value from content, add empty label 2011-08-16 21:18:06 +00:00
fae753a551 added hiearchical names in widget id's like 'button[save]' 2011-08-16 20:32:18 +00:00
f0db6211b9 Put options in selectbox 2011-08-16 20:32:13 +00:00
510ce7c159 - using etemplate_request object and a etemplate_exec_id
- "processing" the submit on serverside (no validation yet)
--> content returned by ajax call is not an hiearchical array: eg. "button[save]" => 1, instead of "button" => array("save" => 1)
- new call to etemplate_new::exec() is send back via new JSON generic et2_load response
--> how do we handle output of callback: a) debug output, eg. echos and b) echo "<html><head><script>window.close();</script></head></html>"; exit;
2011-08-16 19:40:48 +00:00
11ccd9c057 Check that value is a string before treating it as one 2011-08-16 19:01:45 +00:00
df2869c07f Add simple checkbox, missing ID property 2011-08-16 18:42:17 +00:00
63d0baf497 Added event listener system to etemplate2 2011-08-16 18:18:18 +00:00
03b4704685 Add basic implementation of numeric (int & float) and selectbox widgets 2011-08-16 17:02:09 +00:00
fb8ef99c0b Added align property and working hbox/vbox implementation 2011-08-16 16:46:22 +00:00
a6ebfff827 Fix infinite loop 2011-08-16 16:44:21 +00:00
fef5ad8ebd Improved invalde type handling 2011-08-16 13:45:41 +00:00