|
Property "Html ID" <htmlid> |
|
|
Using the Html ID property, you can define an identity that uniquely identifies the element in an HTML document. If this property is given a value the attribute "id" will be created for the element during generation. For example,If the value "x123" is given to the HTML ID property of an Edit Box element, the following code will be generated. <input type="text" id="x123" ....
Assigning an automatic value To assign an automatic value for the Html ID property use "%vof(elmid)" function as the value. Used in Elements
|