jQWidgets Forums

jQuery UI Widgets Forums Layouts Layout and Docking Layout create a new field into a content of panel

This topic contains 1 reply, has 2 voices, and was last updated by  admin 2 years ago.

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

  • Oleg Ilin
    Participant

    Dear friends,
    Let me ask you questions about wood, please.
    1. Is it possible to set the layout
    type: ‘tab group’,
    width: 220,
    minWidth: 200,
    items: [{
    type: ‘layoutPanel’,
    title: ‘Solution Explorer’,
    contentContainer: ‘SolutionExplorerPanel’
    },
    The content field contains the following
    contentContainer :”<div ID=”myID’></div>”
    or
    Content container: “”;
    initContent: {“<div ID=”myID’></div>”}
    Or in other words – can I create fields dynamically.

    2. Is it possible to position the label on the “pin panels” vertically,
    3 Is it possible for the autohide panel to dynamically change the width
    Thank you
    Best wishes,
    Oleg Il


    admin
    Keymaster

    Hi Oleg,

    You will need to create a new instance of the jqxLayout in order to set a new layout dynamically and destroy the old one. Other option is to use the saveLayout and loadLayout methods. In this component, it is not possible to pin panels vertically or autohide panel to dynamically change the width.

    Regards,
    Peter

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

You must be logged in to reply to this topic.