jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox Create a Empty line

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Create a Empty line #11741

    kingdomp
    Participant

    Hi,

    I have a combobox with some Items. I want to add a EMPTY row for the first row. I add it with this line:

    $(“#jqxCombo”).jqxComboBox(‘insertAt’, { label: “”, value: “” }, 0 );

    I see it in the Combobox but this line was small, like few pixel of height.

    How I can have it the same height of my other row.

    Thanks in advance.

    Create a Empty line #11754

    Peter Stoev
    Keymaster

    Hi kingdomp,

    You can do the following in the latest version:

     $("#jqxWidget").jqxComboBox('insertAt', {html: "<div style='min-height: 16px;'></div>"}, 0 );

    Hope this helps you.

    Best Wishes,
    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.