mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 841 forks source link

textarea #164

Open idan003 opened 10 years ago

idan003 commented 10 years ago

hi i have problem with the wysiwyg is not support in textarea?

how i can to get all the data from grid table to the php $_POST['editor'];

lipten commented 10 years ago

Hi ! The wysiwyg is not support in textarea. You can set the $ _POST ["editor"] = getElementById ("editor") to get the $ _POST ["editor"]

2014-09-13 1:58 GMT+08:00 idan003 notifications@github.com:

hi i have problem with the wysiwyg is not support in textarea?

how i can to get all the data from grid table to the php $_POST['editor'];

— Reply to this email directly or view it on GitHub https://github.com/mindmup/bootstrap-wysiwyg/issues/164.

idan003 commented 10 years ago

i have a problem with this i work with http://jqgrid.com/ and the data send to Add element and there i found all the $_POST and the post "editor" - is for the textarea how i insert the data to textarea and is send in automatic

mateusvahl commented 10 years ago

the problem with input:hidden is \n(new line), they aren't preserved =/, right?

idan003 commented 10 years ago

yes

lipten commented 10 years ago

yes

Mateuspv notifications@github.com编写:

the problem with input:hidden is \n(new line), they are preserved =/, right?

— Reply to this email directly or view it on GitHub.

stormhillmedia commented 7 years ago

too bad about no textarea support. That means we have to rewrite controllers to support having the content coming from a div instead of a textarea. In Laravel I have no idea how to do that. Any help would be appreciated.