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
17
of
325
(
3,244
total posts)
< 1
second(s)
Re: Get the properties of the active object
Hi AviPic, Please try the example below. Insert a image, add alt property ,select it and click the button. <%@ Page Language=''C#'' AutoEventWireup=''true'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 14, 2010
Re: How do I customise the Cancel All button
Please try the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head> <title>PHP ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
July 12, 2010
Re: Recovering from file transfer error
Hi, Please check this sample : <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 2, 2009
Re: set value to cuteeditor using javascript
Please use JavaScript API. http://cutesoft.net/developer+guide/scr/JavaScript-API.htm SetHTML() This method is used for setting the content of CuteEditor. Example: // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 6, 2009
Re: Problem : CE as file manager does not insert file in input.
The online demo is fixed. Please use the following code: <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html> <head> <title>Use CuteEditor as file manager -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
November 28, 2008
Re: File Manager Instructions
jay13, The source code of this example is included in the download package. <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> <html> <head> </head> <body> <h1>Use ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 3, 2008
Re: How gains edits the frame the choice content .
Getting the CuteEditor Instance In order to find the active editor, you would type: // get the cute editor instance var editor1 =
document
.getElementById('<%= Editor1.ClientID%>'); Getting the Active Editor Window In order to find the active editor window, you would type: // get the active editor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 6, 2007
Re: Advanced Topic -> Use Cute Editor as a File Picker not support in firefox
ltanate, Thanks for pointing out this issue. We've fixed it please use the following BLOCKED SCRIPT <Script Language=''javascript''> function callInsertImage() { var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 16, 2007
Re: OnUploadCompleted doesn't fire
I finally figured out the problem: // function submitbutton_click() { // if (!ValidatorOnSubmit()) // return ...
Posted to
Ajax Uploader
(Forum)
by
WebsterTompkins
on
October 4, 2012
Re: ToFullPage/FromFullPage (F12) does not restore editor position?
I think this was working OK in V5.3, but not 6.0, so we added code to actually position the DIV container (divEditor) for the Editor, like the following: if (sCmd==''tofullpage'') { try ...
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
May 7, 2007
More Search Options
« First
...
< Previous
15
16
17
18
19
Next >
...
Last »