Hi, I need about 400 buttons on a webpage. I would like to create the buttons with ABMButton, but how is it possible to set all these buttons on the same click-event. If I use the same ID for all these buttons, the system create only one button.
Thanks in advance
George
You can use AddArrayComponent. Give every button an numeric id (like "1", "2", "3" etc...). Add them to the cell using AddArrayComponent(btn, "buttonName")