--- loncom/xml/lonxml.pm 2023/07/13 19:38:43 1.561
+++ loncom/xml/lonxml.pm 2023/11/28 01:33:14 1.565
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.561 2023/07/13 19:38:43 raeburn Exp $
+# $Id: lonxml.pm,v 1.565 2023/11/28 01:33:14 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1645,14 +1645,14 @@ $initialize
$xml_help
-
-
- $undo $htmlerror $deps_button $dragmath_button
-
+
+
+ $undo $htmlerror $deps_button $dragmath_button
+
$spelllink
@@ -1664,6 +1664,44 @@ ENDFOOTER
return ($editfooter,$add_to_onload,$add_to_onresize);;
}
+sub setmode_javascript {
+ return <<"ENDSCRIPT";
+
+ENDSCRIPT
+}
+
+sub seteditor_javascript {
+ return <<"ENDSCRIPT";
+
+ENDSCRIPT
+}
+
sub get_target {
my $viewgrades=&Apache::lonnet::allowed('vgr',$env{'request.course.id'});
if ( $env{'request.state'} eq 'published') {
@@ -1867,7 +1905,7 @@ ENDNOTFOUND
}
}
$brcrum = [{'href' => $href,
- 'text' => $text,
+ 'text' => $text,},
{'href' => '',
'text' => $breadcrumbtext}];
} else {