Hi,
we are using Q1IM 5.1 and on certain components the WebDesigner offers the option to add additional html attributes. Is the checkbox selected, a new child node is added to the current node, called html attributes. On this node I have the option of adding an attribute or a variable. However none of them seems to work as expected. As example if I'm having a listbox, which has a default size of 10 and want to overwrite it to have a size of 20 nothing happens, even if the attribute is marked as overwrite.
On other components, like the checkbox, the attribute is placed in the wrong scope. Adding a checkbox in the webdesigner always wraps the checkbox within a span element which will contain the added attribute, not the input element.
Unfortunately the help of the WebDesigner writes nothing about the html attribute node.
Has somebody a working example of how to overwrite html attributes?
Sorry for the screenshot beeing in german, but I think it shows quite well how I tried to add html attributes to a component.