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
11
of
184
(
1,834
total posts)
< 1
second(s)
Re: Toggling between a simple toolbar and a more advanced toolbar...
Adam - Ok so I can change the ConfigurationPath property programatically when a user clicks a button, however when I do that and then click the save button on either
toolbar
it doesn't fire my postback command event. What's up with that?
Posted to
Cute Editor for .NET
(Forum)
by
mhonaker
on
June 15, 2007
Re: Align 1 toolbar button to the right?
Solution 1: You can add a div around the editor: <div style="direction: rtl"> <CE:Editor id="Editor1" Erunat="server" ></CE:Editor> </div> Solution 2: Add css into the web ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 25, 2013
Re: Citrix environment - Toolbar buttons and content are not displayed
Thanks Ken, The web application runs on an internal network server with one of our clients.They experience the problem when their employees connect via Citrix from home to their internal network.I don't think that you can test this from your end since they will not allow you into their network.This is not a public website. Please let me ...
Posted to
Cute Editor for .NET
(Forum)
by
atudor
on
June 16, 2011
Re: How to "gray out" a menu button in Toolbar
Hi qsun@ngenera.com, The code below shows you how to disable the function but not remove the button. For now does not achieve to gray out the button directly. <script> function CuteEditor_OnCommand(editor,command,ui,value) { if(command==''InsertImage'') ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 26, 2011
Re: Internet Explorer: Toolbar Suddenly Missing
Please add the following line at the top of your asp file: <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> This will resolve your issue. If your DOCTYPE is null, browser will work on quirks mode, this leads to your issue. You can refer to ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 18, 2010
Adding Asp.net dropdown to toolbar
Hi , I added a Asp.net dropdown control to the tool bar. The following code is used for that. CuteEditor.ToolControl subject = edtSubject.ToolControls[''insertcustombutonhere'']; if (subject != null) { ...
Posted to
Cute Editor for .NET
(Forum)
by
Padmarajnv
on
July 2, 2010
Re: toolbar not loaded in mozilla
Thats the part of code where Cute Editors are loaded : <tr> <td width=''10''></td> <td colspan=''11'' ...
Posted to
Cute Editor for .NET
(Forum)
by
webukraine
on
June 27, 2010
Re: change toolbar image
Hi goh6613, Try this example <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 29, 2009
CE toolbar - Internet Explore - icons move when hover
When viewing the CE in Internet Explorer, and I hover over certain buttons (eg. cut or paste), the width of that button seems to widen. This results in all the buttons to the right of that button shifting to the right a couple of pixels. When you come off the button, the buttons return to the original position. This behaviour does not ...
Posted to
Cute Editor for .NET
(Forum)
by
jimpot@ozemail.com.au
on
June 14, 2009
Re: No Toolbar icons appearing once application deployed.
geoffo, 1. Please add the following code to your web.config. <httpHandlers> <clear /> <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 26, 2009
More Search Options
« First
...
< Previous
9
10
11
12
13
Next >
...
Last »