Forum Moderators: open

Message Too Old, No Replies

How to add url to dojo's fisheye widgets menu?

dojo

         

shakim

6:58 pm on Sep 7, 2006 (gmt 0)

10+ Year Member



I am new to javascripting and web dev in general. This is the sample code I
am using

<div dojoType="FisheyeList"
itemWidth="40" itemHeight="40"
itemMaxWidth="150" itemMaxHeight="150"
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/fisheye_1.png">
</div>

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

</div>

DrDoc

8:23 pm on Sep 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure what you are asking. Or where the menu is, or where you want the URL.