Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117753529
kolab_folders.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
kolab_folders.js
View Options
$
(
document
).
ready
(
function
()
{
// IE doesn't allow setting OPTION's display/visibility
// We'll need to remove SELECT's options, see below
if
(
bw
.
ie
)
{
rcmail
.
env
.
subtype_html
=
$
(
'#_subtype'
).
html
();
}
// Add onchange handler for folder type SELECT, and call it on form init
$
(
'#_ctype'
).
change
(
function
()
{
var
type
=
$
(
this
).
val
(),
sub
=
$
(
'#_subtype'
),
subtype
=
sub
.
val
();
// For IE we need to revert the whole SELECT to the original state
if
(
bw
.
ie
)
{
sub
.
html
(
rcmail
.
env
.
subtype_html
).
val
(
subtype
);
}
// For non-mail folders we must hide mail-specific subtypes
$
(
'option'
,
sub
).
each
(
function
()
{
var
opt
=
$
(
this
),
val
=
opt
.
val
();
if
(
val
==
''
)
return
;
// there's no mail.default
if
(
val
==
'default'
&&
type
!=
'mail'
)
{
opt
.
show
();
return
;
};
if
(
type
==
'mail'
&&
val
!=
'default'
)
opt
.
show
();
else
if
(
bw
.
ie
)
opt
.
remove
();
else
opt
.
hide
();
});
// And re-set subtype
if
(
type
!=
'mail'
&&
subtype
!=
''
&&
subtype
!=
'default'
)
{
sub
.
val
(
''
);
}
}).
change
();
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 5:38 AM (5 d, 3 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fa/4c/4a25941b0bd2c35ebb588e16a3fa
Default Alt Text
kolab_folders.js (1 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline