Hello everybody,
I would like to know is it possible to open dialog in diagram component? What I am trying to do: is to open dialog control on button click, button is located in the node. When dialog is open in this component I need to see all icons, when i select the icon this icon will be displayed in the button.
Is this possible and what is the best way to do this? If you can provide me an example how to do this, I would be grateful.
Also, when I created the button in the diagram node everything is ok, but icon is not visible, it's not recognized?
I have tried all possibility to include icons into project (https://ej2.syncfusion.com/products/icons/index.html).
And some icons are not recognize (for example icon "ebb9" is not recognized.
How to fix this?
In my index.html file I have included :
<link rel='nofollow' rel='nofollow' href="//cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
<link rel="stylesheet" rel='nofollow' rel='nofollow' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Thank you,
MM