<fx-container>

<fx-container> is an abstract class used for container controls like <fx-group> and <fx-switch>.

Attributes

NameDescriptionDefault
readonlyboolean attribute - if present, marks the container (and its contents) readonly. Usually calculated via bind.false
refresh-on-viewwhen used together with src, (re-)loads the referenced content each time the container becomes visible, instead of only oncefalse
srcurl to lazily load content from-