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
47
of
169
(
1,685
total posts)
< 1
second(s)
Re: MAJOR shortcoming with hyperlink button
sgilboy, I just wrote a fix for this. And I've tested it. It works. You can test it in our online demo. In WinIE.js, you will find the following code from line 481 to line 494. if (FSrc&&(selectedRange.htmlText != '''')) { ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 21, 2004
Re: Wrong <SCRIPT/> tag formatting
Hi Herev, I tried save the content into the HiddenField control, it still works fine for me. Below is my test example<%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 22, 2011
Re: Problem of GetSelection() in IE
Hi Adam, I tried the code in IE. Please have a look and give a suggestion. Code:- var e1 =
document
.getElementById('<% =Editor1.ClientID%>'); var editdoc = e1.Get
Document
(); var editwin = e1.GetWindow(); var rng=null,html=''''; if (
document
.selection && ...
Posted to
Cute Editor for .NET
(Forum)
by
maximus392
on
November 6, 2008
Re: Style tag in Head tag problem (removed by editor)
Ok, probably the final word on this, unless CuteSoft support can solve my final issue below. As Andy pointed out, the STYLE in the HEAD tag is not stripped out if you set the following property on the editor... Editor1.EnableStripStyleTagsCodeInjection = false; This is great and appears ...
Posted to
Cute Editor for .NET
(Forum)
by
MarkMyWords
on
July 25, 2008
Re: Word content not pasting into cute editor
Hi mohaamsc, Can you reproduce this issue on http://cutesoft.net/example/general.aspx? If so, please send your test word
document
to Kenneth@CuteSoft.net and show me the steps to reproduce this issue. I will check it and get back to you as soon as possible. Regards, Ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 2, 2011
Re: Document Selector Case problems with master page
OK - it is all working now. I had a problem with not checking for page.IsPostBack on one of my routines that was causing the text fields to be cleared...
Posted to
Cute Editor for .NET
(Forum)
by
MITFrog
on
May 17, 2007
Re: PDF corrupted using document upload
if there are no other ideas I would recommend the pdf file repair tool, I think it is the easiest way
Posted to
Cute Editor for .NET
(Forum)
by
sarcozy
on
December 24, 2009
Re: How to set cursor at specific point?
Cute Editor doesn't provide this kind of API. You can use the following API to get the editor
Document
objet and implement your own method: Getting the Active Editor
Document
In order to find the active editor
document
, you would type: // get the active editor
document
var editdoc = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 20, 2007
Re: Problem of GetSelection() in IE
Hi Maximus We have the following code which we have been using to select text. This was on the forums a couple of years ago, I have tried the new example above and this seemed to work fine for me (altho I only did a quick test). Anyway hope the below helps. function getLinkHTML() { // get the cute editor ...
Posted to
Cute Editor for .NET
(Forum)
by
AndyFel
on
November 6, 2008
Re: zoom the working area of the editor
SetWidth() This method is used for setting the width of CuteEditor Example: // get the cute editor instance var editor1 =
document
.getElementById('<% = Editor1.ClientID%>'); // setting the width of CuteEditor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 14, 2008
More Search Options
« First
...
< Previous
45
46
47
48
49
Next >
...
Last »