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
35
of
408
(
4,076
total posts)
< 1
second(s)
Re: How to customise the max length javascript message ?
Is it possible to display how many characters are still left to enter in the bottom status bar of the Editor please? I don't see the word / character count if I have set following properties: ShowBottomBar=''False'', MaxHTMLLength=''500'' MaxTextLength=''500''. I don't want to show 'HTML View', 'Normal View', or 'Preview' tags tat appear on the ...
Posted to
Cute Editor for .NET
(Forum)
by
piyushvarma
on
May 10, 2010
Re: Javascript - How can I retrive the Character count?
I guess I didn't explain myself very well I went down the 'getHTML' route. :) function chkTxtLength() { reTag = /(<([^>]+)>)/ig; contentVar = editor1.getHTML(); contentVar = contentVar.replace(reTag, ''''); return contentVar.length;} The number outputted by ...
Posted to
Cute Editor for ASP
(Forum)
by
ethanmcdonald
on
October 9, 2009
Re: Javascript error when changing AllowCreateFolder to false
In your code in each dialog you are using if ($AllowCreateFolder!=''true'') { echo ''alert('''.GetString(''NoPermission'').''');''; echo ''return;''; } The command GetString(''NoPermission'') is returning a string containing a ' which breaks the alert ...
Posted to
Cute Editor for PHP
(Forum)
by
Glenn
on
May 5, 2009
Re: URGENT HELP: Javascript Error Access Denied (IE) Support-Visitor-Monitor.js.aspx
Hi, It is true that the error message on IE was gone after I did the above changes, I now tried going online from my machine and I tried browsing from another machine and apparently the visitor monitor is not working..... Any ideas about this ? You can check the link above for the visitor monitor code I ...
Posted to
Cute Live Support
(Forum)
by
Mahyar
on
February 20, 2009
Re: Manipulating Javascript
Adam, I dont know how to try the example. There is no submit button. The script only gets cut out when saving the html NOT in the preview. Anyway, we have downloaded and installed the control again. We have also checked all settings and made shure that editior.EnableStripScriptTags = false; is set! It still does not ...
Posted to
Cute Editor for .NET
(Forum)
by
edgarJakob
on
February 13, 2008
Re: Using the element object from javascript
This is just what I needed.Thanks Adam.Another question:I'm using the DIV tag to put in the editor objects with my own information (last question). I'm using the DIV tag because I want it's behaviour for my objects. I want to be able to move and resize it.When the user selects Properties, the dialog shows the DIV properties (DIV, General, Style ...
Posted to
Cute Editor for .NET
(Forum)
by
lalala
on
December 8, 2006
Re: Fire a javascript event after netSpell finishes
HC_Dev, Please open the spell.js. At the end please add the following code: function endCheck(){ if (showCompleteAlert) alert(''Spell Check Complete''); //put your
JavaScript
here: closeWindow();}
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 25, 2006
Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"
Dear Kenneth, Here are the ...
Posted to
Cute Editor for .NET
(Forum)
by
webon
on
January 21, 2016
Re: how to disable the editor and hide the tool bar by javascript?
thx Ken, that's ok. In this case I have to force another ajax post to disable the editor which will still show the tool bar in the meanwhile. depending on the Internet connection, it's sort of the only way although still anoying~~~ Hopefully, in the new version cute editor can provider more client side API.
Posted to
Cute Editor for .NET
(Forum)
by
wolf11th
on
May 4, 2010
Re: add files to the uploader through javascript without using the browse window
Hi, This mode is not supported currently . Because the browser do not allow websites access the user file system directly. We will do more for special customers if their users set the browser to allow the website install ActiveX or run Scripting.FileSystemObject Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 8, 2009
More Search Options
« First
...
< Previous
33
34
35
36
37
Next >
...
Last »