开发者

CLEditor deault text from query

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜