Ext


Go Back   Ext JS Forums > Ext JS Community Forums (3.0) > Ext: Core

Reply
 
Thread Tools
  #1  
Old 06-28-2009, 04:49 AM
helloniko helloniko is offline
Ext User
 
Join Date: Mar 2007
Posts: 8
helloniko is on a distinguished road
Smile [Ext Core]Ext.ux.FisheyeMenu

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...)
  • -Tested on FF2+, IE7+, Chrome2, Safari3
  • -MIT License

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'
	    });                 
        });
Attached Images
File Type: jpg thumb-fisheye-menu.jpg (20.8 KB, 175 views)
Attached Files
File Type: zip FisheyeMenu.zip (133.5 KB, 159 views)
__________________
ux.MessageSlides | ux.FisheyeMenu

Last edited by helloniko; 06-28-2009 at 12:16 PM.. Reason: minor update
Reply With Quote
  #2  
Old 06-28-2009, 01:59 PM
elnove elnove is offline
Ext User
 
Join Date: Nov 2007
Location: Canada
Posts: 82
elnove is on a distinguished road
Send a message via Skype™ to elnove
Thumbs up

Greate work dude !!!!
Reply With Quote
  #3  
Old 06-30-2009, 04:58 PM
Joe's Avatar
Joe Joe is offline
Ext JS Premium Member
 
Join Date: Apr 2007
Posts: 242
Joe is on a distinguished road
Default Thanks for another nice one

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
Reply With Quote
  #4  
Old 07-01-2009, 12:16 PM
pachama pachama is offline
Ext User
 
Join Date: Jun 2007
Posts: 31
pachama is on a distinguished road
Default

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
Reply With Quote
  #5  
Old 07-02-2009, 03:53 AM
hello2008 hello2008 is offline
Ext User
 
Join Date: Dec 2007
Posts: 68
hello2008 is on a distinguished road
Default

Quote:
Originally Posted by pachama View Post
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
Sounds interesting, so I did a test, put my attachment modified files (html for test and for css only changed the text color and removed text background image) into Desktop folder, working no problem, what you mentioned about tooltip is the image alt text, right? found works okay if you hover a little longer on the image item.
Attached Files
File Type: zip desktop-fisheye.zip (1.9 KB, 58 views)
Reply With Quote
  #6  
Old 07-03-2009, 04:25 AM
pachama pachama is offline
Ext User
 
Join Date: Jun 2007
Posts: 31
pachama is on a distinguished road
Default

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.
Reply With Quote
  #7  
Old 08-20-2009, 05:48 PM
Duamarea Duamarea is offline
Ext User
 
Join Date: Aug 2009
Posts: 1
Duamarea is on a distinguished road
Default

omg man ive been wanting this so long im about 2 play with this for sure *sniff* *sniff* i love u
Reply With Quote
  #8  
Old 10-29-2009, 01:53 PM
Mad_Clog Mad_Clog is offline
Ext User
 
Join Date: Jun 2009
Posts: 15
Mad_Clog is on a distinguished road
Default

Good stuff!
Any ETA on a vertical version? would be ace to include in the desktop.
Keep up the good work!
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 08:14 AM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.