Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
9
of
169
(
1,685
total posts)
< 1
second(s)
Re: lind document dialog is freezing
Hello Ken, now, i have tryed some other pc's. if I upload a file, the upload process is very quick, after the upload progressbar is 100% the utilization of the w3pw.exe on the server goes nearly to 100% and it seems that the client is frozen. After approximately 3 - 5 minutes I get the upload finished dialog and the ...
Posted to
Cute Editor for .NET
(Forum)
by
cruhland
on
July 17, 2009
Re: Image selector not working i Chrome
Hi SorenHanse, Please try the example below <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head> <title>ASP.NET WYSIWYG Editor - Use CuteEditor as an image selector</title> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 6, 2011
Re: Get the properties of the active object
Hi AviPic, Please try the example below. Insert a image, add alt property ,select it and click the button. <%@ Page Language=''C#'' AutoEventWireup=''true'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 14, 2010
Re: set value to cuteeditor using javascript
Please use JavaScript API. http://cutesoft.net/developer+guide/scr/JavaScript-API.htm SetHTML() This method is used for setting the content of CuteEditor. Example: // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 6, 2009
Re: How gains edits the frame the choice content .
Getting the CuteEditor Instance In order to find the active editor, you would type: // get the cute editor instance var editor1 =
document
.getElementById('<%= Editor1.ClientID%>'); Getting the Active Editor Window In order to find the active editor window, you would type: // get the active editor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 6, 2007
Re: Advanced Topic -> Use Cute Editor as a File Picker not support in firefox
ltanate, Thanks for pointing out this issue. We've fixed it please use the following BLOCKED SCRIPT <Script Language=''javascript''> function callInsertImage() { var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 16, 2007
Re: ToFullPage/FromFullPage (F12) does not restore editor position?
I think this was working OK in V5.3, but not 6.0, so we added code to actually position the DIV container (divEditor) for the Editor, like the following: if (sCmd==''tofullpage'') { try ...
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
May 7, 2007
Re: Customised image selector unable to work in Chrome v13.0.782.220 m
Hi Kenneth, Thanks for your help. I've changed my image selector to using the gallery as your code suggested and it worked. I did make some changes as I had to include many instances of the images selector in a single page. Below is my final codes for all to reference. <table border=''0'' cellpadding=''0'' ...
Posted to
Cute Editor for .NET
(Forum)
by
huatz
on
September 15, 2011
Re: One of your samples doesn't work in FireFox 7.01
Hi m2jim, Please change the code to below, it should work. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#''%> <html> <head> <title>ASP.NET WYSIWYG Editor - Use CuteEditor as a
document
selector</title> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 24, 2011
Re: Problem using CE as a seperate Flash/.swf selector
Dear spencet, Please refer to the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head> <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a
document
...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
December 4, 2010
More Search Options
« First
...
< Previous
7
8
9
10
11
Next >
...
Last »