Constructor
new module:br-presenter /control /Control Adaptor Factory Class()
Methods
register Configured Control Adaptor(sName, fControl Adaptor Constructor, mConfig Options)
Registers a presenter control module:br-presenter/control/ControlAdaptor
.
Parameters:
Name | Type | Description |
---|---|---|
sName |
String | The name the control is referred to in the HTML binding attribute. |
fControlAdaptorConstructor |
function | The constructor function of the class that implements the control. |
mConfigOptions |
Object | A Map of options used to configure the control. |