home *** CD-ROM | disk | FTP | other *** search
- XB.UI.Elements = {
- "action": XB.UI.Behaviour.Action,
- "url": XB.UI.Behaviour.Url,
- "attribute": XB.UI.Behaviour.Attribute,
- "button": XB.UI.Behaviour.Button,
- "tooltip": XB.UI.Behaviour.Tooltip,
- "style": XB.UI.Behaviour.Style,
- "image": XB.UI.Behaviour.Image,
- "menu": XB.UI.Behaviour.Menu,
- "menu-item": XB.UI.Behaviour.MenuItem,
- "menu-separator": XB.UI.Behaviour.MenuSeparator,
- "grid": XB.UI.Behaviour.Grid,
- "column": XB.UI.Behaviour.Column,
- "row": XB.UI.Behaviour.Row,
- "cell": XB.UI.Behaviour.Cell
- }
-
- // alias
- XB.UI.Elements["menuitem"] = XB.UI.Elements["menu-item"];
- XB.UI.Elements["separator"] = XB.UI.Elements["menu-separator"];
- XB.UI.Elements["text"] = XB.UI.Elements["style"];
- XB.UI.Elements["icon"] = XB.UI.Elements["image"];
-