|
|||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
FisheyeMenu is my second simple UX based on Ext Core.
It's horizontal mode and still initial version now, just play for fun. Vertical fisheye mode and pure text function will be supported in the future. (** if you extract the attachment but to find lost file extention ('.zip'), please use zip software open/extract it, thanks...)
Example usage: Ext.onReady(function() {
var fm = new Ext.ux.FisheyeMenu({
renderTo : 'fisheye-menu',
itemWidth : 60,
items : [{
text: 'Map',
imagePath: 'images/map.png',
url: 'http://maps.google.com'
}, {
text: 'Photo',
imagePath: 'images/photo.png',
url: 'http://picasaweb.google.com'
}]
});
// change alignment dynamically
fm.setAlign({
hAlign : 'left',
vAlign : 'top'
});
});
Last edited by helloniko; 06-28-2009 at 12:16 PM.. Reason: minor update |
|
#2
|
|||
|
|||
|
Greate work dude !!!!
|
|
#3
|
||||
|
||||
|
This is exactly the types of controls that will make all our lives easier.
Great work and thanks so much.
__________________
Joseph Francis, CoreLan / Meeting Consultants |
|
#4
|
|||
|
|||
|
Congratulation for this!
Simple and tight. Just a question: i cut & paste your code in the Desktop sample (to have the dock as task bar) , every thing works fine but the tooltiptips. It seems that onItemHover events is not received by menu item. do you have an idea about this strange behaviour? luc |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Thanks to your response.
You're right. It works perfectly. I realize that it's not work if i put the "fisheye" div outside of the desktop div. |
|
#7
|
|||
|
|||
|
omg man ive been wanting this so long im about 2 play with this for sure *sniff* *sniff* i love u
|
|
#8
|
|||
|
|||
|
Good stuff!
Any ETA on a vertical version? would be ace to include in the desktop. Keep up the good work! |
![]() |
| Thread Tools | |
|
|