EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: kudoof on August 21, 2013, 12:26:42 PM



Title: Change linkbutton text
Post by: kudoof on August 21, 2013, 12:26:42 PM
It's probably super easy but I thought I'd ask:

How to change the linkbutton text after it has been created?


Title: Re: Change linkbutton text
Post by: stworthy on August 21, 2013, 05:27:33 PM
Try this:
Code:
$('#btn').linkbutton({text:'newtext'});