jQuery UI Widgets Forums Lists DropDownList Put buttons in drop down list

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Put buttons in drop down list #50123

    josh
    Participant

    Hi,
    I would like to put the buttons for export data in a dropdown instead of listing them across the page
    `<input type=”button” value=”Export to Excel” id=’excelExport’ />

    <input type=”button” value=”Export to XML” id=’xmlExport’ />
    </div>
    <div style=’margin-left: 10px; float: left;margin-bottom:30px’>
    <input type=”button” value=”Export to CSV” id=’csvExport’ />

    <input type=”button” value=”Export to TSV” id=’tsvExport’ />
    </div>
    <div style=’margin-left: 10px; float: left;margin-bottom:30px’>
    <input type=”button” value=”Export to HTML” id=’htmlExport’ />

    <input type=”button” value=”Export to JSON” id=’jsonExport’ />
    How do i achieve this easily.
    Regards

    Put buttons in drop down list #50125

    Peter Stoev
    Keymaster

    Hi josh,

    You can try the jqxDropDownButton widget. It is perfect for putting some content within a DropDown. Example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxbutton/dropdownbutton.htm?arctic

    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.