EasyUI Forum
April 28, 2024, 01:17:08 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: Visibility attribute in a Linkbutton  (Read 4738 times)
mapner
Jr. Member
**
Posts: 63


View Profile
« on: August 15, 2017, 06:37:46 PM »

Hi,

How can I set the "visibility" attribute (visible or hidden) in a Linkbutton ?

Thanks!
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 15, 2017, 11:46:34 PM »

Just call native 'show' or 'hide' methods to display or hide the linkbutton.
Code:
$('#btn1').show();
$('#btn2').hide();
Logged
mapner
Jr. Member
**
Posts: 63


View Profile
« Reply #2 on: August 16, 2017, 05:56:19 AM »

Thanks Stworthy!
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!