version 1.345, 2013/05/21 19:30:11
|
version 1.347, 2013/06/09 02:59:04
|
Line 1259 sub htmlareaselectactive {
|
Line 1259 sub htmlareaselectactive {
|
my ($args) = @_; |
my ($args) = @_; |
unless (&htmlareabrowser()) { return ''; } |
unless (&htmlareabrowser()) { return ''; } |
my $output='<script type="text/javascript" defer="defer">'."\n" |
my $output='<script type="text/javascript" defer="defer">'."\n" |
.'// <![CDATA['."\n"; |
.'// <![CDATA['."\n" |
|
.'//<!-- BEGIN LON-CAPA Internal'."\n"; |
my $lang = &htmlarea_lang(); |
my $lang = &htmlarea_lang(); |
my $fullpage = 'false'; |
my $fullpage = 'false'; |
my ($dragmath_prefix,$dragmath_helpicon,$dragmath_whitespace); |
my ($dragmath_prefix,$dragmath_helpicon,$dragmath_whitespace); |
Line 1498 JAVASCRIPT
|
Line 1499 JAVASCRIPT
|
|
|
} |
} |
$output.="\nwindow.status='Activated Editfields';\n" |
$output.="\nwindow.status='Activated Editfields';\n" |
|
.'// END LON-CAPA Internal -->'."\n" |
.'// ]]>'."\n" |
.'// ]]>'."\n" |
.'</script>'; |
.'</script>'; |
return $output; |
return $output; |
Line 3584 highlighted and set to the value 'Action
|
Line 3586 highlighted and set to the value 'Action
|
|
|
The actionlist is used to offer contextual actions, mostly at the bottom |
The actionlist is used to offer contextual actions, mostly at the bottom |
of a page, on which the outcome of an processed action is shown, |
of a page, on which the outcome of an processed action is shown, |
e.g. a file operation in Construction Space. |
e.g. a file operation in Authoring Space. |
|
|
=over |
=over |
|
|