Example demonstrates
UrlBrowse property use effect. The second
HTML Editor component instance
doesn't use
UrlBrowse property: the
URL Link Properties popup window have no
Browse button.
This button allows user to select an URL Link from the predefined ones.
Example code
<ed:Editor id="editor1" runat="server" UrlBrowse="myUrlBrowse.aspx" /><ed:Editor id="editor2" runat="server" />
The file
myUrlBrowse.aspx is used for URL Link selecting. It is available in the downloaded
Suitefile.
In case of need user can develop his own
Url Browser using some technique of the
myUrlBrowse.aspx.
It can be needed, if user want to implement browsing for not only
http(s): and
anchor: protocols.