Dojo 中有类似 RadWindo 的东西吗?
我想打开一个弹出式样式页面。
我很想看看人们可能有的任何例子。
在 RadWindow 我会做这样的事情:
`RadWindow statusWindow = new RadWindow();
statusWindow.NavigateUrl = "./StatusWindow.aspx" + qs;
statusWindow.ID = "sendWindow";
statusWindow.Visible = true;
statusWindow.Height = Unit.Pixel(180);
statusWindow.Width = Unit.Pixel(595);
statusWindow.Modal = true;`