This topic is locked

Changing the basic search tooltip

4/10/2020 11:49:18 AM
PHPRunner Tips and Tricks
Sergey Kornilov admin

Here is the simple trick that changes the tooltip of the basic search on the List page. Add the following code to the Javascript OnLoad event of that List page. Will work the same way in ASPRunner.NET and ASPRunnerPro.

$("#ctlSearchFor1").attr("placeholder","my tooltip");