Class Children Widget
- Contents
- Before you begin
- Extends from Widget
- Property
- Method
Class constructor
new Children([ String id, String class, Array children, ]);
Property :
attribute ↔ Array
Attribute for main container
[ 'id' => String 'class' => String ... ]
container ↔ Array
Attribute for each children container
[ 'id' => String 'class' => String ... 'children' => [ 0 => [], 'key' => [ 'id' => String 'class' => String ... ] ... ] ]
children ↔ Array
Ex. - text : String - HTML tag - Widget
Method :
Children::build() → String
