open window in a modal window

You must Login before you can answer or comment on any questions.

hello all,

can i somehow open a window inside of a modal window? it does not work at the moment.

many thanx, florian

— asked 3 years ago by florian spier
1 Comment
  • You're probably going to have to supply more information than that if you want a response. :)

    — commented 3 years ago by Clifton Labrum

2 Answers

The short answer is no you cannot. You can only display one modal window at a given time.

You could create view and add it to the window, windows are not intended to be rendered inside other windows, while views are.

Your Answer

Think you can help? Login to answer this question!