|
Browse by Tags
All Tags » javascript » scripts
-
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 = ...
|
|
|