We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为需要根据返回的内容动态的更改icon.自己看了源码。依葫 芦画瓢给改了。我贴一下代码 源码里 110行加上 .icon(config.icon); 然后加上这个方法 //add by hen icon:function(ico){ var DOM = this.DOM; var that = this, iconBg = ico && (_isIE6 ? {png: 'icons/' + ico + '.png'} : {backgroundImage: 'url(\'' +that. config.path + '/skins/icons/' + ico + '.png\')'}); DOM.icon[0].style.display = ico ? '' : 'none'; DOM.iconBg.css(iconBg || {background: 'none'}); return this; },
Original issue reported on code.google.com by [email protected] on 12 Mar 2013 at 6:19
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 12 Mar 2013 at 6:19The text was updated successfully, but these errors were encountered: