Software Details:
Version: 0.0.1 Alpha
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 41
Kiss-widgets is an engine for creating html-widgets. Kiss-widgets does not provide DOM, but emulates element tree at passing arguments to a function.
How to use:
div(
attr(width="900px", height="50px"), "Hello world"
)
Or:
div(
attr(_class="default", .., ..),
div( 'attributes', 'content or more html elements', other_element, .. , .. ),
other_element( 'attributes', str1, str2, .., .. ),
more sub-elements,
........
)
Requirements:
- Python
Comments not found