Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
147
of
4,987
(
49,864
total posts)
< 1
second(s)
Not there yet
Ok, this is what I tried: (Attempt 1) Protected WithEvents Editor As CuteEditor.Editor
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
'Dim Editor As New CuteEditor.Editor
...
Posted to
Cute Editor for .NET
(Forum)
by
ryager
on
December 4, 2005
Re: executing code after paste from word
Hi dbots,
How to execute code after paste command
<%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 28, 2012
Re: How to get SiteRelative link from FileManager Editor
Hi Adam,
Your solution is works fine.
But
In the meantime, I've created my own solution :)
I changed my JS function code as follows and works fine ...
Posted to
Cute Editor for ASP
(Forum)
by
sedatkumcu
on
December 21, 2009
Re: Huge amount of spaces in Media params
lwb1962: In the Media tool I am seeing this amount of white space in the embed params; is there a way to clean this up? This is only happening in the OBJECT tag, not the EMBED tag. <param name=''autoStart'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 24, 2010
Re: Paste dynamic Server.Transfer
You can
javascript prompt to gather information from the user.Example:<script runat=''server''>
void Page_Load(object sender, System.EventArgs e)
{
CuteEditor.ToolControl tc = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 27, 2005
Re: Select file dialog does not show on IE8
Hi WebsterTompkins,
Can you try the example page below? Does it work? The file will upload to your site ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
April 17, 2013
images upload problem
insert image : Microsoft VBScript runtime error '800a004c' Path not found /sss/cuteeditor_files/Dialogs/browse_Img_gallery.asp, line 103 my editor codes:
<%
Dim editor
Set editor = New CuteEditor
...
Posted to
Cute Editor for ASP
(Forum)
by
ilhan
on
February 11, 2010
Re: ....mdb" is not a valid virtual path. but it's is there.
Hi Adam
The file structure is like this, and i cant place the database in another folder bc of security.
d:/
-web/
-localuser/
...
Posted to
Cute Editor for .NET
(Forum)
by
aero
on
January 16, 2007
Re: hitting enter causes <div> </div> to be added
Hi eatsubway,
Two options
1.
Add the HTML filter, try the below example
<%@
Page
Language=''C#''
%>
<%@
Register
Namespace=''CuteEditor''
Assembly=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 27, 2010
Select image with ExecCommand('insertimage') and write path to textbox
Does anyone know how to use the editor1.ExecCommand('insertimage'); to upload and select an image and have the Insert button cause a textbox to be filled with a path to the image file?
Here is the javascript I have tried but doesn't write path back to imageFld textbox:
function callInsertIMG()
...
Posted to
Cute Editor for .NET
(Forum)
by
mlc962
on
May 19, 2008
More Search Options
« First
...
< Previous
145
146
147
148
149
Next >
...
Last »