egroupware_official/api/js/etemplate/Et2Template/Et2Template.md
2024-11-13 09:15:46 -07:00

247 B

The template displays a loader while it is loading the file, and is replaced with the actual content once all widgets are ready.

<style>
    et2-template {
        min-height: 5em;
    }
</style>
<et2-template></et2-template>