Hi, forum,
I need to clarify the button creation method on WebIQ Designer v2.15.10.
Q: What should I use to define the Javascript code among these two:
option 1: var listNav = document.getElementsByClassName("list-menu")[0];
option 2: var listNav = document.getElementById("list-menu");
Q2: What should I set the WebIQ Config page of the button to call the ClassName or ID:
option 1: ClassName / CSS Modifiers --> list-menu?
option 2: Control Name; instead of iq-button, using list-menu?
Q3: When I click on the button in real-time on the web browser, I can't see class="" that includes my WebIQ definition, it has data-ui="icon" and class="iq-icon"
Q4: Button creation is confusing and I want to use ID to set to new buttons, but WebIQ has not got any ID section to edit or assign, this is a lot confusing and I think it is really difficult to set the class or ID of the individual and grouped (classed) items on WebIQ
Thank you.