Changes between Initial Version and Version 1 of Ticket #5518, comment 4


Ignore:
Timestamp:
Sep 4, 2011, 5:09:40 PM (13 years ago)
Author:
classaxe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5518, comment 4

    initial v1  
    1818{{{
    1919//php code
    20 function draw_ckeditor($id,$value){
     20function draw_ckeditor($value){
    2121  $safe = str_replace('textarea','safetextarea',$value);
    2222  return
    23     "<textarea id='".$id."' name='".$id."'>"
     23    "<textarea id='abc' name='abc'>"
    2424   .$safe
    2525   ."</textarea>";
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy