EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: James on September 11, 2018, 01:27:25 AM



Title: multiline textbox can'not load data correctly.
Post by: James on September 11, 2018, 01:27:25 AM
ajax load dialog with form, multiline textbox can'not load data correctly, lost "/r/n"

http://jsfiddle.net/8xwyg2bo/8/


Title: Re: multiline textbox can'not load data correctly.
Post by: jarry on September 11, 2018, 01:56:01 AM
Please look at this example http://jsfiddle.net/8xwyg2bo/10/. It works fine.


Title: Re: multiline textbox can'not load data correctly.
Post by: James on September 11, 2018, 09:06:19 PM
Please look at this example http://jsfiddle.net/8xwyg2bo/10/. It works fine.
??? it's not the samething


Title: Re: multiline textbox can'not load data correctly.
Post by: jarry on September 12, 2018, 12:25:58 AM
The script in the content page runs before parsing components. So you should wait a little time to do something with them, or put these code to the parent container.

http://jsfiddle.net/8xwyg2bo/13/