A unique ID for the weblet. This property is not required but, if supplied, allows the weblet to be directly referenced by CSS or JavaScript. The value must be unique within the page.
Default value
Blank. Weblets that are automatically generated to represent fields will have the value automatically set.
Valid values
The rules for valid characters and formatting in an ID attribute vary depending on the version of HTML you want to support. For specific details, look at the appropriate specifications: http://www.w3.org/
To ensure compatibility with all versions of HTML, CSS and JavaScript libraries such as jQuery, you should stick to the following rules:
- Must begin with a letter A-Z or a-z
- Can be followed by: letters (A-Za-z), digits (0-9), hyphens ("-"), and underscores ("_")