added a tooltip to the search box

svn: r10486
This commit is contained in:
Eli Barzilay 2008-06-28 05:35:02 +00:00
parent ee0632bbba
commit f5253f5e74

View File

@ -196,6 +196,7 @@
" background-color: #eee; color: #888;")]
[type "text"]
[value "...search..."]
[title "Enter a search string to search the manuals"]
[onkeypress ,(format "return DoSearchKey(event, this, ~s);" (version))]
[onfocus ,(sa "this.style.color=\"black\";"
" if (this.value.indexOf(\"...search...\")>=0)"