mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add click handler for details' title
This commit is contained in:
parent
cd1692c4a6
commit
c4cfb8a8c0
@ -221,7 +221,9 @@ var et2_details = et2_box.extend(
|
||||
//Set header title
|
||||
if (this.options.title)
|
||||
{
|
||||
this.title.text(this.options.title);
|
||||
this.title
|
||||
.click (function(){self._toggle();})
|
||||
.text(this.options.title);
|
||||
}
|
||||
|
||||
// Align toggle button left/right
|
||||
|
@ -2135,6 +2135,9 @@ body:last-child .blueimp-gallery>.play-pause, .blueimp-gallery>.play-pause{
|
||||
.et2_details.et2_details_expanded .et2_details_toggle:after {
|
||||
content: "\2212";
|
||||
}
|
||||
.et2_details .et2_details_title {
|
||||
cursor: pointer;
|
||||
}
|
||||
.et2_details.et2_details_expanded .et2_details_title {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user