API Docs for: 1.0.0
Show:

jsCow.res.model.group Class

Represents the model class of the jsCow group component.

Constructor

jsCow.res.model.group

()

Item Index

Methods

Methods

init

()

The model init method will only trigger the internal component event 'model.ready'. The event data are the model data. Default listener for this event is registered in the controller of the component.

    this.trigger("model.ready", this.data);