|
Search
You searched for the word(s):
< 1 second(s)
-
Hi again,
Well I found my problem :
In my application, I save both the html code and the plain text. After reading some posts, in order to upgrade, I have used request(''Editor1'') to get the html and Editor1.PlainText to get the plain text.
Of course, this doesn't work out (for the data validity) because after a postback, I store the ...
-
Adam,
No, that doesn't do the trick !
I'll start a new project from your demo files and add my stuff on top to see where the problem lies.
Thanks again,
Julien
-
Hi Adam,
Thanks for your rapid response.
_ I have copied all files/folders from v5/bin and cuteSoft_Client
_ I use the licence coming with the demo (can I use my old licence file ?)
_ I have no problems using the demos (with a localhost virtual dir on IIS)
Code to render the Editor :
.aspx : <CE:Editor ...
-
Hi,
Yesterday, I decided to upgrade my Editors from v2 to v5 (big step). After some small issues, everything finally works...(almost !)My application uses a db to store and retreive the Editor's content. Whatever I type in the Editor is converted to ...#1#ed...It goes like this into the database, so when I retreive the data back from the db, it's ...
-
Hi PNR,
Have you tried something like this ?
Dim sw As StreamWriter = New StreamWriter(server.mappath(''myfile''))sw.Write(Editor1.PlainText)sw.Close()
It worked out ok for me.
Also, on IE6 / win2K I had to add permission to ASPNET user.
On IE6 / win2003server, it was not enough, I had to add permission to IIS and IWAM ...
-
hmmmm...too bad, I find it quite nice all ready !
Do you have a schedule for this release ?
Julien
-
Hi Adam!
I like this test page...How can I create the same on my site ?
thx
-
Hi again !
I saw in another post that one could register a button and then use it with the template property...I guess this might solve my problem !
Where do I get v2.2, if I don't receive it from you ?
Thanks
Julien
-
Hi !
I'm a new customer since last friday, and I have been working around CuteEditor during all week-end. Sofar, it looks really great. I was able to add buttons, and stuff, but I have a strange behavior when I try to add buttons to the toolbar by hand, instead of using the template. Here is some code ...
|
|
|