id

LANSA WAM

id

A unique name for the weblet. Normally, you would leave this as the default and let LANSA use its own internal naming convention. However, you may want to use your own name if using JavaScript or XSL that references the weblet.

Default value

concat('o', position(), '_LANSA_n') – this is the internal name given to the weblet by LANSA.

Valid values

Any valid HTML ID string.  It must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods ("."). However, for best compatibility with various JavaScript libraries, CSS editors and other web technologies it is advisable to avoid colons (":") and periods (".").