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
137
of
325
(
3,244
total posts)
< 1
second(s)
Re: Need documentation to the whole Javascript API
Dear Sergejack, Please try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>JavaScript API</title> <link rel=''stylesheet'' href=''../example.css'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
April 28, 2011
Re: Enable Insert Menu Items - Urgent
CrazyK: Please refer the image attached. when you select an image and right click, all the items except for image in Insert menu is disabled. How can i enable them or particularly i want to enable the
document
menu item. See the image attached. Need urgent help. We've discussed this issue again. You are ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
February 2, 2011
Re: Force spellchecker to run?
hi cheryll, Try the new example <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 31, 2010
Re: Javascript Not Working in Firefox
Hi MDCragg, Try this way Do not use server button to add the text, use input, like below. <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 2, 2009
Re: Ajax uploader getting problem in firefox 3.0.14
Lakshmi, Please check this sample: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <script runat=''server''> protected override void OnInit(EventArgs e) { base.OnPreRender(e); tbnothing.Attributes[''onclick''] = ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
September 24, 2009
Re: Editor Unusable under certain circumstances in Safari
bczengel, Please check this ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 2, 2009
Re: problem with GetSelection() in IE
Laurent, The selection is an object. So it's nothing wrong. Please use the following code: function getSelectedHTML(){ var rng=null,html=''''; if (
document
.selection && ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
November 13, 2008
Re: Basic Evaluation Question
Mike, >>but I don't see any
document
ation in the trial download, You can find two
document
files in the
document
folder. a. Class reference b. Developer's guide >>I am uploading files, but to where? How do I specify the upload directory? void Uploader_FileUploaded(object ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
August 28, 2008
Re: Client Side Events
Hi ryanstinson, Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton'' then the uploader script would replace the AnotherButton.onclick=.. You can replace it by this way : <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 23, 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
More Search Options
« First
...
< Previous
135
136
137
138
139
Next >
...
Last »