egroupware/etemplate/js/test/et2_test_tabbox.json
Ralf Becker 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

11 lines
117 B
JSON

var tabbox_data = {
"content": {
"tab_1": "test4"
},
"readonlys": {
"tab_1": {
"to_disable": true
}
}
}