Hi,
I am using 3 RadEditor controls in my page with IDs:
1-SummryRE: to enter news summary
2-ImagePathRE: to paste image
3-ContentRE: to paste news content
Now, I would like that when the 'Insert Image' button is clicked in the ImagePathRE editor control, the image manager (and then the image editor) receives a param, so I can do image cropping programatically in my custom FileSystemContentProvider when an image is uploaded.The reason I am passing a param is that I only want to do cropping if the parent rad editor of the Image Editor is ImagePathRE.
Can I pass this param from server side code or query string ?
Thanks in advance
Madani
I am using 3 RadEditor controls in my page with IDs:
1-SummryRE: to enter news summary
2-ImagePathRE: to paste image
3-ContentRE: to paste news content
Now, I would like that when the 'Insert Image' button is clicked in the ImagePathRE editor control, the image manager (and then the image editor) receives a param, so I can do image cropping programatically in my custom FileSystemContentProvider when an image is uploaded.The reason I am passing a param is that I only want to do cropping if the parent rad editor of the Image Editor is ImagePathRE.
Can I pass this param from server side code or query string ?
Thanks in advance
Madani