|
Search
You searched for the word(s): Toolbar
Showing page 69 of 142 (1,418 total posts)
< 1 second(s)
-
Dmitri,
There is a easier solution.
Please open you toolbar configuration file.
And change the following code:
<item type=''dropdown'' name=''CssStyle'' width=''50'' RenderItemBorder=''true'' text=''[[CssStyle]]'' command=''CssStyle'' />
to:
<item ...
-
i had made a dropdown in toolbar of cutesoft editor and
i am using following code to paste the HTML in text area of cute soft editor.
dropdown.Attributes[''onchange'']=''[CuteEditor_DropDownCommand(this,'PasteHTML')]''; but before this text should be pasted in editor,
i want to delete all HTML or text , present in the text area of the ...
-
Raghu,
Please check the Editor.CodeViewTemplateItemList Property.Editor.CodeViewTemplateItemList Property:The toolbar items used in the editor Code View going to this string. Example:CodeViewTemplateItemList=''Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll
Please note that only buttons are supported in the HTML ...
-
dstpierre,
Please modify the toolbar Configuration File.
The CuteEditor toolbar configuration files, which contain XML, specify the toolbar configuration information of the CuteEditor instance. These configurations are applied using AutoConfigure property. The Full.config configuration files can be thought of as the master ...
-
Hi
Just retested and unfortunately there are still problems sorry.
The first one is that the toolbar does not show which also seems to stop the text appearing.
When selecting the none option the text appears fine and the editor works OK.
I can switch between views and the tags at the bottom appear. However when i ...
-
Greetings, I'm interested in what this editor has to offer for my client and I'd like to know a couple of things about its functions.
I'll try to be as detailed as possible here. The table I'm interested in will be simple in appearance, no nesting of any kind, and can contain either text or images. Each submission will only allow for a ...
-
To add a way of reproducing it which will show what I mean, do the following (in a C# project which contains a Cute Editor control inside of an ASPX page):
1. Go to http://cutesoft.net/developer+guide/add_your_own_custom_button.htm
2. Take the C# code from the second example and paste it into the page_load of the code behind. This should ...
-
Have just realised I posted this question in the ''ASP'' forum instead of here. Apologies
Can someone please provide an example to show how to add a button via config file?
I was guessing something like this...
<item type=''image'' name=''mybutton'' onclick=''ShowMyDialog(this)'' ...
-
Hai,
I am pasting the formatted text from a word document onto the cute editor control. Now,
1. When I say Ctrl+V, it asks me for a question whether to clear the formatting. I say OK it does not remove fully and still retian some portion of the formatting. But, when I say CANCEL it retians it fully. This is not an expected ...
-
DaPutster,
Firefox and Netscape always use the toolbar definitions within the configuration file Gecko.config.
CuteEditor supports less features on Gecko browsers than IE.
If you want to load the same set toolbar on Gecko browsers and IE, you can point the configuration file path to Gecko.config:
<CE:Editor ...
... 69 ...
|
|
|