Class
caplin.menu.presenter

Control

A control adaptor that allows to render menus within presenter.

The Menu control is aliased by caplin.menu, and can be used within templates as follows:

  <span data-bind="controlNode:menuNode, control:'caplin.menu'"></span>

Keep in mind that your menu control will have to include a caplin.menu.presenter.node.Menu as the control node.

Constructor Summary

Attributes Name and Description
caplin.menu.presenter.Control( control)

This class is constructed by presenter automatically on your behalf.

Constructor Detail

caplin.menu.presenter.Control( control)

This class is constructed by presenter automatically on your behalf.

Parameters
control