/* 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 ** Simple small menu component for selecting one value amongst several. ** It's limited to 15px height by the default theme. ***/ var//RSence.Menus HMiniMenu = HRadioButtonList.extend({ componentName: 'minimenu', defaultEvents: { draggable: true, click: true }, repositionMenuItems: function(){ var x = this.pageX(), y = this.pageY(), w = this.rect.width, h = this.listItems.length*15, i = 0, listItem = null; for(;i