开发者

CLEditor deault text from query

开发者 https://www.devze.com 2023-03-17 18:41 出处:网络
I have a textarea that displays a text I get from a query. But this textarea runs theCLEditor plugin and execute the website does show the \"CLEditor area\" empty开发者_JAVA技巧. How would you add def

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

精彩评论

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

关注公众号