jQuery UI Widgets Forums Navigation Tabs dynamic loadet code

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 10 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • dynamic loadet code #57943

    byhomer
    Participant

    Hi there
    I currently use the jqxNavigator and it jqxTabs are included.

    now I want to create a new entry via AJAX (Navigator)
    Therefore, I load the new jqxNavigator-code on the page including the code for the jqxTabs.

    this also works, but there is a problem that I can not solve …

    Namely the jqxtabs that i have loadet in some Navigatorbar is set by the re-write of the code resists back, but javascript reads the code to accomplish this re-format any more, as this was actually already done … but this formatting is cleared by the re-write of code!

    the other Tabs that i dont have loadet in other Navigatorbar’s works very fine!!! so its not a syntacs error or something! only this code dont will loadet again:

    $('#jqxTabsPro' + pname).jqxTabs({//erstellen von Projekt-Tabs
    	width : '975px',
    	height : 550,
    	theme : theme,
    	initTabContent:
    	function (tab) {
    	var pageIndex = tab + 1;
    	alert ("new");
    	loadPagePro('project/proajax' + pageIndex + '.php', pageIndex);
    	}
    });

    thanks for your help

    ps: written using google translator: D

    dynamic loadet code #57947

    byhomer
    Participant

    here a link for my projekt:

    alllogic.dzematzug.ch

    need “test” for Username and Password

    thanks

    dynamic loadet code #57986

    Dimitar
    Participant

    Hello byhomer,

    Please provide us with a step-by-step guide to reproducing the issue with your project (http://alllogic.dzematzug.ch/).

    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.