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

12 lines
247 B
Markdown

The template displays a loader while it is loading the file, and is replaced with the actual content once all widgets
are ready.
```html:preview
<style>
et2-template {
min-height: 5em;
}
</style>
<et2-template></et2-template>
```