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. Ifnamematches the calling component, the calling component is returned.name
StringThe name of the container to find