Hi,
I'm using Radeditor to do some HTML file editing on my website and all the Images on my HTML page is from a shared path that I have assigned to my RadEditor Image manager. When I include any Image on to the content area of the RadEditor it shows the complete shared path in the image src attribute.
Is there any way that I could show just a relative path ?
For example : my images are in a shared path //serverName/FolderName/Images and I'm using an image from this path which is shown in the HTML view as <image src ="//serverName/FolderName/Images/a.jpeg "/>
Is it possible to make the RadEditor to show just a relative path like <image src ="/Images/a.jpeg "/> in the HTML view, I saw some ideas from other threads related to this topic but they are not applicable to the latest version of RadControls. Please let me know your thoughts on this.
Thanks,
Mani
I'm using Radeditor to do some HTML file editing on my website and all the Images on my HTML page is from a shared path that I have assigned to my RadEditor Image manager. When I include any Image on to the content area of the RadEditor it shows the complete shared path in the image src attribute.
Is there any way that I could show just a relative path ?
For example : my images are in a shared path //serverName/FolderName/Images and I'm using an image from this path which is shown in the HTML view as <image src ="//serverName/FolderName/Images/a.jpeg "/>
Is it possible to make the RadEditor to show just a relative path like <image src ="/Images/a.jpeg "/> in the HTML view, I saw some ideas from other threads related to this topic but they are not applicable to the latest version of RadControls. Please let me know your thoughts on this.
Thanks,
Mani