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
65
of
325
(
3,244
total posts)
< 1
second(s)
Re: Some customization needed
The example code is well
document
ed and straight-forward. function CE_attachEvent() { // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); //Get the editor content ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 11, 2005
Redefinition of a skin's
That fact, that files of a skin are born in separate folders, speaks about that that change of standard styles on the is supported. There is not clear a contents of a file layout.jsWhether that is necessary that to redefine in this file?Whether there is a
document
ation on the coded functions? Layout.jsvar ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
NetProgrammer
on
March 29, 2005
PAID Customer question: InsertText question
I'm able to insert text into my editor using the following javascript: function InsertText(text) { EditorID = ''bodyID_editBox''; var editor =
document
.getElementById(EditorID); editor.focus(); var sel = editor.
document
.selection.createRange(); if (editor.
document
.selection.type == 'Control') { return; } sel.pasteHTML(text); } ...
Posted to
Cute Editor for ASP
(Forum)
by
joshkerr
on
October 21, 2004
Re: How to insert content in editor
azaldivar, Try Change to the following line: Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1','Testing...')'') to: Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1_editBox','Testing...')'') Or you can use the JavaScript function in the addcustombuttons.aspx. <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 19, 2004
Re: Upload button Enable
Hi, Finally i achieved by this way; The solution is. <script type=''text/javascript''> var ClickedUploderId = ...
Posted to
Ajax Uploader
(Forum)
by
kalees1980
on
August 16, 2012
Re: Filter Out Filenames by Extension
>>That works for 'downloadable files', but I want to restrict what's displayed when they 'insert hyperlink'. It also works for 'insert hyperlink' button. >>I need to modify the filenamePattern for that, correct? No. Restricting
Document
Files by Extensions and ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 8, 2007
Re: Get Image name from Image Gallery
Hi narendrababu, 1. Open file \CuteSoft_Client\Gallery\Layout\Classic\Code.js 2. Find section below img.onclick=ToDelegate(this,function() { this.Browser.ShowViewer(div.dngphoto); }); 3. ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
December 3, 2013
Re: EditorOnPaste="PasteWord" differences from your sample
Do not know I can tell which EditorOnPaste setting it is set to, anyhow it doesn't really matter. As you can see from my other posts I have been struggling with issue and none of the EditorOnPaste settings are gonna meet my needs. The problem is mainly that none of the options handles the mismash of word versions and word options and ...
Posted to
Cute Editor for .NET
(Forum)
by
zaggle
on
July 17, 2008
Re: innerHTML of document
Adam: In your example the cuteEditor already exist and hence u click and button hve onclick event fired and do something. Try doing in onload like setting innerHTML on load. It works only sometimes.>>>>>:)
Posted to
Cute Editor for .NET
(Forum)
by
Pintod
on
September 13, 2005
Re: How to use LinkTree
Hi accounet, This is the link tree dorpdown list. You can edit it in file "cuteeditor_files\Configuration\Shared\Common.config", the section below. Here is the
document
which shows you how to custom the link tree dropdown ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
May 6, 2013
More Search Options
« First
...
< Previous
63
64
65
66
67
Next >
...
Last »