Hi
It is possible to add custom querystrings to Telerik.Web.UI.DialogHandler.aspx
Example
Page with the RadEditor :
MyPage.aspx?MODE=Update&PageGUID=%7b43C05F0F-F82A-4AE4-AF06-01CF306604F6%7d
when a dialog opens the querystring need to be appended to the ex LinkManager
../Telerik.Web.UI.DialogHandler.aspx?DialogName=LinkManager&Skin=Default&Title=Hyperlink%20Manager&doid=..&MODE=Update&PageGUID=%7b43C05F0F-F82A-4AE4-AF06-01CF306604F6%7d
In the LinkManager i have placed a custom button, which need these parameters
/Erik K
It is possible to add custom querystrings to Telerik.Web.UI.DialogHandler.aspx
Example
Page with the RadEditor :
MyPage.aspx?MODE=Update&PageGUID=%7b43C05F0F-F82A-4AE4-AF06-01CF306604F6%7d
when a dialog opens the querystring need to be appended to the ex LinkManager
../Telerik.Web.UI.DialogHandler.aspx?DialogName=LinkManager&Skin=Default&Title=Hyperlink%20Manager&doid=..&MODE=Update&PageGUID=%7b43C05F0F-F82A-4AE4-AF06-01CF306604F6%7d
In the LinkManager i have placed a custom button, which need these parameters
/Erik K