Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Frederik Østerbye 11 posts 81 karma points
    Feb 24, 2013 @ 13:57
    Frederik Østerbye
    0

    Jquery in modal dialog

    Hi there

    I've created a new dialog-page (aspx-file) and put it in the dialogs-folder.

    This dialog is opened with a custom action from the context-menu in the right tree.

    Everything seems to be working fine, the window opens and shows the page correctly.

     

    But:

    The page includes some jquery-ui (sortable) which doesn't seem to work in this view. The jquery which makes my table sortable can't find the object - it seems to be searching in the outer-page.

    This btw. worked fine before I made the page a part of the "../masterpages/umbracoDialog.Master".

  • Paul Blair 466 posts 731 karma points
    Feb 24, 2013 @ 21:31
    Paul Blair
    1

    are any errors reported in the debug window? 

    In Chrome right click anywhere and choose Inspect Element. In the bottom right hand corner there might be a number in a red circle. This would indicate a script error.

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Feb 24, 2013 @ 21:45
    Jan Skovgaard
    0

    Hi Frederik

    From the description above it sounds to me like you're missing a reference to the script in your umbracoDialog.master page - How have you structured this page? As Paul is saying above you should look for errors in the browser console to see what is going on.

    /Jan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies