|
Search
You searched for the word(s): cuteeditor 4.6'A=0
Showing page 552 of 966 (9,656 total posts)
< 1 second(s)
-
Hi,
I can't type polish letter ''ż'' in Cute Editor. Other polish national character I obtain without problem.
After typing ALT+z, all typed text is cleared (its seems like undo) .
Problem exists in Internet Explorer 7. Opera or FireFox working fine.
If i switch ''EnableClientScript'' to ''false'' then ...
-
creativemedia.dk,
>>1.) When you make a link, is it then possible to make the link open in a pop-up window? (no adressbar, no menu, no tools ect.)
Yes, you can create your own dialog. Please check the following example:
Add custom dialogs
>>2.) Is it possible to move the ''Preview button'' that is ...
-
It seems the default behaviour of CuteEditor is to focus after calling SetHTML. In my application I am loading information from the database that has previously been entered, but they have a long form to fill out. The SetHTML is called on page load, but for some reason the editor still commands focus.
I have set the focus ...
-
Hello,
When I try to insert an anchor somewhere in my text, it always ends up at the top of the content. This phenomenon can be seen here: http://cuteeditor.vps501.serverpark.be/index.php
However when I do it in the demo on the phphtmledit.com site the anchor shows up at the position of my cursor.
My install is ...
-
I have CE integrated in my page:
<?php
$editor=new CuteEditor();
$editor->ID=''nw_body''; // same ID as your textarea
$editor->Text=$row_DetailRS1['nw_body']; // Set ...
-
Hi I have a lincense for the 5.3 editon, and I think I´m entitle to get the 6.1 version upgrade. I did the download and replaced the bin files and the Cuteeditor folder. However, the editor is not working... Do I need a new license for it? Am I missing something?
Thank very much,
Rodrigo
-
My client called me a while ago, telling that her site was looking odd with firefox. When I went to see it, I saw that part of the text she had written there did not keep inside box it was intended. When I looked at sourcecode, i realized that there was mistake with span and div taks - they closed in different order than they opened. When I ...
-
Hi,
I have a problem here I have spent hours with!
the page has a cute editor placed in a 'lightbox' (customized div has a absolute position with display set to none or block). the problem comes when I switch the lightbox on to display the cute editor, the light box always stay 0 height. picture here:
I ...
-
jscadden,
To add a server control, please use the following example. RichDropDownList doesn't support server side event. You need to use the regular ASP.NET DropDownList:
<asp:DropDownList ID=''DropDownList1'' runat=''server''></asp:DropDownList>
How ...
-
Please use the following method:
Editor.SaveFile Method
Saves the contents of the Cute Editor to a file.
[Visual Basic]
Public Sub SaveFile( _
ByVal path As String _
)
[C#] ...
... 552 ...
|
|
|