JSImageFlyover
JSImageFlyover
- Subject: JSImageFlyover
- From: "Xia, Wen" <email@hidden>
- Date: Wed, 13 Jul 2005 17:31:13 -0700
Hi all,
I've been trying to use JSImageFlyover with javascript but it doesn't seem
to work. Here is the binding:
JSImageFlyover1: JSImageFlyover {
action = goData;
framework = "app";
selectedImage = "DATA-active.gif";
targetWindow = "Action";
unselectedImage = "DATA-inactive.gif";
javascriptFunction = "return confirmChanges();";
}
Instead of using "javascriptFunction" binding, I also tried using "onClick":
JSImageFlyover1: JSImageFlyover {
action = goData;
framework = "app";
selectedImage = "DATA-active.gif";
targetWindow = "Action";
unselectedImage = "DATA-inactive.gif";
onClick = "return confirmChanges();";
}
I can't find any examples on the web as to how to use JSImageFlyover, and
the documentation does not give much information either. Any advice how to
get it work? Appreciate your help.
Wen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden