Martin,
>>Can I copy this file "insertDocument.aspx", rename it (e.g. to "explorer.aspx") and call this file instead?
It's possible.
Please check the following example:
|
How to create a custom button(client side) which displays a dialog?( C# | VB )
This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross Browser Modal Dialog Box.
|
For this particular dialog, you just need to append the following string to the URL:
function GetDialogQueryString()
{
return "setting="+editor.GetScriptProperty("EditorSetting")+"&Theme="+editor.GetScriptProperty("Theme");
}
>>Is it possible to integrate a progress bar for uploading large files?
Yes, it's possible if you use Asp.net ajax.
Try to add the following code into the web.config httpmodules section:
<add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx