Changes between Initial Version and Version 1 of Ticket #5518, comment 4
- Timestamp:
- Sep 4, 2011, 5:09:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5518, comment 4
initial v1 18 18 {{{ 19 19 //php code 20 function draw_ckeditor($ id,$value){20 function draw_ckeditor($value){ 21 21 $safe = str_replace('textarea','safetextarea',$value); 22 22 return 23 "<textarea id=' ".$id."' name='".$id."'>"23 "<textarea id='abc' name='abc'>" 24 24 .$safe 25 25 ."</textarea>";