mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
18 lines
361 B
Markdown
18 lines
361 B
Markdown
|
---
|
||
|
meta:
|
||
|
title: 'EGroupware'
|
||
|
description: Web based groupware server
|
||
|
toc: false
|
||
|
---
|
||
|
|
||
|
EGroupware Etemplate development docs
|
||
|
|
||
|
## Quick Start
|
||
|
|
||
|
EGroupware UI is created from templates stored in <app>/templates/default/*.xet files.
|
||
|
The templates are composed of widget tags.
|
||
|
If this works, here is a box:
|
||
|
|
||
|
```html:preview
|
||
|
<et2-box>Box content</et2-box>
|
||
|
```
|