Opened 14 years ago

Closed 14 years ago

#5895 closed Bug (invalid)

ckeditor only takes dynamic default value

Reported by: darell sapin Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

hello and good day!

im having a problem with the editor. I put in a value in between the textarea/editor

<textarea name="txtdescwork" id="descwork" cols="10" rows="5"><?php echo $rowsworkDescription?;?></textarea>

<script type="text/javascript">

CKEDITOR.replace( 'descwork', { toolbar: 'Basic', width: '420px', height: '100px', } ); </script>

i edit the value with the editor and tested it first with alert. alert only returns the default value and not the edited value.. can u pls help me

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Priority: HighNormal
Resolution: invalid
Status: newclosed

Please use our forums for generic discussions and community support.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy