Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): toolbar
More Search Options
Showing page
27
of
184
(
1,834
total posts)
< 1
second(s)
Textbox in toolbar is readonly???
Hi, I created a new
toolbar
and inside that
toolbar
I have a textbox. The strange thing is I can't type text into it. Page_Load: CuteEditor.ToolControl tct = rtb.ToolControls[''my
Toolbar
'']; TextBox txt = new TextBox() { ID = ''txtName'' }; tct.Control.Controls.Add(txt); I see the textbox, but cant get focus in it or type any ...
Posted to
Cute Editor for .NET
(Forum)
by
Maarten
on
May 25, 2009
Add custom button to Toolbar/ CustomToolbar
Hello, Could someone post an example of how to add a custom button to a
Toolbar
or a Custom
Toolbar
? I'm using the classic asp editor and managed to add a custom button by using the CustomAddons method. But i would like to add this button to a
toolbar
/custom
toolbar
as well. I also found the example on custom
toolbar
s and there was a ...
Posted to
Cute Editor for ASP
(Forum)
by
eelco@netivity.nl
on
January 31, 2007
Howto: insert a custom image/button in the toolbar and capture the command event in C# codebehind?
Hi. Doubt 1: Can´t insert and image/button in the CE
toolbar
: System.Web.UI.WebControls.Image myImg = new System.Web.UI.WebControls.Image(); myImg.ImageUrl = ''~/CuteEditor_files/myImg.gif''; myImg.Attributes.Add(''onclick'',''MyMethod()''); ...
Posted to
Cute Editor for .NET
(Forum)
by
KenA
on
September 2, 2004
Re: Missing Images In Toolbar
Jim, Try set the Editor.UseHttpHandlerCacheImages Property to false.By default Cute Editor will use HttpHandler process the image files on the server side. You can turn this feature off by setting this property to false. If it doesn't help, please send your editor URL to me through the URL.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 9, 2006
Re: How Can I add a custom dropdownbox in the toolbar
Please check this example: How to dynamically populate the dropdown menu?( C# | VB ) This example demonstrates how to programmatically populate the Cute Editor dropdown The source ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 18, 2008
Re: DNN3.1.0 Trouble with Toolbar and Roles
Antony, You can remove most of settings. Then CuteEditor will use the default configurations.For example: <add name=''CEHtmlEditorProvider'' type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 17, 2005
Re: Font fore color and background color toolbar buttons not working?
We managed to find a work around that gets the functionality we need and the
toolbar
buttons for the font forecolor and background color still work. Instead of setting the readonly and enabled properties of the editor, we set the active tab to ''view'' or ''edit'' instead.
Posted to
Cute Editor for .NET
(Forum)
by
ralc001
on
October 3, 2011
Re: Add custom button to Toolbar/ CustomToolbar
Adam,I know this code, but this will add the custom button as a seperate button to the
toolbar
. Behind the last
toolbar
defined in the configuration file.Is it not possible to add a custom button to an existing
toolbar
or a custom
toolbar
?Eelco
Posted to
Cute Editor for ASP
(Forum)
by
eelco@netivity.nl
on
January 31, 2007
Re: Removing icons from toolbar
strudel67, Thanks for the nice comments about Cute Editor. >>how do I remove icons I don't want from
toolbar
? Please check the following link: http://phphtmledit.com/document/scr/Howto_Change_layout_of_the_
toolbar
s.htm
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
October 17, 2007
Re: Modifying Editor Styles and toolbar items
Hi valya, how one goes about applying a css style to the edtior window? two ways 1. Use properties EditorWysiwygModeCss Refer to http://www.cutesoft.net/doc/CuteEditor.Editor.EditorWysiwygModeCss.html 2. Use properties EditorBodyStyle Refer to ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 16, 2009
More Search Options
« First
...
< Previous
25
26
27
28
29
Next >
...
Last »