From: <se...@us...> - 2008-05-13 19:33:07
|
Revision: 136 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=136&view=rev Author: sem62 Date: 2008-05-13 12:33:14 -0700 (Tue, 13 May 2008) Log Message: ----------- Fized bug: Before press save button was need to switch into html edit mode. Modified Paths: -------------- WebEditor/resources/HTMLedit.php Modified: WebEditor/resources/HTMLedit.php =================================================================== --- WebEditor/resources/HTMLedit.php 2008-05-13 16:49:15 UTC (rev 135) +++ WebEditor/resources/HTMLedit.php 2008-05-13 19:33:14 UTC (rev 136) @@ -4,6 +4,12 @@ var saved = false; function save(){ + SpawPGcore.htmlModeClick( + spaw_edit_field_obj.getTargetEditor(), + spaw_edit_field_obj.getToolbarItem('spaw_edit_field_mode_strip_1'), + this + ); + var s=document.getElementById("spaw_edit_field").value; opener.document.webeditor.setEditedHTML(s); saved=true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |