I am working on a web-based asp.net application. I would like to show the image inside the editor without the user interaction. Can anyone show me the way to do this?
I am using asp.net 2.0/C#. I am able to show the text string in FCKEditor by the follwoing statement:
FCKEditor1.value = "Hello Word".
I just couldn't figure out a way to do the similar way for loading the image.
Thank you in advance.
I am using asp.net 2.0/C#. I am able to show the text string in FCKEditor by the follwoing statement:
FCKEditor1.value = "Hello Word".
I just couldn't figure out a way to do the similar way for loading the image.
Thank you in advance.