[CLOSED] [1.0] Radio buttons that appear as buttons

  1. #1

    [CLOSED] [1.0] Radio buttons that appear as buttons

    Hi,

    What is the best approach when implementing a radio buttons that appear like buttons? Any suggestions would be greatly appreciated.






  2. #2

    RE: [CLOSED] [1.0] Radio buttons that appear as buttons

    Hi,

    Can you provide more details? I am not sure that understood your requirement
  3. #3

    RE: [CLOSED] [1.0] Radio buttons that appear as buttons

    Thanks for the reply.

    Here's what I am trying to accomplish. I have a toolbar that has three buttons:


    button 1 has text: "Keep This Article"

    button 2 has text: "Remove This Article"
    button 3 has text: "Not Sure Yet, Leave it for Now"


    I want to implement these buttons much like a radio button wherein if the users clicks on button 1, it becomes highlighted and the rest are not highlighted.


    The closest thing that I can find is this:


    http://jqueryui.com/demos/button/#radio


    Is this doable?






  4. #4

    RE: [CLOSED] [1.0] Radio buttons that appear as buttons

    Hi,

    Button can work in group

    Please see the following example (top bar, right three buttons)
    https://examples1.ext.net/#/Toolbar/Menu/Overview/

    <ext:Button runat="server" EnableToggle="true" ToggleGroup="G1" Icon="GroupAdd" Pressed="true" />
    <ext:Button runat="server" EnableToggle="true" ToggleGroup="G1" Icon="GroupDelete" />
    <ext:Button runat="server" EnableToggle="true" ToggleGroup="G1" Icon="GroupEdit" />
  5. #5

    RE: [CLOSED] [1.0] Radio buttons that appear as buttons

    Hi, I missed that one. Appreciate your help on this.

    Please mark as solved.

Similar Threads

  1. Replies: 2
    Last Post: Aug 03, 2010, 6:20 PM
  2. Align Radio buttons horizantally
    By ajaybabu.maddinani in forum 1.x Help
    Replies: 2
    Last Post: Feb 23, 2010, 8:52 AM
  3. [CLOSED] radio buttons layout issue
    By jsemple in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 26, 2009, 5:24 PM
  4. using image with radio buttons
    By pearl in forum 1.x Help
    Replies: 0
    Last Post: May 23, 2009, 5:09 AM
  5. [CLOSED] Dynamic Creation of Radio Buttons within Radio Group
    By Steve in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 04, 2009, 1:13 PM

Posting Permissions