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