Update doc

This commit is contained in:
sparkyx 2025-12-05 09:09:06 +01:00
parent 5462ce1d99
commit e69edcfadc

View file

@ -92,11 +92,19 @@ Ce DIV doit avoir comme classe **box** et **widget-box** , le **widget-box** per
Exemple :
$this->open_div();
echo h2('Planifications','class="title"');
// Code pour le widget
```php
// création de la boite
$this->open_div();
// création du titre avec les boutons "refresh et agrandissement"
$this->title(_("Planifications"));
// Code pour le widget
/// .....
// fermeture
$this->close_div();
```
Voir aussi "Paramètres"