Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
1278
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: This only works in IE, not in Firefox etc.
Half the problem solved.
If figured out, that this is the problem: (text marked with yellow)
<%@ Page Language=''vb'' AutoEventWireup=''false'' CodeBehind=''WebForm19.aspx.vb'' Inherits=''Aspergerforeningen.WebForm19'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''ce'' %> <!DOCTYPE ...
Posted to
Cute Editor for .NET
(Forum)
by
PeterDK
on
November 22, 2009
Re: FileValidated vs. FileUploaded events
Rob Nagel ,
the order of the events are :
client side select multiple files client show file1 uploading server fire FileValidating event client show file1 finish client show file2 uploading server fire FileValidating event client show file2 finish ... client side fire Postback event server side fire FileUploaded event ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 8, 2009
Re: Insert button is clickable even when hidden, in some circumstances
Stan,
I have checked your code, and find the problem.
1 - current the uploader do not check the sytle.visibility , so the uploader do not know the button is hidden.
2 - current version of uploader support style.display , we will improve the uploader to support style.visibility later.
3 - for your case , please ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
October 1, 2009
Re: Changing Defaults for the Editor
Chaplain Doug,
http://cutesoft.net/developer+guide/index.htm#page=Common-Tasks.htm Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.
Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 9, 2009
Re: Additional process after upload
Hi,
When the FileValidating be fired, the file data have been uploaded completely.
You can validate the file data and do something there.
The difference between FileValidating and FileUploaded,
Is that FileValidating is in another page life cycle and any UI changes would not take ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
February 25, 2009
Re: Caching error
>>There is a problem with caching images. I have two images: dir1/01.jpg and dir2/01.jpg. So in the ''ImageGallery'' these files will have
the same previews.
Is this the same image or different images which have the same name? What'ts the point?
>>The second problem: when I get the insert image dialog in FF by ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 22, 2008
Re: Purchase followup
Dear customer,
Share-it is right. You should have got our Action Required email by now. We deliver our software through emails and download links therefore there's little waiting time on us. We're on Eastern Standard Time (Washington time). If your order comes in during our business hours: Mon - Fri 9:00am - 17:00 pm. Order delivery takes ...
Posted to
Purchase / License FAQ
(Forum)
by
Karen
on
November 11, 2008
Re: CleanUpHTMLCode
Paul,
Yes.
You need to check the following properties:
Editor.PlainText Property Retrieves the CuteEditor HTML content in plain text format.
Remarks This property is read-only. If you want to store the document text in a database which is searchable, you can use the output of this property to create an ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 29, 2008
Re: Problems with editor.GetSelection() in IE
Here's a copy of the code I meant the link to in my previous post to show. It would be helpful if there was a similar example in your documentation, as below, that showed how to set up a custom button that selects text:
Example: <?php
$editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
Posted to
Cute Editor for PHP
(Forum)
by
postmormon
on
May 20, 2008
Re: [IE6-7] InsertLink command does not work on an empty line
Here are the steps to reproduce the issue :
Go to : http://cutesoft.net/example/JavaScript-API.aspx with IE6 or IE7
Place the cursor in the editor. Delete the content (Ctrl+A, Del)
Select InsertLink in the DropDown and press ExecCommand
Go to the source to see the inserted link : <p><a ...
Posted to
Cute Editor for .NET
(Forum)
by
lamasse
on
May 6, 2008
More Search Options
« First
...
< Previous
1276
1277
1278
1279
1280
Next >
...
Last »