This website requires JavaScript.
Explore
Help
Sign In
extern
/
egroupware
Watch
1
Star
0
Fork
1
You've already forked egroupware
mirror of
https://github.com/EGroupware/egroupware.git
synced
2024-11-15 04:24:41 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
45327d559a
egroupware
/
api
/
js
/
etemplate
/
test
/
et2_test_tabbox.json
11 lines
117 B
JSON
Raw
Normal View
History
Unescape
Escape
Implement selecting tab via content array, hiding tab via readonlys array
2011-08-23 23:33:40 +02:00
v
a
r
t
a
b
b
o
x
_
d
a
t
a
=
{
"content"
:
{
- 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 09:18:59 +02:00
"tab_1"
:
"test4"
Implement selecting tab via content array, hiding tab via readonlys array
2011-08-23 23:33:40 +02:00
}
,
"readonlys"
:
{
"tab_1"
:
{
- 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 09:18:59 +02:00
"to_disable"
:
true
Implement selecting tab via content array, hiding tab via readonlys array
2011-08-23 23:33:40 +02:00
}
}
}
Reference in New Issue
Copy Permalink