get new ajax canned responses working with multiline responses

This commit is contained in:
Ralf Becker 2011-03-30 11:40:14 +00:00
parent 05d3ca105a
commit 019ec56408

View File

@ -583,7 +583,7 @@ class html
{ {
if (!self::htmlarea_availible() || $_mode == 'ascii') if (!self::htmlarea_availible() || $_mode == 'ascii')
{ {
return self::textarea($_name,$_content,'style="width: '.$_width.'; height: '.$_height.';"'); return self::textarea($_name,$_content,'style="width: '.$_width.'; height: '.$_height.';" id="'.htmlspecialchars($_name).'"');
} }
//include the ckeditor js file //include the ckeditor js file
@ -601,8 +601,7 @@ class html
$pxheight = (strpos('px', $_height) === false) ? $pxheight = (strpos('px', $_height) === false) ?
(empty($_height) ? 400 : $_height) : str_replace('px', '', $_height); (empty($_height) ? 400 : $_height) : str_replace('px', '', $_height);
return ' return self::textarea($_name,$_content,'id="'.htmlspecialchars($_name).'"').'
<textarea name="'.$_name.'">'.htmlspecialchars($_content).'</textarea>
<script type="text/javascript"> <script type="text/javascript">
window.CKEDITOR_BASEPATH="'.$GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/ckeditor3/"; window.CKEDITOR_BASEPATH="'.$GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/ckeditor3/";
CKEDITOR.replace("'.$_name.'", '.egw_ckeditor_config::get_ckeditor_config($_mode, CKEDITOR.replace("'.$_name.'", '.egw_ckeditor_config::get_ckeditor_config($_mode,