Hi,
I am trying to use the ionicons to add an con to a button.
I added the stylesheet to the project and referenced it in the index.html (see below)
But all I get is a kind of an x for the icon. The DevExtreme documentation shows using the format I dod for the icon definition…but having the space in it, seems a bit unusual. Can you verify that this is the correct format? The button size is the same size other buttons on which I have no trouble putting on icons from the DevExtreme icon library. It's just that the lDevExtreme library doesn't have the gas, water, and electric icons I need like ionicons does.
Thanks,
Don H
JavaScripttypeButton: {
type: "default",
icon: "ion ion-android-arrow-up",
text: "Type",
width: "15%"
}
JavaScript<link rel="stylesheet" type="text/css" href="css/dx.common.css" />
<link rel="stylesheet" type="text/css" href="css/ionicons.min.css" />
<link rel="stylesheet" type="text/css" href="css/sweetalert.css" />