Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): javascript
More Search Options
Showing page
3
of
408
(
4,076
total posts)
< 1
second(s)
Re: CuteWebUI_AjaxUploader_OnStart() Not being called!
I've narrowed down the problem a bit more: It seems that when the uploader is in the view plainly it will call all the
javascript
functions no problem. But when i put the uploader into a view that is added to another view using render action It won't call any of the
javascript
functions. So my code that isn't working ...
Posted to
Ajax Uploader
(Forum)
by
patriciav
on
August 18, 2009
Re: DNN Javascript event for save button
Using this code-snip in the TextEditor.ascx but fails to connect it to the event... <script language=''
JavaScript
'' type=''text/
javascript
'' > function HandleEditorCommand(editor) { if(event.command.toLowerCase()=='help') { alert(''You click the help ...
Posted to
Cute Editor for .NET
(Forum)
by
amek
on
November 13, 2006
Re: Ajax Uploader Start-uploading-manually and validate page controls with out using javascript
Hi gopalnivas, Below is the manual start upload example <%@ 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
Kenneth
on
March 7, 2012
Re: How can i change the MaxFileLimit by Javascript in runtaime.
Hi ksanjay, The example below shows you how to handle the max file limit by
javascript
. In the example below I set the max to 2. <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2012
Re: Javascript to set focus
Dear surrounding, Please try the following code: function setFocus() { // get the cute editor instance var editor1 = document.getElementById('<%=editor.ClientID%>'); editor1.FocusDocument(); } You ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 27, 2010
Re: Rendering a rich Text control in Javascript
Hi jgreenjr, Try the example below <%@ Page Language=''C#'' AutoEventWireup=''True'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 29, 2009
Re: MaxFilesLimit javascript
Hi, Currently not. But you can use the CuteWebUI_AjaxUploader_OnSelect event to do custom limitation. Please check this sample ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
April 17, 2009
Re: change the working area size within javascript
SetWidth() This method is used for setting the width of CuteEditor Example: // get the cute editor instance var editor1 = document.getElementById('<% = Editor1.ClientID%>'); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 14, 2008
Re: How to insert text to Cute Editor by javascript
jeremias_t, Yes, we have.
JavaScript
API: PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 24, 2008
Re: javascript validation before save
Shawn, 1. Understand how to retrieve the content of CuteEditor as HTML Method Description getHTML() This method is used for retrieving ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
February 12, 2007
More Search Options
< Previous
1
2
3
4
5
Next >
...
Last ยป