JSResponsiveLayoutContainer
Properties Summarized
The css classes to be output for html tag.
CSS position is a replacement for anchoring system making it more intuitive to place a component.
Methods Summarized
Returns the comment of this component.
Returns a JSResponsiveLayoutContainer that has the given name of this container.
Returns all JSResponsiveLayoutContainer objects of this container
Returns the UUID of this component.
Returns a JSWebComponent that has the given name that is a child of this form, layout container or responsive layout container.
Returns all JSWebComponents of this form/container.
Create a new responsive layout container.
Creates a new JSWebComponent (spec based component) object on the RESPONSIVE container(form , layout container or responsive layout container).
void
void
Remove a layout container (with all its children) from hierarchy.
Removes a JSWebComponent that has the specified name.
Properties Detailed
cssClasses
The css classes to be output for html tag.
Sample
cssPosition
CSS position is a replacement for anchoring system making it more intuitive to place a component. CSS position should be set on form, an absolute position form can either work with anchoring or with css position. This is only working in NGClient.
Sample
Methods Detailed
getAttribute(name)
Parameters
Sample
getComment()
Returns the comment of this component.
Sample
getResponsiveLayoutContainer(name)
Returns a JSResponsiveLayoutContainer that has the given name of this container.
Parameters
Sample
getResponsiveLayoutContainers(returnInheritedElements)
Returns all JSResponsiveLayoutContainer objects of this container
Parameters
Sample
getUUID()
Returns the UUID of this component.
Sample
getWebComponent(name)
Returns a JSWebComponent that has the given name that is a child of this form, layout container or responsive layout container. Use findWebComponent() to find a webcomponent through the hierarchy
Parameters
Sample
getWebComponents(returnInheritedElements)
Returns all JSWebComponents of this form/container. If this method is called on a form, then it will return all web components on that form. If the form is responsive, it will return the web components from all the containers.
Parameters
Sample
newResponsiveLayoutContainer(position)
Create a new responsive layout container. The position is used to determine the generated order in html markup.
Parameters
Sample
newWebComponent(name, type, position)
Creates a new JSWebComponent (spec based component) object on the RESPONSIVE container(form , layout container or responsive layout container).
Parameters
Sample
putAttribute(key, value)
Parameters
Returns: void
Sample
remove()
Remove a layout container (with all its children) from hierarchy.
Returns: void
Sample
removeWebComponent(name)
Removes a JSWebComponent that has the specified name. Returns true if removal was successful, false otherwise.
Parameters
Sample
Last updated
Was this helpful?