Use Editor with Ajax Navigation get(), load(), etc

Use Editor with Ajax Navigation get(), load(), etc

FreelancerAccFreelancerAcc Posts: 8Questions: 0Answers: 0
edited May 2013 in Editor
I can't get Editor to work with ajax navigation, the target page works fine when you access it by it direct URL, the table loads fine, but when I use get(), or load() in another page, the tables appears but it1s collapsed.

Any solutions to use Editor with get(),load() or another similar option?
I don't like iFrames beause they are very messy depending on the browser.

Replies

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin
    Editor should work just fine when it is initialised after page load (be it as a result of an ajax call, or any other triggered event). We'd need a link to a page showing the problem to understand why it isn't working.

    Allan
  • FreelancerAccFreelancerAcc Posts: 8Questions: 0Answers: 0
    edited May 2013
    Allan,

    When I use ajax call on one page to call another one into a DIV, the only thing that appears is the table header and foot, the data is not displayed, I've checked for all the requests and resources using Chrome Inspector, and there's no errors, everything is fine, but for some reason the data is not displayed.

    Can I send you the link by PM?
  • FreelancerAccFreelancerAcc Posts: 8Questions: 0Answers: 0
    I've tested in a page with only jQuery library included and it worked, here's the page code:
    http://pastebin.com/CS0MgrvQ

    I guess that must be some problem with my other includes, will try to figure it out.
This discussion has been closed.