mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-04 18:21:35 +01:00
12 lines
247 B
Markdown
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>
|
|
```
|