Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
fffb987f
Commit
fffb987f
authored
Jun 05, 2018
by
M. Chardon
Browse files
correction curseur + activation bouton dans la palette
parent
d69039d6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
styles.css
View file @
fffb987f
...
...
@@ -9,7 +9,7 @@
position
:
relative
;
min-width
:
817px
;
min-height
:
400px
;
cursor
:
crosshair
;
cursor
:
move
;
background-repeat
:
no-repeat
;
background-color
:
#ccc
;
margin-left
:
auto
;
...
...
@@ -261,12 +261,6 @@ ul.assignfeedback_editpdfplus_menu {
background-image
:
radial-gradient
(
ellipse
at
center
,
#fff
60%
,
#dfdfdf
100%
);
}
.assignfeedback_editpdfplus_widget
.pageheader
button
.assignfeedback_editpdfplus_selectedbutton
:hover
,
.assignfeedback_editpdfplus_widget
.pageheader
button
.assignfeedback_editpdfplus_selectedbutton
{
background-color
:
#dfdfdf
;
background-image
:
radial-gradient
(
ellipse
at
center
,
#fff
40%
,
#dfdfdf
100%
);
}
.assignfeedback_editpdfplus_widget
.commentdrawable
img
{
padding
:
1px
;
}
...
...
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-debug.js
View file @
fffb987f
...
...
@@ -5026,7 +5026,7 @@ EDITOR.prototype = {
currenttoolnode
=
this
.
get_dialogue_element
(
TOOLSELECTOR
[
this
.
currentedit
.
tool
]);
}
if
(
currenttoolnode
)
{
currenttoolnode
.
addClass
(
'
a
ssignfeedback_editpdfplus_selectedbutton
'
);
currenttoolnode
.
addClass
(
'
a
ctive
'
);
currenttoolnode
.
setAttribute
(
'
aria-pressed
'
,
'
true
'
);
}
drawingregion
=
this
.
get_dialogue_element
(
SELECTOR
.
DRAWINGREGION
);
...
...
@@ -5651,7 +5651,7 @@ EDITOR.prototype = {
currenttoolnode
=
this
.
get_dialogue_element
(
TOOLSELECTOR
[
this
.
currentedit
.
tool
]);
}
if
(
currenttoolnode
)
{
currenttoolnode
.
removeClass
(
'
a
ssignfeedback_editpdfplus_selectedbutton
'
);
currenttoolnode
.
removeClass
(
'
a
ctive
'
);
currenttoolnode
.
setAttribute
(
'
aria-pressed
'
,
'
false
'
);
}
//update le currentedit object with the new tool
...
...
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-min.js
View file @
fffb987f
This diff is collapsed.
Click to expand it.
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor.js
View file @
fffb987f
...
...
@@ -5026,7 +5026,7 @@ EDITOR.prototype = {
currenttoolnode
=
this
.
get_dialogue_element
(
TOOLSELECTOR
[
this
.
currentedit
.
tool
]);
}
if
(
currenttoolnode
)
{
currenttoolnode
.
addClass
(
'
a
ssignfeedback_editpdfplus_selectedbutton
'
);
currenttoolnode
.
addClass
(
'
a
ctive
'
);
currenttoolnode
.
setAttribute
(
'
aria-pressed
'
,
'
true
'
);
}
drawingregion
=
this
.
get_dialogue_element
(
SELECTOR
.
DRAWINGREGION
);
...
...
@@ -5651,7 +5651,7 @@ EDITOR.prototype = {
currenttoolnode
=
this
.
get_dialogue_element
(
TOOLSELECTOR
[
this
.
currentedit
.
tool
]);
}
if
(
currenttoolnode
)
{
currenttoolnode
.
removeClass
(
'
a
ssignfeedback_editpdfplus_selectedbutton
'
);
currenttoolnode
.
removeClass
(
'
a
ctive
'
);
currenttoolnode
.
setAttribute
(
'
aria-pressed
'
,
'
false
'
);
}
//update le currentedit object with the new tool
...
...
yui/src/editor/js/editor.js
View file @
fffb987f
...
...
@@ -246,7 +246,7 @@ EDITOR.prototype = {
currenttoolnode
=
this
.
get_dialogue_element
(
TOOLSELECTOR
[
this
.
currentedit
.
tool
]);
}
if
(
currenttoolnode
)
{
currenttoolnode
.
addClass
(
'
a
ssignfeedback_editpdfplus_selectedbutton
'
);
currenttoolnode
.
addClass
(
'
a
ctive
'
);
currenttoolnode
.
setAttribute
(
'
aria-pressed
'
,
'
true
'
);
}
drawingregion
=
this
.
get_dialogue_element
(
SELECTOR
.
DRAWINGREGION
);
...
...
@@ -871,7 +871,7 @@ EDITOR.prototype = {
currenttoolnode
=
this
.
get_dialogue_element
(
TOOLSELECTOR
[
this
.
currentedit
.
tool
]);
}
if
(
currenttoolnode
)
{
currenttoolnode
.
removeClass
(
'
a
ssignfeedback_editpdfplus_selectedbutton
'
);
currenttoolnode
.
removeClass
(
'
a
ctive
'
);
currenttoolnode
.
setAttribute
(
'
aria-pressed
'
,
'
false
'
);
}
//update le currentedit object with the new tool
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment