|
Search
You searched for the word(s): Toolbar
Showing page 5 of 184 (1,834 total posts)
< 1 second(s)
-
Thanks Adam.I've found the cause of problems and hence have worked around. The editor was embedded in an Ajax Update Panel that seemed to cause the problems (a clash of technologies I suppose).
Now the spell checking works and all toolbar icons appear. I'm still concerned by the length of time it initially takes to load the first lot of ...
-
Hi,
Is it possible to have multiple editors with a single toolbar ?
I'm creating an Excel type form which has cells which will need basic formatting capabilities (e.g. bold, italic, bullet points etc.) and therefore it would make sense to have the cells controlled by a single toolbar, or perhaps dynamically assign a single ...
-
kiranpanjal,
Please open toolbar configuration files first. The Cute Editor toolbar configuration files, which contain XML, specify the toolbar configuration information of the Cute Editor instance.
To change the size of the built-in buttons, please change:
<item type=''g_start'' ...
-
clemarie,
Please check the following article:
http://cutesoft.net/developer+guide/index.htm#page=Howto_Change_layout_of_the_toolbars.htm
5. Put the toolbar items needed to be disabled into Editor.DisableItemList string.
Page: <CE:Editor id=''Editor1'' DisableItemList=''save, CssStyle'' ...
-
Markust,
Step 1. Create your own bold button and rename it to myBold.gif
Step 2. Copy it to the CuteSoft_Client/CuteEditor/Themes/ThemeName/Images/
Step 3. Open CuteEditorSolution\EditorWebsite\CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Default.config
Change
<item type=''image'' ...
-
hi,
from where i can change the toolbar icon, i want to replace the toolbar icon using my own image (not add new toolbar icon)
another problem is
i set ''AllowPasteHTML'' = false , ''EditorOnPaste'' = 'disabled',
in internet explorer, it did not allow me to paste, but 'paste' in firefox still ...
-
I have removed all [ and ] from my toolbar. The dropdown lists are not displayed correctly:
I would like to have the [ and ] reinserted, as separating the toolbar elements looks better, and of course the dropdowns should work.
I have noticed that the main focus is using toolbar templates, but I would like to set the ...
-
So, yes, that is the behavior I want. However, a couple of things:
1. I'm using IE 8 and in that demo, when I select the table, click on the highlight button, and then select a color, 90% of the time nothing happens - the color window just stays there and won't acept the mouse click input. So you have a big bug ...
-
No I get the same behavoir. Here is the page code for my test page. Is there some sort of CSS that I need to implement in order to get this to display ...
-
I use not ajax control.
please, u check code. thank you.
<%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''AdFaq.aspx.cs'' Inherits=''Admin_AdFaq'' %>
<%@ Register src=''../Ascx/AdminForm.ascx'' tagname=''AdminForm'' tagprefix=''uc1'' %>
<%@ Register ...
... 5 ...
|
|
|