<div id="zoomin" data-dojo-type="dijit.form.Button">
<script type="dojo/method" data-dojo-event="getIconClass">
var regular = this.inherited(arguments);
// this evaluation will allways be true, but here for sake of argument
return (this.declaredClass == 'dijit.form.Button' ? "myButtonIcon" : regular);
</script>
<span>zoomin</span>
</div>
4条答案
按热度按时间yc0p9oo01#
这些答案很接近,但图标的样式定义必须包括以下内容:
jaxagkaj2#
你可以在你的小部件上设置一个icon类,然后用css格式提供图片。
http://dojotoolkit.org/reference-guide/1.7/dijit/form/Button.html#change-the-icon
xbp102n03#
我同意克雷格的回答,但是为了符合1.7+和html标准,我使用
或者你可以通过函数覆盖来决定
wydwbb8l4#
我使用dojo 1.10和使用
background-repeat:round