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
185
of
408
(
4,076
total posts)
< 1
second(s)
Re: Want to integerate cute chat messenger in exisiting site.
Generel it will proberly give you some problems. Not to launch a webpage, you can do that in the body.onload with a
javascript
, but it will proberly be blocked by popupblockers anyway. If the messenger works like the chat, then you need to implement 3 interfaces, so that you can login automaticly. The help on this site is fine on implementing the ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
temi
on
May 21, 2005
Re: visible borders disabled by default
In the CuteEditor_Files/Scripts folder, edit ''insert_table.aspx'' and change line 16 which is a
javascript
code declaring var editdoc and find ''border=1'' in that string and change it to ''border=0''. Line 16: Scroll over and find this: And change it to: <!-- Inject Script Filtered ...
Posted to
Cute Editor for .NET
(Forum)
by
ScottWillsey
on
August 16, 2004
Re: CuteEditor 2.0 and control events
Chris, Sorry for the late response. Surprised to listen that, actually I've been investigating this issue since you post this message. We use the same method in our datagrid example: Populating the Editor from the dataset in the Page's Load event. Capturing a ''Save'' button click on the server. Updating the database. Loading the changed ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 19, 2003
Re: Invalid Property JavaScript error
frJericho: I found this same error when click on the ''Row properties'' and also the ''Cell Properties'' buttons. Please try the online demo again. If it works for you, please download the latest build.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 14, 2010
Re: How can I dynamically set the EditorBodyStyle from JavaScript?
Hi gll1559, We have fixed this issue, please download the latest build at http://richtexteditor.com/download/richtexteditor.rar and try again. Regards, Ken
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
March 28, 2014
Re: Not Loading correct Loader javascript for IE8
We had a similar problem when users had Google ChromeFrame installed. It altered the UserAgent string sent to the server, and the editor gets tricked in to loading the wrong file.
Posted to
Cute Editor for .NET
(Forum)
by
MMCD
on
April 9, 2010
Re: How do I clear the text using javascript?
Hi, I found this http://cutesoft.net/forums/thread/36688.aspx but I am not sure how to wait till the object is ready would you have a solution?
Posted to
Cute Editor for .NET
(Forum)
by
esack
on
May 25, 2009
Re: Javascript Get Toolbar Height
Rob, If the editor ID is ''Editor1'', the toolbar ID will be ''CE_Editor1_ID_ToolBar''. So you can use document.getelementbyid to get this element then get the height of it.
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
February 2, 2009
What is the correct way to set width and height of the editor in Javascript
Adam, Can you provide code for both IE and FireFox? SetHeight doesn't work SetWidth doesn't work. Both return Object doesnt support this method. Thanks, FredD
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
February 26, 2008
Re: Get speed of uploader by javascript
Hi, Yes, you can calculate the speed by this way: if(enable) { var span=new Date().getTime()-begintime;//ms var bytesPerMillisecond=uploadedsize/span; var kbPerSeconds=Math.floor(bytesPerMillisecond*1024/1000); } Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 21, 2008
More Search Options
« First
...
< Previous
183
184
185
186
187
Next >
...
Last »