jQWidgets Forums

jQuery UI Widgets Forums Navigation NavigationBar, ToolBar, NavBar [solved] can buttons be added to header tabs?

This topic contains 0 replies, has 1 voice, and was last updated by  d_l 12 years, 1 month ago.

Viewing 1 post (of 1 total)
  • Author

  • d_l
    Member

    I have jqxNavigationBar working in a target panel.
    I would like to add some custom buttons on the jqxNavigationBar header tabs.
    I tried adding to the header tag a child div containing jqxButton.
    But that does not work .. no button seen.
    I also tried adding to header div a child div containing jqxButton.

    Buttons work o.k. elsewhere in my code .. but not it seems in jqxNavigationBar tabs.
    The only debugging clue seen in Firebug is

    SyntaxError: missing } after function body
    http://localhost/jquery-1.9.0/jquery-1.9.0.js
    Line 3811

    Is it possible to add buttons to header tabs?

    ……..

    [Later edit]
    I managed to get it to work with jqxButton placed in header tab.

    I had lost a closing tag …

        });  // end

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.