This topic is locked

How to add a placeholder for text control

12/7/2013 4:29:44 AM
PHPRunner General questions
Z
Zaboor author

Hi

How to add a placeholder for text control
I try to use:

var ctrl = Runner.getControl(pageid, 'Full_Name');

ctrl.getDispElem().css("placeholder", "Enter username..");


but it did not work
Thanks

Zaboor