Sha256: ccdab1fc11627edd82e651ad92b8504c9e8170582ac52873ebcb9d07845676ee
Contents?: true
Size: 626 Bytes
Versions: 38
Compression:
Stored size: 626 Bytes
Contents
/* RSence * Copyright 2010 Riassence Inc. * http://riassence.com/ * * You should have received a copy of the GNU General Public License along * with this software package. If not, contact licensing@riassence.com */ /*** = Description ** Menu item for the HMiniMenu component. ***/ var//RSence.Menus HMiniMenuItem = HRadioButton.extend({ componentName: 'minimenuitem', defaultEvents: { click: true, mouseUp: true }, click: function(){ this.base(); EVENT.changeActiveControl(this.parent.parent); }, mouseUp: function(){ this.base(); this.click(); } });
Version data entries
38 entries across 38 versions & 2 rubygems