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
174
of
408
(
4,076
total posts)
< 1
second(s)
Re: Process Files Individually
Hi all, Please download the last version. Now uploader provide 3 new
javascript
event , here is an example for it ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
May 5, 2009
Re: How to start manual upload
Rohan, That is a client side behavior and must be controlled by
JavaScript
. use startupload() function to start upload the selected files. var uploadobj=document.getElementById('<%=Uploader1.ClientID %>'); uploadobj.startupload(); Please check the html code of ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
January 14, 2010
Overriding dialogs
How can I override the standard dialogs with my own dialogs? My dialogs has a very specific design and add some custom attributes to the <a> tag, e.g. <a href=''#'' my_id=''123''>. Can this be done? Is there a
Javascript
API that I can use to update tags like <a> and <img>?
Posted to
Cute Editor for .NET
(Forum)
by
JakobChristensen
on
March 2, 2005
Re: How to getSelection ?
CED. You can use the following code to get the editor: var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editor1doc = editor1.GetDocument(); Now you can get the selection and write your
JavaScript
code: For example: if(editor1doc.selection.type=='Control') { ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 10, 2004
Re: During upload is in progress i need to change text of InserButton to "Uploading...."
Hi, Yes, the API is //Fires when upload is stopped and not do postback function CuteWebUI_AjaxUploader_OnStop() { var hidden=this; hidden.internalobject.insertBtn.style.display='' } And you can refer to all API at ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 14, 2013
Re: New custom conversation without messenger interface, offline message tracking and notification
Ok, I managed to solve the first issue by cross window
javascript
calls. Still working on the other two.Can't help to wonder: is there no support for this? No team/person to help potential or paying customers? Documentation is very brief, the forum is very very short on info...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Atr3ides
on
April 11, 2009
Re: Upload button works only after second press + Javascript errors
Hi antiflu, Can you send me your uploader page url? So I can check it for you. Kenneth@CuteSoft.net Regards, Ken
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 9, 2012
Re: Adding javascript on text area
>>It has a text counter Yes, if you use Cute Editor version 6.x, there is a built-in character counter and word counter.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 2, 2009
Re: Writing Javascript in Cute Editor
Thanks a lot for your answer... Do you have an exemple of code parsing the text, finding JS scripts and comment out it ? Thanks in advance...
Posted to
Cute Editor for .NET
(Forum)
by
Haderach
on
October 18, 2004
Re: Firefox not populating dynamic form fields
One last comment, just to be clear:The way my page posts the form data is this: On the drop-down menus, I have an onchange event handler that calls a
javascript
function:<SELECT name=''LocationID'' id=''LocationID'' onchange=''SubmitThis(this)''>The
Javascript
function looks like this: I have to change the action because normally the ...
Posted to
Cute Editor for ASP
(Forum)
by
Kevin Rogers
on
September 21, 2006
More Search Options
« First
...
< Previous
172
173
174
175
176
Next >
...
Last »