|
Search
You searched for the word(s):
Showing page 1280 of 4,987 (49,864 total posts)
< 1 second(s)
-
Hi,
I am having the same problem - STRESSING!!
Client site is live and I do not have a backup of old files.
Not sure how CuteSoft works but the web.config doesnt exist - it doesnt in the older version either so not sure on this one - strange stuff.
Regardless, I would love to know of any solution when ...
-
It's about IE Cross-Frame Scripting and Security.
http://msdn2.microsoft.com/en-us/library/ms533028.aspx
If you don't specify the target to Same window, Cute Editor can avoid this issue by opening a new window.
If you just want to open the link in the iframe same window. if the link points to another domain, you ...
-
Samacca,
Please add the following code in the bottom of your page:
function CuteEditor_OnChange(editor)
{
//when the content be changed..
alert(editor.getHTML());
}
-
This is a known issue and it has been fixed in the coming version 6.0.
Here is a work-around.
On the top of your page if you have the following code:
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
1) Printing
Editor.PrintFullWebPage Property
By default Cute Editor will print the content in the editing area only. When this property is set to true, Cute Editor will print the whole web page.
When you set it false, no matter how long the content of editor is, it will print out all the content.
When you set it true, the result will be ...
-
I think I ran into the same issue. After contacting support I was told to look at http://cutesoft.net/asp/document/CuteEditor.Editor.UseHTMLEntities.html and set editor.UseHTMLEntities = False
If it wasn't set to False, any reload of that page would cause expotentially longer periods of time before I could navigate away from ...
-
Hi Adam
I found following about our portal library (called EDK). It is a set of dll files
Granting any <trust> level below Full could potentially cause the .NET EDK to throw the following error: System.Security.SecurityException: Request for the permission of type System.Security.Permissions.EnvironmentPermission, mscorlib, ...
-
Hello. I appreciate your response. Thank you
I am using the editor in a modified version of ibuyspy portal.
Editing....DesktopModule/RichHtml/Edit.aspx, and inserted the following:<CE:Editor EditorWysiwygModeCss=''~/portal.css''
So the result would looks like:<CE:Editor EditorWysiwygModeCss=''~/portal.css'' ...
-
salman1210,
Are you using the version 4.x or 5.x?
In the version 4.x or 5.x, if an aspx page which inherits CuteEditor.Dialogs.FileBrowserPage class, developers can get the current directory by CurrentDirectory.
For example, in InsertFlash.Frame.aspx file.
You can find the code ...
-
ytang,
The asp version can be tested using our online demo:
http://cutesoft.net/asp/EnableAll.asp
CuteEditor .NET is more powerful than ASP version. For example, it contains an Online Image Editor, HTML to RTF, RTF tp HTML, output PDF features. For the rest functions, they are on the same code base.
Hope it ...
... 1280 ...
|
|
|