use external image for ui button
Hello, this is expected to use external icons in the buttons?
My question:
Can I use external image as an icon of a button.
I created several "sprite" with icons with a special CSS class can be used without ui-icon?
Exemple with similar class:
- $( ".demo button:first" ).button({
- icons: {
- primary: "my-icon-locked"
- },
- text: false
- })
or with icon png
- $( ".demo button:first" ).button({
- icons: {
- primary: "myicon.png"
- },
- text: false
- })
Best regards 