|
Browse by Tags
All Tags » javascript
Showing page 5 of 6 (54 total posts)
-
I am experiencing undesirable behavior when attempting to paste HTML code with embeded java script.
SAMPLE:
First I have turned off the strip script behavior by setting the ''EnableStripScriptTags=False'' which allows for embeded javascript.
Next, I copy my code into CE while in the HTML mode; ...
-
Hi All,
Is there a way to populate or modify items of the dropdown from javascript?
Thanks for your help
-
Greetings,
I have a need to implement MathML (a standard of XML to display mathematical equations) in the editor. I have found some applets for input and view of the MathML. I've added a custom button which opens a custom dialog in order for the user to input his equation in the Input Applet. When the user hits OK, the ...
-
Is there any sort of updated and/or expanded JavaScript API for version 6? For example the editor.ShowDialog method...what do all the params mean?
-
i've been using a popup window to populate my content in the textarea of the Editor. So you can use the <%=editor.ClientID%>, but it doesn't help you if you're trying to access the CuteEditor from another page (or popup window). So you can still use the javascript API, but instead of using :
var editor1 = ...
-
I tried the <script> tag to try and run that part as VB but I get errors this way also. Here is what I have...<script src=''CuteEditor_Files/include_CuteEditor.asp'' language=''vbscript'' runat=''server''><%Dim editorSet editor = New CuteEditoreditor.ID = ''Story''editor.Text = ''Hello World''editor.Width = ...
-
I am getting a JScript error in the file winie.js when I do the following:1. load my application page w/ the editor in it.2. switch to HTML view.3.
Paste the
following text:
<embed
style=''width:400px; height:326px;'' id=''VideoPlayback''
type=''application/x-shockwave-flash'' ...
-
Using the editor at http://cutesoft.net/example/JavaScript-API.aspx (in IE6 or Firefox), I encounter this problem when I do the following:1. switch to HTML view2. delete all the text in the editor and paste in the following:<object width=''425'' height=''350''><param name=''movie'' ...
-
I am using the editor with the property EnableStripScriptTags set to ''false'' so I can have script in my html being edited. The script is retained when I switch between Normal and HTML views. However, in my application there are times when I need to load different text into the editor using the Javascript API call to setHTML. It ...
-
Hi,
I need a javascript function that will check if the editor has been left empty?
1. How do you do this?
2. Please supply example code
appreciate this,
Gary
... 5
|
|
|