EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: destony on December 25, 2016, 07:34:22 PM



Title: Why my tagbox not working well!
Post by: destony on December 25, 2016, 07:34:22 PM
I try to add one tagbox as below(partial code):
   <td><input id="lbtnReqDept" class="easyui-tagbox" value="apple,orange" style="width:100%;"></td>
But it seems not display the cancel tag icon:  
(http://r.photo.store.qq.com/psb?/V14GqMNC1kIRes/VbL.Gh0b3lgtj4GT71wssKhfm65SivAI3ea4v2OOzM0!/r/dGYBAAAAAAAA)

Does because that i not install jquery easy-ui 1.5.1 well?

Please help!


Title: Re: Why my tagbox not working well!
Post by: stworthy on December 26, 2016, 02:11:01 AM
Make sure to include the correct 'easyui.css' file to your page.


Title: Re: Why my tagbox not working well!
Post by: destony on December 30, 2016, 02:04:26 AM
Thank you!
I got it!as my install jquery easy 1.5.0 before,so the css still using the old ones.After clear the cache.
It worked now!

Thank you!