Hi, i have seen http://demos.telerik.com/aspnet-ajax/editor/examples/customdialogs/defaultvb.aspx and i have tried to add new custom dialogs on my application.
But i want to open a new diaolg with some parameters, in my old telerik i wrote:
but now with last telerik update i have no idea how to do
But i want to open a new diaolg with some parameters, in my old telerik i wrote:
var args = editor.GetDialogParameters(commandName)
args.text = showSelectedTextContent()args.html = showSelectedHTMLContent()but now with last telerik update i have no idea how to do
