Re: WOBuilder JSImageFlyover cannot be a submit button
Re: WOBuilder JSImageFlyover cannot be a submit button
- Subject: Re: WOBuilder JSImageFlyover cannot be a submit button
- From: Art Isbell <email@hidden>
- Date: Mon, 13 Oct 2003 17:32:29 -1000
On Monday, October 13, 2003, at 04:42 PM, Chuck Hill wrote:
Another alternative is to roll your own fly overs.
And yet another alternative is to look at the JSImageFlyover source
and WO component in
/Developer/Examples/JavaWebObjects/Source/JavaWOExtensions/
JavaScript.subproj. You could either subclass if that would do what
you want or write another custom component using what you've learned
from this WOExtensions example.
By looking at JSImageFlyover.wo, I can see that it is composed of a
hyperlink rather than a submit button, so that's it won't submit a
form. The image is a WOGenericElement behaving as an IMAGE element
that seems to capture only the src, border, and name properties, so
this is why your size properties are being ignored. But all of this is
probably fixable by a WO programmer. Hey, that's you!
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.