jQWidgets Forums

jQuery UI Widgets Forums Layouts Layout and Docking Layout Programatically changing titles and contents in Layout

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

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

  • weldridge
    Blocked

    I am sorry if this has been asked before but I am just starting with jqwidgets and am trying to find my way around the Layout and can’t seem to programmatically change the title or the contents. We have gotten around changing the content by giving the panels internal divs that we can target with jquery. Is this the correct way to do this or is there a better way? And, how can we change the titles of the panels? For example, the demo here: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxlayout/defaultfunctionality.htm?arctic How can I change the title of the Help Panel to Help (3) if there are three help articles?


    Peter Stoev
    Keymaster

    Hi weldridge,

    1. You can initialize the content only in the initContent function during the initialization process. There is no built-in API for dynamically changing things in the jqxLayout. After you initialize your content in the initContent function, I suppose that you will be able to access it through jQuery selections by ID.

    2. It’s included in the source code download package. It’s not a product, it’s a file required for data export. On the API docs for a particular widget which has data export, you will find out how to replace the default URL with the one where you hosted the file.

    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.