Interface
caplin.menu.control

ItemControl

The class is still an Alpha release. It should only be used for experimental development as substantial changes may occur.

Constructor Summary

Attributes Name and Description
caplin.menu.control.ItemControl()

Method Summary

Attributes Name and Description
HTMLElement createItem( item)

Returns the element representation of the item model.

Constructor Detail

caplin.menu.control.ItemControl()

Method Detail

HTMLElement createItem( item)

Returns the element representation of the item model. This can be either a single HTMLElement or an Array of them.

Parameters
item {caplin.menu.model.Item} The item model.
Returns
{HTMLElement}