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
bdf3e193
Commit
bdf3e193
authored
Apr 16, 2018
by
M. Chardon
Browse files
correction statut question sur les annotations enfant
parent
8c6faf7d
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-debug.js
View file @
bdf3e193
...
...
@@ -778,6 +778,7 @@ Y.extend(ANNOTATION, Y.Base, {
this
.
displayrotation
=
config
.
parent_annot_element
.
displayrotation
;
this
.
borderstyle
=
config
.
parent_annot_element
.
borderstyle
||
'
solid
'
;
this
.
parent_annot
=
parseInt
(
config
.
parent_annot_element
.
id
,
10
);
this
.
answerrequested
=
parseInt
(
config
.
parent_annot_element
.
answerrequested
,
10
)
||
0
;
this
.
studentstatus
=
parseInt
(
config
.
parent_annot_element
.
studentstatus
,
10
)
||
0
;
this
.
parent_annot_element
=
config
.
parent_annot_element
;
}
else
{
...
...
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-min.js
View file @
bdf3e193
This diff is collapsed.
Click to expand it.
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor.js
View file @
bdf3e193
...
...
@@ -778,6 +778,7 @@ Y.extend(ANNOTATION, Y.Base, {
this
.
displayrotation
=
config
.
parent_annot_element
.
displayrotation
;
this
.
borderstyle
=
config
.
parent_annot_element
.
borderstyle
||
'
solid
'
;
this
.
parent_annot
=
parseInt
(
config
.
parent_annot_element
.
id
,
10
);
this
.
answerrequested
=
parseInt
(
config
.
parent_annot_element
.
answerrequested
,
10
)
||
0
;
this
.
studentstatus
=
parseInt
(
config
.
parent_annot_element
.
studentstatus
,
10
)
||
0
;
this
.
parent_annot_element
=
config
.
parent_annot_element
;
}
else
{
...
...
yui/src/editor/js/annotation.js
View file @
bdf3e193
...
...
@@ -243,6 +243,7 @@ Y.extend(ANNOTATION, Y.Base, {
this
.
displayrotation
=
config
.
parent_annot_element
.
displayrotation
;
this
.
borderstyle
=
config
.
parent_annot_element
.
borderstyle
||
'
solid
'
;
this
.
parent_annot
=
parseInt
(
config
.
parent_annot_element
.
id
,
10
);
this
.
answerrequested
=
parseInt
(
config
.
parent_annot_element
.
answerrequested
,
10
)
||
0
;
this
.
studentstatus
=
parseInt
(
config
.
parent_annot_element
.
studentstatus
,
10
)
||
0
;
this
.
parent_annot_element
=
config
.
parent_annot_element
;
}
else
{
...
...
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