[CLOSED] Disallow untoggle in ToggleGroup and change color of toggled button

  1. #1

    [CLOSED] Disallow untoggle in ToggleGroup and change color of toggled button

    Last edited by Daniil; Aug 20, 2013 at 9:19 AM. Reason: [CLOSED]
  2. #2
    Hi @blueworld,

    1. Set up AllowDepress="false" for the Buttons.

    2. You can use this CSS rule.
    .TouchButton.x-btn-pressed {
        background-image: none;
        background-color: green;
    }

Similar Threads

  1. [CLOSED] Change background color of button
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 17, 2013, 2:17 PM
  2. [CLOSED] change button font color and size
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 16, 2013, 8:50 PM
  3. Replies: 3
    Last Post: Apr 05, 2013, 4:43 PM
  4. [CLOSED] Determining if Button is toggled
    By jon in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 22, 2009, 11:05 AM
  5. Replies: 2
    Last Post: Apr 21, 2009, 5:42 PM

Tags for this Thread

Posting Permissions