On Tue, Sep 23, 2014 at 6:14 PM, Collin Anderson <[email protected]> wrote:
> # popupadvance.html
> <p>Here's the worker object: {{ worker }}</p>

<snip>

> src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
>
> <a href="" onclick="return
> popitup('/popupadvance/?worker_id={{worker_id}}')">Advance </a>
> <div id="dialog-form"></div>


What I see is that I need to write the contents to be shown, in the
dialog, inside this division:

<div id="dialog-form">  Content to be shown in dialog </div>

But in the previous case, when I did it with window.open event, a
separate HTML file was passed. See my first mail in the thread. On
clicking the link, a new, separate template came up in the window. But
here it checks for the content in a division which is already there in
same template. Which means the link and the content to be popped up
should be in "popupadvance.html" only.

Am I able to explain my point?


-- 
Kamaljeet Kaur
kamalkaur188.wordpress.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP8Q%2BxhHwbSGfWV%3DCx-CM1cCeT8ipBWwkxm7L%3D6-DxuVE7r1Kg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to