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
161
of
325
(
3,244
total posts)
< 1
second(s)
The following was the child window code:
<%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''WindowEditor.ascx.cs'' Inherits=''WindowEditor'' %> <%@ Register Assembly=''Coolite.Ext.Web'' Namespace=''Coolite.Ext.Web'' TagPrefix=''ext'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <%@ Register TagPrefix=''telerik'' ...
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
The following was the child window code:
<%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''WindowEditor.ascx.cs'' Inherits=''WindowEditor'' %> <%@ Register Assembly=''Coolite.Ext.Web'' Namespace=''Coolite.Ext.Web'' TagPrefix=''ext'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <%@ Register TagPrefix=''telerik'' ...
Posted to
Cute Editor for .NET
(Forum)
by
GeoffreyRen
on
July 20, 2009
Re: custom (fixed) width
The origin code is : <script> AdjustLayout(); setInterval(AdjustLayout,100); function ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
cutechat
on
April 28, 2005
Re: Access Cute Editor Text from client side javascript (before post)
johnkeithwood, There is no function called saveHTML. Terry just gave an example.After you get the editor
document
object: var editdoc=editor1.Get
Document
(); You can get the content using the javascript. For example: alert(editdoc.body.innerHTML) You can also set the content to the editor using the javascript ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 2, 2004
Re: Start uploading manually more than 1 files
Hi AlxReiter, Please try the example below, it will work for both uploader ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 26, 2012
Re: How do I clear the text using javascript?
Eli, Please call new
document
button using JavaScript. Menu/Button Function Description Template Item Save Saves the active content in the editor's content area Save New
Document
Creates a new
document
New Or use the following function. SetHTML() This method is ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 21, 2009
Re: File picker not working.
still not working. i put this code in. adn i get a stack overflow error. if i take the parameters out of the setTimeout line. the pop doesnt stay open. function callInsertImage(editorControl, textbox) { var editor1 =
document
.getElementById(editorControl); editor1.Focus
Document
(); var editdoc = editor1.Get
Document
(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Benava
on
May 5, 2009
The area you are attempting to access is forbidden
I have the Editor and and the filemanager button on the same form. I use the file button to upload an Attachment and the form for email text. The Editor works fine I can upload images...extra. The file manager button lists the above error message. Below is my code. Thanks ...
Posted to
Cute Editor for ASP
(Forum)
by
kris@aausports.org
on
March 23, 2009
Problem adding html
When I add html I can see the layout in the preview pane and the normal pane, but when I hit save everything disapears. When I just add some text and hit save...Fine When I add an image from my server...Fine. What could be the problem with this code for ...
Posted to
Cute Editor for PHP
(Forum)
by
luciddreamer
on
January 13, 2009
Javascript setHTML() won't set editor to a null value
I have an editor on a form created server side with the following code: CommentEditor.ID = ''TaskCodeComment'' CommentEditor.Text = sCurrentComment CommentEditor.FilesPath = ''ce/CuteEditor_Files'' ...
Posted to
Cute Editor for ASP
(Forum)
by
DanC
on
June 6, 2007
More Search Options
« First
...
< Previous
159
160
161
162
163
Next >
...
Last »