This is a migrated thread and some comments may be shown as answers.

Editor in RadWindow demo question.

1 Answer 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Steve Holdorf
Top achievements
Rank 1
Steve Holdorf asked on 06 Dec 2010, 04:34 PM

Hi,

Last week you helped me with the RadEditor in RadWindow example code. Now, to open the RadWindow the following javascript is used:

$find("<%=DialogWindow.ClientID%>").show();

When I normally open a RadWindow use the openRadWindow command. With this command I can pass a query string:

openRadWindow("Dialog.aspx?iid=" + iid, "DialogWindow);

My question is how can I add a query string to the .show() method of displaying the window? The reason for the question is that with the openRadWindow the content of the parent editor is not passed to the child editor.

Thanks,

Steve Holdorf

Note: the reason I need to pass the querystring on displaying the radwindow is because the application's patient ID is maintained in the applications querystring passed to every page and window. 

OK Last note: I might be wrong about the showing of the radwindow blowing out the parent page's query string. All I know is that when we try to retrieve it session object using the querystring the session object is not found.

Thanks again!

1 Answer, 1 is accepted

Sort by
0
Steve Holdorf
Top achievements
Rank 1
answered on 06 Dec 2010, 06:03 PM
Please disreguard this post. This is not a querystring problem. Sorry guys!

Thanks,


Steve Holdorf
Tags
Editor
Asked by
Steve Holdorf
Top achievements
Rank 1
Answers by
Steve Holdorf
Top achievements
Rank 1
Share this question
or