简体   繁体   中英

Plus sign and Minus sign in Dojo

I want to replace my data-dojo-attach-point="incrementButton" and data-dojo-attach-point="decrementButton" (arrow icons), with plus and minus icons Instead.

But I can't find any plus and minus icons. Does It exist In the dojo package?

There is no such iconClass in the dojo. You can write your own iconClass using css.

<div .... iconClass='myIconClass'>

.myIconClass {
    background:url(".....");
} 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM