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
22
of
184
(
1,834
total posts)
< 1
second(s)
Re: Citrix environment - Toolbar buttons and content are not displayed
Hi atudor, Is your site online? If so, please create a test page by the code below and post the test page url. I will check it and get back to you as soon as possible. <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 15, 2011
Re: hyperlink in toolbar not working
Hi olivedg, Can you try this way? 1. Download the page below http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Delete files ''CuteEditor.dll'', ''CuteEditor.ImageEditor.dll'' and ''NetSpell.SpellChecker.dll'' in the bin folder and use the new one in the download package. 3. ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 28, 2010
Re: Textbox in toolbar is readonly???
Maarten The textbox in the
toolbar
s will be readonly. You can add textbox into the bottom ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 25, 2009
Re: insert document icon not showing up on toolbar.
Please try the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html> <head> </head> <body> <form id=''Form1'' method=''post'' runat=''server''> <CE:EDITOR ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 11, 2009
Re: Toolbar button MouseOver effect
the4bs, If the button is disabled, the current button will not have mouseover effect. Please open the style.css.aspx file and modify the following code: <%=editorid%> .CuteEditorButtonDisabled {margin:1px;vertical-align:middle;} to: <%=editorid%> .CuteEditorButtonDisabled { filter:gray ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 13, 2006
Re: Need help with toolbar customization
jas05220, Are you sure the ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/mytools.config'' is correct? Can you change to ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/default.config'' and try again? If it works, maybe the problem is caused by the following ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 14, 2006
Re: Toolbar not showing
i ran this code For Each oItem As CuteEditor.ToolControl In _advancededitor.ToolControls _advancededitor.Text += oItem.Name() Nextand i got Save Print preview Find ToFullPage FromFullPage CleanCode netspell Cut Copy Paste PasteText PasteWord Delete Undo Redo Break InsertParagraph InsertPageBreak InsertDate ...
Posted to
Cute Editor for .NET
(Forum)
by
SUperDave
on
May 15, 2006
Re: Toolbar Error in Custom Module on DNN4
It looks like the zip you sent to me miss some files: Failure File specified in the dnn could not be found in the zip file: EditInventory.ascx Failure File specified in the dnn could not be found in the zip file: EditInventory.ascx.vb Info Found valid path (App_LocalResources) for ViewInventory.ascx.resx. Info Found ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 23, 2006
Re: Using larger / custom images in toolbar
Please check the source code of the following example (included in the download package): http://cutesoft.net/example/customization.aspx System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image (); Image1.ToolTip = ''Insert today's ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 19, 2006
Re: Toolbar customization
This is an example: <% dim content content = ''<FONT size=5 color=#2f4f4f>Type here...<a href='#rere'>Hello</a></FONT> <img src='Uploads/Cindy_Crawford.jpg'/>'' 'Create a new editor class object ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 4, 2005
More Search Options
« First
...
< Previous
20
21
22
23
24
Next >
...
Last »