API Docs for: 1.0.0
Show:

jsCow.res.components.group Class

jsCow group component is a reusable component used in client side jsCow applications. A group is a component, which enables users to group any components.

Constructor

jsCow.res.components.group

()

Item Index

Methods

Methods

init

() Object public

The init method will be called by initializing the component. The model, view and controller should be set within this method.

    this.addController(jsCow.res.controller.group);
    this.addModel(jsCow.res.model.group);
    this.addView(jsCow.res.view.group);

Returns:

Object:

Instance of the component itself.