home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / fil3BBEEC2CFD3FC1207292AAE0B7623E72 < prev    next >
Text File  |  2010-07-12  |  806b  |  23 lines

  1. XB.UI.Elements = {
  2.     "action": XB.UI.Behaviour.Action,
  3.     "url": XB.UI.Behaviour.Url,
  4.     "attribute": XB.UI.Behaviour.Attribute,
  5.     "button": XB.UI.Behaviour.Button,
  6.     "tooltip": XB.UI.Behaviour.Tooltip,
  7.     "style": XB.UI.Behaviour.Style,
  8.     "image": XB.UI.Behaviour.Image,
  9.     "menu": XB.UI.Behaviour.Menu,
  10.     "menu-item": XB.UI.Behaviour.MenuItem,
  11.     "menu-separator": XB.UI.Behaviour.MenuSeparator,
  12.     "grid": XB.UI.Behaviour.Grid,
  13.     "column": XB.UI.Behaviour.Column,
  14.     "row": XB.UI.Behaviour.Row,
  15.     "cell": XB.UI.Behaviour.Cell
  16. }
  17.  
  18. // alias
  19. XB.UI.Elements["menuitem"] = XB.UI.Elements["menu-item"];
  20. XB.UI.Elements["separator"] = XB.UI.Elements["menu-separator"];
  21. XB.UI.Elements["text"] = XB.UI.Elements["style"];
  22. XB.UI.Elements["icon"] = XB.UI.Elements["image"];
  23.