Dettagli del software:
Versione: 0.0.1 Alpha
Data di caricamento: 14 Apr 15
Licenza: Libero
Popolarità: 41
KISS-widget è un motore per la creazione di html-widget. Kiss-widget non fornisce DOM, ma emula albero elemento a passare argomenti a una funzione.
Come utilizzare:
& Nbsp; div (
& Nbsp; attr (width = "900px" height = "50px"), "Ciao mondo"
& Nbsp;)
Oppure:
& Nbsp; div (
& Nbsp; attr (_class = "default", .., ..),
& Nbsp;
& Nbsp; div ('attributi', 'contenuto o più elementi html', other_element, .., ..),
& Nbsp;
& Nbsp; other_element ('attributi', str1, str2, .., ..),
& Nbsp;
& Nbsp; più sotto-elementi,
& Nbsp;
& Nbsp; ........
& Nbsp;
& Nbsp;)
Requisiti :
- Python
I commenti non trovato