jQuery UI Widgets Forums Editors Button, RepeatButton, ToggleButton, LinkButton Button Group CSS and Auto tooltip

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Button Group CSS and Auto tooltip #25875

    mullai.b
    Participant

    Hi,

    For Button group, how can i specify constant width for all the buttons, ie for ids Left, center, right. And if content is more than the width, the button should display (…) output should be Lef… and on mouse over tooltip should display full content of a button left

    $(“#jqxWidget”).jqxButtonGroup({ mode: ‘radio’ });



    if i specify, $(“#Left”).jqxButton({ width: ‘10%’, theme: theme }); the button clicked state is not highlighting

    Regards,
    Mullai

    Button Group CSS and Auto tooltip #26035

    Peter Stoev
    Keymaster

    Hi Mullai,

    Doing $(“#Left”).jqxButton({ width: ’10%’, theme: theme }); is wrong. To set width of the buttons in the button group, make a jQuery selection by ID or CSS class and use the jQuery’s width method.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.