Documentation

autoheight

sets component height according to its contents

boolean autoheight;

Example

{ template:"html->my_box2", autoheight:true},

See also

Details

With autoheight enabled, the component takes the minimal spase enough for displaying its contents.

Back to top