Title: Is there easyui form image field? Post by: debarcar on September 08, 2015, 03:09:34 AM Hi All,
I used the extjs form image field and wonder if there is similar easyui feature. Regards! http://extjs.eu/old-examples/ Title: Re: Is there easyui form image field? Post by: jarry on September 08, 2015, 08:33:02 AM No image field component exists. If you wish to preview image before upload, please try to use the filebox. The code below shows how to preview a image before uploading it.
Code: <img id="image1"/> Title: Re: Is there easyui form image field? Post by: debarcar on September 08, 2015, 06:30:40 PM Thanks a lot!
|