Example demonstrates
ImageBrowse property use effect. The second
HTML Editor component instance
doesn't use
ImageBrowse property: the
Image Properties popup window have no
Browse button.
This button allows user to select an image from the predefined
Images Gallery.
Example code
<ed:Editor id="editor1" runat="server" ImageBrowse="myImageBrowse.aspx" /><ed:Editor id="editor2" runat="server" />
The file
myImageBrowse.aspx is used for image selecting. It is available in the downloaded
zip file (
Editor/Examples folder).
In case of need user can develop his own
Image Browser using some technique of the
myImageBrowse.aspx.
It can be needed, if user want to use some his own
DataBase, where images are stored.