• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WOBrowser : is it possible to customize generated html ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WOBrowser : is it possible to customize generated html ?


  • Subject: WOBrowser : is it possible to customize generated html ?
  • From: Matthias Delarette <email@hidden>
  • Date: Thu, 02 Jun 2005 17:35:41 +0200

Hi,

First here is my generated html code via a WOBrowser:

<form method="post" action="/scripts/WebObjects.exe/...">
	<select onchange="submit();" class="selected" name="94.0" size="10" multiple="multiple">
		<option value="0">aaa</option>
		<option value="1">bbb</option>
		<option value="2">ccc</option>
		<option selected="selected" value="3">ddd</option>
	</select>
</form>


I want to have a different tooltip for each option.
I usually use some javascript to do that, but I need to add some "div" tag, like this :


<form method="post" action="/scripts/WebObjects.exe/...">
	<select onchange="submit();" class="selected" name="94.0" size="10" multiple="multiple">
		<option value="0"><div onmouseover ...>aaa</div></option>
		<option value="1"><div onmouseover ...>bbb</div></option>
		<option value="2"><div onmouseover ...>ccc</div></option>
		<option selected="selected" value="3"><div onmouseover ...>ddd</div></option>
	</select>
</form>


Does someone can say me how to do please ?


(my first message on the list, I hope I have not break some rules) (english is not my native language, so please pardon me if there is too much errors.)




_______________________________________________ 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
  • Prev by Date: Re: Structuring the Components
  • Next by Date: Application runs on client but not on deployment
  • Previous by thread: Re: Structuring the Components
  • Next by thread: Invitation to join the Web Services Discussion Forum
  • Index(es):
    • Date
    • Thread