Author Topic: Liquid UI: Disable Pushbutton  (Read 2354 times)

rajesh.sabbineni

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 26
    • View Profile
Liquid UI: Disable Pushbutton
« on: August 22, 2017, 04:09:36 PM »
Using disabled option, pushbutton can be disabled.

pushbutton( [1,30], "Create Material","/nmm01", {'disabled':true});

//Dynamically disabling the pushbutton:

z_test = true;

pushbutton( [1,30], "Create Material","/nmm01", {'disabled':z_test});

Note: This option is available from Liquid UI server version 565 and Liquid UI Desktop version 326
« Last Edit: August 23, 2017, 01:16:20 PM by rajesh.sabbineni »