So, I'm trying to fire a link manager with a predefined URL, but I can't find any documentation on the .fire options
sadly, the window pops, but nothing seems to send along the url, I've tried param names url, URL, href and HREF.
Any thoughts, anyone on LinkManager event arguments?
| Telerik.Web.UI.Editor.CommandList["HaxLink"] = function (commandName, editor, args) { |
| //alert("HAXULATE"); |
| editor.fire("LinkManager", { href: "WTFYO" }); |
| }; |
sadly, the window pops, but nothing seems to send along the url, I've tried param names url, URL, href and HREF.
Any thoughts, anyone on LinkManager event arguments?