Page 1 of 1

problem with editor

Posted: Wed Dec 05, 2007 2:03 pm
by vivekprakas
Hi
I tried having two editors in single page.

When i click on insert image in the 2nd editor, the images are getting inserted in the first editor, same case with page break, read more also.

Pls help

-Vivek

Re: problem with editor

Posted: Wed Dec 05, 2007 9:06 pm
by Pentacle
Can you please enter the code you use for showing editors here?

I think you're using same id's for both editors.

Re: problem with editor

Posted: Wed Dec 05, 2007 10:17 pm
by vivekprakas
      Quicktake:
     
        echo $editor->display('quicktake', $row->quicktake, '100%', '150', '40', '5');
?>
     
   
   
      Review:
     
        echo $editor->display('review', $row->review, '100%', '250', '40', '10');
?>
     

Re: problem with editor

Posted: Wed Dec 05, 2007 10:28 pm
by vivekprakas
I tried the same thing with the same code using the latest nightly build.

Now im not able to add images using the insert image option.

-Vivek