ractive.findContainer()
edit this pageReturns the first container component with the given name
.
ractive.findContainer( name )
Returns the first container component with the given
name
, starting from a component instance. Ifname
matches the calling component, the calling component is returned.name
String
The name of the container to find