added a tooltip to the search box
svn: r10486 original commit: f5253f5e74fcba8b43e194588126ffb8b078285d
This commit is contained in:
parent
7cab7f9be6
commit
1e0df4ad49
|
@ -196,6 +196,7 @@
|
||||||
" background-color: #eee; color: #888;")]
|
" background-color: #eee; color: #888;")]
|
||||||
[type "text"]
|
[type "text"]
|
||||||
[value "...search..."]
|
[value "...search..."]
|
||||||
|
[title "Enter a search string to search the manuals"]
|
||||||
[onkeypress ,(format "return DoSearchKey(event, this, ~s);" (version))]
|
[onkeypress ,(format "return DoSearchKey(event, this, ~s);" (version))]
|
||||||
[onfocus ,(sa "this.style.color=\"black\";"
|
[onfocus ,(sa "this.style.color=\"black\";"
|
||||||
" if (this.value.indexOf(\"...search...\")>=0)"
|
" if (this.value.indexOf(\"...search...\")>=0)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user