|
Search
You searched for the word(s): cuteeditor 4.6'A=0
Showing page 223 of 966 (9,656 total posts)
< 1 second(s)
-
We have a project with CuteEditor, which should be used by external companies. The internal version displays the bar of the CuteEditor correctly, but the external version (should be a copy - the admin says it is) displays the font and size boxes very wide - and so does not display the file attachment buttons. How can this be changed? I use the ...
-
Hi huatz, Please try the example below. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<%@ Page Language=''C#'' %>
<html>
<head>
<title>ASP.NET WYSIWYG Editor - Use CuteEditor as an image selector</title>
...
-
Hi Kenneth,
I was so far already, and i have tried to do some attempts to write my own zend_form_element for cute editor but failed.
And i have several problems doing that because Zend Framework used a class loader for loading classes and
Second point is that i have to connect the id from zend_form to $editor->ID ...
-
Dear pbwbart,
You can open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'', you will find the following line in this file:
<div id=''divpreview''>
<img id=''img_demo'' alt='''' src=''../Load.ashx?type=image&file=1x1.gif'' />
</div>
If you remove <img id=''img_demo'' alt='''' ...
-
Hi srp10,
Please test the example below, it shows you how to add a custom button into toolbar of editor and change the selected text to you own format by this button.
<%@ Page Language=''C#'' %>
...
-
davedr: pbmartin:
Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML. So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without ...
-
Eric - I've now got my add, edit, and display webpages working in my notes application working with CuteEditor integration. My legacy notes work, too, but they are all run together sentences. I can live with that. I'm able to edit them with CuteEditor, so I can touch them up and make them look good now with all the features in ...
-
I have tried the following code, it will not change your html code, please follow adam's advice, download latest version and try it:
<%@ Page Language=''C#''%>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<html>
<head>
<title>JavaScript ...
-
Hi there,
I'm evaluating CuteEditor and I've encountered two problems. For now, I'll talk about the later because it is essencial to continue with CuteEditor.
I have this text in a CuteEditor loaded from an aspx page:
Once in the <a href=''http://www.cnn.com/''>far west</a>.
On HTML mode, I then change the url ...
-
I am tabbing from a asp.net textbox to cuteeditor. When I tab to cuteeditor, it focuses on the outer control as opposed to placing the cursor in the box to allow immediate typing. With the focus on the outer control, I cannot immediately start typing. Instead, I need to use the mouse to focus the cursor in the box.
Now, I notice on this ...
... 223 ...
|
|
|