Component
instances can be embedded within a template as follows:
<div data-bind="component_componentNode, width:widthProperty, height:heightProperty"></div>
where componentNode
is an instance of ComponentNode
.
Attributes | Name and Description |
---|---|
|
caplin.presenter.node.ComponentNode(caplin.component.Component oComponent)
Construct a new instance of of |
Attributes | Name and Description |
---|---|
|
caplin.component.Component
getComponent()
Retrieve the component stored within this node. |
►
caplin.presenter.node.ComponentNode(caplin.component.Component oComponent)
Construct a new instance of of ComponentNode
.
caplin.component.Component | oComponent | The component to be displayed on the page. |
►
caplin.component.Component
getComponent()
Retrieve the component stored within this node.