This website requires JavaScript.
Explore
Help
Sign In
holm
/
egroupware
Watch
1
Star
1
Fork
0
You've already forked egroupware
forked from
extern/egroupware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8bdf9e27f6
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