|
Search
You searched for the word(s): document
Showing page 112 of 325 (3,244 total posts)
< 1 second(s)
-
I'm currently evaluating CuteEditor and have a snag with js events and postbacks.
In essence, when the page intitially loads, I can attach events fine, it works. However, once the page has been posted back, the events are not attached (unless the text in the cute editor has changed).
From what I can gather, the ...
-
CE appears to be shrinking content to fit into a page when printing.
Images that I insert into the CE editor are getting shrunk when being printed. So is text.
To demonstrate this, I start by placing this code in Microsoft FrontPage and printing it:
<html>
<head>
...
-
Can you help me?
I see a lot of fixed things in V6, but not a lot of new features.
There are a couple of critical needs not being fulfilled: rulers, Word .DOC support and collaboration.
To be a realistic tool for office document editing (i.e. word processing), CE should provide ruler functionality both globally and ...
-
This is related to my earlier post on trying to detect if a user has selected ONLY an image. I may just be missing this somehow in the documentation, but in the last statement of the following code, what are the possible options after 'editor1doc.selection.' and, more specifically, after 'editor1doc.selection.createRange()'?
var ...
-
I have a page with a button and Cuteeditor in it.When I click the button,a popup will appear.On that popup i have a textbox and an insert button. When I click that button,the value which the user entered in the textbox has to be displayed in the cuteeditor textarea. This has to be done using Javascript.
Note
1.I am working in ASP.NET+VB.NET ...
-
CoffeeCat:Hi,I didn't find the document for this purposeSince the versions of .Net are different Community Server 2.1 for .Net 1.1 Cute Chat for .Net 2.0 (1) database: the same(2) DLL files I need to create a new .Net 2.0 application in IIS, the put the Cute Chat DLL files in it, but it ...
-
Hi,
I am using version 5.2
In both IE and firefox i am receiving a weird spacing issue around
punctuation
When i copy and paste plain text from a word document, using ''paste plain
text''. It all looks fine, then i hit submit and preview the posted version i
receive extra spaces ...
-
Thanks Adam,
I have tried it and am now encountering a javascript error ''obj_editor1'' is undefined
The code is below:
========================================
<script language=''JavaScript'' type=''text/javascript'' > function insertReviloDownload(editor) ...
-
I am using the advantage of template keywords (contentEditable,unselectable) to edit a restricted area on a document.
Below is the standard definition of an editable region on my default xml file.
<div id=''EditLayer4'' contentEditable=false unselectable=''ON'' align=''left'' style=''position:absolute; overflow:hidden; display:none; ...
-
>>why does clicking the buttons on the toolbar perform the function properly but when I use the ExecCommand function, they don't?
It should work. Please use the following code:
// get the cute editor instance var editor1 = ...
... 112 ...
|
|
|