Namespace page
As a standard, every Layout File has this namespace declared allowing the use of its tags and attributes in HTML. Customization of this configuration can be done by setting the namespace xmlns:page="http://www.lumis.com.br/lumisportal/xsd/layoutfile/page"
in the first element of the file.
Attributes
page:html
|
Used to identify the tag When its value is "true", the lang and xml:lang attributes of the tag are added or updated according to the language in which the page is being generated. |
page:title
|
Used to identify the tag When its value is "true", the content of the tag is updated according to the title dynamically generated by the page. |
page:auto
|
Used for automatic code injection simplifying the HTML of the Layout File. Its operation depends on the tag it is being applied to. Its value is inherited from the parent element and the default value is "true".
|
page:holder
|
Used to define the areas where interface instances can be dragged on the page. When there is more than one interface instance in the holder, a tag |
page:interface
|
Used inside the tag that has the attribute |
Tags
<page:headScript>
|
Used to add internal code blocks from LumisXP in the tag |
<page:metas>
|
Used to add the meta tag settings of the pages |
<page:links>
|
Used to add the style settings of the pages. |
<page:bodyHeader>
|
Used to add internal code blocks from LumisXP at the beginning of the tag |
|
Used to add internal code blocks from LumisXP at the end of the tag |
<page:dummy>
|
Used to add dynamic content without rendering its own tag. |