Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
webtexteditor
posted

in client script how can I acess the tooltip property, I need to read it...

 

 

 

 

function

 

lblMsg_TextChanged(sender, eventargs){

var

 

 xid=sender._id;
var  txt = $find(xid);
alert(txt.tooltip);

}

help...thanks!!

Parents
No Data
Reply Children