plandem / lwrte

Export from Google Code. Lightweight Rich Text Editor (RTE / WYSIWYG) for jQuery
https://code.google.com/p/lwrte/
0 stars 0 forks source link

I can't get the content from the textarea in design mode #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
   I use iwrte in my project, my project is base on the php
framework---Kohana,my problem is : when I submit in design mode,I can't get
the content from the textarea in the target page,but if I submit in source
mode I can get the content from the textarea. 
   If I don't use the  php framework everything is ok,I can get the content
from the textarea in both mode.

Original issue reported on code.google.com by huangheq...@163.com on 23 May 2009 at 4:19

GoogleCodeExporter commented 9 years ago
I find the answer,because I have used jQuery.validator plugin. the validator 
conflict with the lwrte,but now I have not solve this conflict yet.

Original comment by huangheq...@163.com on 25 May 2009 at 3:32

GoogleCodeExporter commented 9 years ago
I have found the solution:I load lwrte before validator plugin,then I can get 
the 
content from the textarea.

Original comment by huangheq...@163.com on 26 May 2009 at 1:44