Hi,
Try set property UseStandardDialog to true, then open the same dialog what you are testing, you will get the full parameter from the url field.
<CE:Editor ID="editor1" runat="server" UseStandardDialog="true">
</CE:Editor>
Regards,
Ken