Child pages
  • WebLayouts

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titlelayout json definition file
{
	"layoutName":"The real name of the toplevel layout if this layout is a composition of layouts (optional)",
	"class":"The css class toA sample property that will be appliedset toas the attribute when such a layout container is created (optional)",
	"children": "An array of child components/layouts with their default values (optional)"
}

 

For instance, the "row with 3 columns" layout is defined as follows:

...