Methods
# init_component(componentClassName, componentName, componentPath)
This function is a "macro" for instantiating a component as a member of AppController.
Parameters:
Name | Type | Description |
---|---|---|
componentClassName |
String | The class name of the component |
componentName |
String | The variable name that this component shall get within the AppController instance |
componentPath |
String | The path to the component js file |