version 1.574, 2024/09/25 00:15:10
|
version 1.575, 2024/10/13 22:14:58
|
Line 1615 FULLPAGE
|
Line 1615 FULLPAGE
|
'dv' => 'Discard Edits and View', |
'dv' => 'Discard Edits and View', |
'un' => 'Undo', |
'un' => 'Undo', |
'ed' => 'Edit', |
'ed' => 'Edit', |
'ew' => 'Edit with Daxe'); |
'ew' => 'Edit with Daxe', |
|
'er' => 'Editor'); |
my $spelllink = &Apache::lonhtmlcommon::spelllink('xmledit','filecont'); |
my $spelllink = &Apache::lonhtmlcommon::spelllink('xmledit','filecont'); |
my $textarea_events = &Apache::edit::element_change_detection(); |
my $textarea_events = &Apache::edit::element_change_detection(); |
my $form_events = &Apache::edit::form_change_detection(); |
my $form_events = &Apache::edit::form_change_detection(); |
Line 1671 $initialize
|
Line 1672 $initialize
|
$undo $deps_button $daxebutton $dragmath_button $htmlerror |
$undo $deps_button $daxebutton $dragmath_button $htmlerror |
</div> |
</div> |
</div> |
</div> |
<textarea $textarea_events style="width:100%" cols="80" rows="44" name="filecont" id="filecont" $textareaclass>$filecontents</textarea><br />$spelllink |
<textarea $textarea_events style="width:100%" cols="80" rows="44" name="filecont" id="filecont" $textareaclass>$filecontents</textarea><br /><label for="filecont" class="LC_visually_hidden">$lt{'er'}</label>$spelllink |
<div id="LC_aftertextarea"> |
<div id="LC_aftertextarea"> |
<br /> |
<br /> |
$titledisplay |
$titledisplay |