EasyUI Forum
May 17, 2024, 01:53:32 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to get the linkbutton is enable or disable?  (Read 9110 times)
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« on: February 11, 2016, 03:08:19 AM »

How to get the linkbutton is enable or disable property dynamic?
Logged
mzeddd
Full Member
***
Posts: 223



View Profile
« Reply #1 on: February 11, 2016, 04:13:34 AM »

$('#button').linkbutton('disable');
Logged
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« Reply #2 on: February 12, 2016, 04:28:45 AM »

$('#button').linkbutton('disable');

Thank you for your reply,
I need get the linkbutton attribute disable or enable status.
Logged
battlezad
Newbie
*
Posts: 44


View Profile
« Reply #3 on: February 22, 2016, 02:17:43 AM »

You can use it like
if('#button').linkbutton('options').disabled) return false;
Logged
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« Reply #4 on: February 22, 2016, 02:32:37 AM »

You can use it like
if('#button').linkbutton('options').disabled) return false;


Thanks.Solved.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!