added a tooltip to the search box

svn: r10486

original commit: f5253f5e74fcba8b43e194588126ffb8b078285d
This commit is contained in:
Eli Barzilay 2008-06-28 05:35:02 +00:00
parent 7cab7f9be6
commit 1e0df4ad49

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)"