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
178
of
4,987
(
49,864
total posts)
< 1
second(s)
Editor at AJAX loaded Control
Hi!
I'm having a problem when i want to load your editor which is placed at a control. This control gets loaded with an AJAX call (using prototype) and the following server code:
var
output
=
new
StringWriter();
var
pageHolder
=
new
PageHolder(); ...
Posted to
Cute Editor for .NET
(Forum)
by
empty
on
July 5, 2010
Re: upload of files with same filenames
bundy69,
You can do the file name checking in Uploader_FileUploaded event.
Simply rename the uploaded files if the same file exists. void
Uploader_FileUploaded(object
sender,
UploaderEventArgs
args)
{ ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
September 22, 2009
Two questions
First of all, really like the script. Best one i found so far.
I used this code (below) to get the filenames, which works well...until i add a:$uploader->SaveDirectory=''../images/upload''; Seems it cant find the files if the path is changed...how can I fix this?
Also, is there a way to limit the amount of files?Say I only want ...
Posted to
PHP File Uploader
(Forum)
by
mic
on
May 8, 2010
Re: If user selection is null, editor1doc.selection.createRange().htmlText fails in Firefox?
rockford,
The following code will only work in IE.
var selectedhtml = editor1doc.selection.createRange().htmlText; Only IE supports htmlText method.
Replace the above code with the following code:
function CE_AddDateTime() {
//
Paste current date/time into current cursor-point of ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 14, 2007
Re: CuteWebUI_AjaxUploader_OnError Doesn't Fire
Dear mferrell3,
I tested it again on my end, it works fine. Please follow the following steps and test it again, if it doesn't work, please let me know. 1. Download ajax uploader, download link is http://cutesoft.net/downloads/folders/upload/entry44395.aspx 2. Unzip this installation package 3. Open IIS 4. Switch to ''Default Web Site'' ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
February 25, 2011
Re: Failed to load resource: the server responded with a status of 500(Internal Server error)
Hi ssjganesh,
How about the new example below? Does it save the upload file ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 24, 2012
Re: Any way to suppress the scroll bars in the Editor?
Hi Richard,
Please try the example below
<%@
Page
Language=''C#''
%>
<%@
Register
Assembly=''CuteEditor''
Namespace=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 9, 2010
Re: HTML for Outlook
Hi gim-matt,
You can change the behavior by the sections below in file "\richtexteditor\scripts\config.js".
By default they will use style ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
June 20, 2013
Re: I want ONCHANGE and ONBLUR events to fire.
Daniel,
Here is the source code:
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html>
<head>
<title>Simple Blur</title>
</head>
<body>
<form id=''Form1'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 19, 2006
Re: Add custom items to tag context menu
Hi Adam,
Thanks for your prompt reply..
Anyway, I have achieved that by clearing all the subitems.
function CuteEditor_AddTagMenuItems(menuitem, element) {
menuitem.items.clear(); // This will clear all the ...
Posted to
Cute Editor for .NET
(Forum)
by
prasanthr
on
August 9, 2010
More Search Options
« First
...
< Previous
176
177
178
179
180
Next >
...
Last »