jQWidgets Forums

jQuery UI Widgets Forums Layouts Splitter how to refer jqxsplitter panels

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 12 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • how to refer jqxsplitter panels #12841

    Nick
    Member

    Hi,

    I have a jqxSplitter as the below code.

    $(“#jqxSplitter”).jqxSplitter({ height: ‘100%’, width: ‘100%’, theme: theme, panels: [{ size: ‘10%’}, { size: ‘70%’ }, { size: ‘20%’}] });

    1) i have a query about – on how to get the last panel i,e the one with size: ‘20%’ from the splitter (or how to refer) and add a ‘

    ‘ which
    contains ” data in it.

    2) the other query is after knowing how to refer the last panel from the splitter , is it possible to put a jqxpanel with some content inside it,
    Please provide a sample on how to acheive this.

    Thanks
    Nick

    how to refer jqxsplitter panels #12842

    Nick
    Member

    Hi,

    Reposting the query

    I have a jqxSplitter as the below code.

    $(“#jqxSplitter”).jqxSplitter({ height: ’100%’, width: ’100%’, theme: theme, panels: [{ size: ‘10%’}, { size: ‘70%’ }, { size: ‘20%’}] });

    1) i have a query about – on how to get the last panel i,e the one with size: ’20%’ from the splitter (or how to refer) and add a ‘div’
    which contains data in ‘html table’ .

    2) the other query is after knowing how to refer the last panel from the splitter , is it possible to put a jqxpanel with some content inside it,
    Please provide a sample on how to acheive this.

    Thanks
    Nick

    how to refer jqxsplitter panels #12844

    Dimitar
    Participant

    Hello Nick,

    jqxSplitter is created from a div, which has several child divs, each representing a panel in the splitter. You may refer to them by their ids. For more information on jqxSplitter, please refer to the documentation and demos where you will find examples with other widgets situated in a splitter panel.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.