fixedname

Top  Previous  Next

fixedname attribute is used to avoid changing of the name of a library element on the page design area.

When a library element is placed into a page a unique name is assigned to it by appending numbers at the end of its name. However in some circumstances the names of the library element must stay the same. For such cases fixedname attribute should be used with value "true".

Example:

<input name="PRICE" fixedname="true" />

 

When this element is placed onto the page design are its name will be "PRICE". The user can change it if he wants. If the same element is used more than one in the page the new elements are given unique names to avoid collision.