I have a textarea that displays a text I get from a query. But this textarea runs the CLEditor plugin and execute the website does show the "CLEditor area" empty开发者_JAVA技巧. How would you add default text in the plugin? For example:
<textarea id="areaEdit" name="areaEdit"><?php echo $row['myText'] ?></textarea>
I hope your help, thank you very much. p.d. sorry for my english.
That is how you would do it. Did you confirm that the data of $row['myText'] actually is valid and has a value? Comment out the CLEditor code and see if it shows up in a basic textarea.
精彩评论