Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-06-2006, 08:47 PM   PM User | #1
Bengal313
Regular Coder

 
Bengal313's Avatar
 
Join Date: Jun 2002
Location: Metro Detroit
Posts: 298
Thanks: 8
Thanked 0 Times in 0 Posts
Bengal313 is an unknown quantity at this point
How to add url link in Dojo's Fisheye Widget?

I am using dojo's toolkit 0.3.


I am trying to lauch an url when the image is clicked...How

Code:

<div dojoType="FisheyeList"
	itemWidth="100" itemHeight="100"
	itemMaxWidth="200" itemMaxHeight="200"
	orientation="horizontal"
	effectUnits="2"
	itemPadding="10"
	attachEdge="center"
	labelEdge="bottom"
>

	<div dojoType="FisheyeListItem"
		id="item1"
		onclick="alert('click on' + this.caption + '(from widget id ' + this.widgetId + ')!');"
		caption="Item 1"
		iconsrc="images/icon_email.png">
	</div>

	<div dojoType="FisheyeListItem"
		caption="Item 2"
		iconsrc="images/icon_email.png">

	</div>
__________________
"Knowledge Speaks But Wisdom Listens"
Bengal313 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:40 AM.


Advertisement
Log in to turn off these ads.