41
Elxis 4.x/5.x DEV / Re: Upcoming Elxis 5.6 information
« Last post by datahell on July 11, 2025, 19:09:29 »Done. All modules in Elxis 5.6 have now an ID declared in their wrapper DIV element.
Example:
<div class="module" id="moduleX">
...
</div>
Where X is the module ID. So you can create links like href="#module14"
Attention: If you include the same module twice in the same page (eg in 2 module positions) you will end with duplicated IDs in the same page which is an HTML error.
Example:
<div class="module" id="moduleX">
...
</div>
Where X is the module ID. So you can create links like href="#module14"
Attention: If you include the same module twice in the same page (eg in 2 module positions) you will end with duplicated IDs in the same page which is an HTML error.