jQuery UI Widgets Forums Layouts Panel and Responsive Panel How to loading external page in a jqxPanel div?

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  Mariya 11 years, 7 months ago.

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

  • frozenade
    Member

    Hi, please help me,

    I really stucked with this for a week. 🙁

    Here is the scenario: I have jqxMenu and jqxPanel. I want to load external page within jqxPanel when jqxMenu item is clicked without changing to new page.

    <div id='jqxMenu'>
    <ul>
    <li><a href="index.php">Home</a></li>
    <li>Options
    <ul style='width: 200px;'>
    <li><a href="site.php?type=profile">Profile</a></li>
    <li><a href="site.php?type=config">Configuration</a></li>
    </ul>
    </li>
    <li>About
    <ul style='width: 200px;'>
    <li><a href="site.php?type=help">Help</a></li>
    <li><a href="site.php?type=update">Update</a></li>
    <li type='separator'></li>
    <li><a href="site.php?type=about">About</a></li>
    </ul>
    </li>
    </ul>
    </div>

    I know this is mess, because I have no idea. 🙁

    $('#jqxMenu').on('itemclick', function (event) {
    $('#container').jqxPanel('clearContent');
    $('#container').jqxPanel('apend', load(url));
    });

    Please help


    frozenade
    Member

    someone please… 🙁


    Mariya
    Participant

    Hi frozenade,

    You can add an iframe inside the jqxPanel and dynamically update its “src” attribute. If you have any further questions do not hesitate to contact us.

    Best Wishes,
    Mariya

    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.