Closed Daysons closed 2 weeks ago
Please give an example Our current functionality allows us to select an icon on the left side and generate it on the right canvas by clicking. I want to implement this process using code. I've managed to select the icon on the left, but now I want to place the icon on the canvas using code instead of mouse clicks.
if you intend to execute a script when the button is clicked, you must write a script and then associate the script with the click
if you intend to execute a script when the button is clicked, you must write a script and then associate the script with the click
i
if you intend to execute a script when the button is clicked, you must write a script and then associate the script with the click
if you intend to execute a script when the button is clicked, you must write a script and then associate the script with the click
The documentation related to click events is the source code of the https://github.com/frangoteam/svgedit repository?
No, the handler of button click is in FUXA frontend (client)
Let's close here, since there is nothing feasible
Please give an example