kentico_borisp
-
9/7/2011 2:34:18 PM
RE:Watermark text in search box
Hello,
Regrettably, this feature isn't natively supported by Kentico. However you can achieve the mentioned effect with some javascript. Or you can use the following approch to create a custom search box and take the search values from it instead of the standard textbox:
<INPUT type="text" value="Search" onfocus="if (this.value==this.defaultValue) this.value='';">
The smart search box is located here:
\CMSWebParts\SmartSearch\SearchBox.ascx
Best regards, Boris Pocatko
|