Jx.Toolbar.Item

Extends: Object

Implements: Options

A helper class to provide a container for something to go into a Jx.Toolbar.

License

Copyright © 2008, DM Solutions Group Inc.

This file is licensed under an MIT style license

Summary
Jx.Toolbar.ItemExtends: Object
Options
activeis this item active or not? 
Properties
domObj{HTMLElement} an element to contain the thing to be placed in the toolbar.
Constructor
Jx.Toolbar.ItemCreate a new instance of Jx.Toolbar.Item.

Options

active

is this item active or not?  Default is true.

Properties

domObj

{HTMLElement} an element to contain the thing to be placed in the toolbar.

Constructor

Jx.Toolbar.Item

Create a new instance of Jx.Toolbar.Item.

Parameters

jxThing{Object} the thing to be contained.
Extends: Object