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
122
of
325
(
3,244
total posts)
< 1
second(s)
Re: FileUploaded event is not fired!
Hi cassini, You have missed the following script <script type=''text/javascript''> function submitbutton_click() { var submitbutton=
document
.getElementById('<%=SubmitButton.ClientID %>'); var ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 8, 2008
Re: Can't attach event
Vincent, >>My editor is called Editor: Does it mean you set yout editor ID as ''Editor''? Can you post the whole configuration code? Adam Getting the CuteEditor Instance In order to find the active editor, you would type: // get the cute editor instance. In the following example, ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 28, 2006
Re: Problem writing custom functions
Ken, This is another sample code for ASP version that shows customized buttons. Please check your mail box. I sent the whole source code to you today. <script language=''JavaScript'' type=''text/javascript'' > function Paste_Html1(editorID,value) { EditorID = editorID+''_editBox''; ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
April 5, 2004
Re: How to Hide Cancel all Uploads Button
Hi adyboy369, Please try the following code: how to hide some buttons when uploading: <?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 ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
June 21, 2011
Re: Is it possible to show files sizes and files icons beside files name in "Start uploading manually" example?
Hi, You can draw your own table like this : (read the code , and the merge it to the 'manually example') <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
December 13, 2008
Problem writing custom functions
I am trying to write a custom function that replaces text in the
document
. The following code is supposed to replace highlighted text with the string 'xxx' but instead just inserts 'xxx' into the
document
. In other words, it is supposed to replace the selected text -- but instead just inserts before it. Help! The pasteHtml method is doing ...
Posted to
Cute Editor for ASP
(Forum)
by
caboken
on
March 30, 2004
Re: cannot insert a document.pdf in div
Hi ludwig, We have released a new build, can you try it again? Online demo http://richtexteditor.com/demo/ Latest build download url: http://richtexteditor.com/download/richtexteditor.rar Regards, Ken
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
October 18, 2013
Re: Problem removing items from the ContextMenu
Hi, You can find the settings under "\cuteeditor_files\Configuration\ContextMenuMode\Default.xml". Please clean your browser cache after changed to try again. Below is the new code which match the requirements your sent, please try ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
October 11, 2013
Re: Absolute URL for Images and not HREF
Dear cosmonaut, Please follow steps: 1. Save the following code to edithtml.php, and copy it to your cuteeditor installation folder <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
May 9, 2011
Re: Number of uploaded files
Hi jerry2, Try the example below, in asp version there is not method the get the instance of the upload file, so you need to save it first. <%@ language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
December 16, 2010
More Search Options
« First
...
< Previous
120
121
122
123
124
Next >
...
Last »