Class representing a DIV html element.
Class Div( id, CLASS, style ) from \
BaseDom(( "div", ContentModel.flow, AllAttribs))
As "div" blocks are often used to express styles, classes or ids, they are directly exposed as parameters for user convenience.
| Properties inherited from class BaseDom | |
| childTypeList | |
| children | |
| eattr | |
| hname | |
| parent | |
| profile | Meta-profiles. |
| text | |
| Methods inherited from class BaseDom | |
| render | |
| st_makesep | |