⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (258 Bytes)
RE: Wt Custom Widgets with Javascript
» javasc.js
Options file -
Nilesh Chakraborty
, 08/07/2011 04:21 PM
jQuery
.
noConflict
();
jQuery
(
document
).
ready
(
function
()
{
jQuery
(
'
#dock2
'
).
Fisheye
(
{
maxWidth
:
60
,
items
:
'
a
'
,
itemsText
:
'
span
'
,
container
:
'
.dock-container2
'
,
itemWidth
:
40
,
proximity
:
80
,
alignment
:
'
left
'
,
valign
:
'
bottom
'
,
halign
:
'
center
'
}
)
}
);
« Previous
1
2
3
4
5
Next »
(3-3/5)
Loading...