[CLOSED] Change check box and radio control css

  1. #1

    [CLOSED] Change check box and radio control css

    How to change css for check box and radio control
    I want to change css for check box in tree control
    I want look of check box to be changed according to css specified
    Last edited by Daniil; Dec 13, 2013 at 5:50 AM. Reason: [CLOSED]
  2. #2
    Hi @legaldiscovery,

    You can use a TreeNode's Cls property.
    <ext:TreeNode Cls="my-node" />
    It is a CSS class to be applied to a node element.

    And you should specify some CSS rule with that "my-node" class.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @legaldiscovery,

    You can use a TreeNode's Cls property.
    <ext:TreeNode Cls="my-node" />
    It is a CSS class to be applied to a node element.

    And you should specify some CSS rule with that "my-node" class.
    Thanks Daniil for the reply

    I wan to change css for check box like check box should be changes according to the below mentioned URL

    http://csscheckbox.com/
  4. #4
    Nice checkboxes.

    Yes, it looks possible to implement. Needs to apply the respective CSS styles.
  5. #5
    Quote Originally Posted by Daniil View Post
    Nice checkboxes.

    Yes, it looks possible to implement. Needs to apply the respective CSS styles.
    If you will look at the css code of check box in the above mentioned URL then you will see they have applied a wrapper of checkbox and label together
  6. #6
    I don't see a wrapper. I see the input and label elements. Do you a td element? I don't think it is related to the styling of checkboxes.

    As for a TreePanel's. There will be also the input element and the anchor element. You should apply the label's styles to that anchor element.

Similar Threads

  1. [CLOSED] ext:Radio control's "Change" event is not firing
    By Fahd in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 18, 2013, 6:08 PM
  2. Replies: 2
    Last Post: Feb 29, 2012, 9:04 PM
  3. [CLOSED] Check Uncheck Radio using javascript
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 21, 2011, 10:45 AM
  4. [CLOSED] [1.0] Radio Check Listener issue
    By state in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 18, 2009, 9:17 AM
  5. [CLOSED] Radio/Check Group labels broken in IE8
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 11, 2009, 8:15 AM

Posting Permissions