where's Search field Icon?
where's Search field Icon?
- Subject: where's Search field Icon?
- From: Gustavo Pizano <email@hidden>
- Date: Mon, 1 Jun 2009 11:09:57 +0200
Hello, a really dumb question.
I have just place a search field in my application. I did as following?
<div id ="searchBox">
<wo:WOForm multipleSubmit = "$true">
<wo:WOTextField id = "searchField" value = "$searchText" type = "search" size = "20" placeholder="Search" autosave=""/>
<wo:AjaxObserveField observeFieldID = "searchField" observeFieldFrequency = "0.5" observeDelay = "0.5" updateContainerID = "GroupSelection"/>
<wo:AjaxBusyIndicator watchContainerID = "results" busyImageFramework = "Ajax" busyImage = "wait16.gif" id = "busy" />
</wo:WOForm>
</div>
but I dunno how or where to put the little loupe icon that appears in the search field in
apple.com.. I have been inspecting the element there but I see now reference to it. Also, I have checked in some blogs, that they simply put <input type ="search" ....... /> and the little icon simply appears...
how can I make it appear?
Thanks
Gustavo
_______________________________________________
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