|
Search
You searched for the word(s): Toolbar
Showing page 22 of 142 (1,418 total posts)
< 1 second(s)
-
Well, not only the samples, see screenshot below, but also when i have it on my website (localhost).The code for teh samples is untouched and was downloaded last Wednesday. The code in my website is just a page that has the CE tag:
<CE:Editor id=''Editor1'' runat=''server''></CE:Editor> along with the declaration.
-
Brian,Do you have problems with the following link?http://cutesoft.net/example/general.aspx
Which version of CuteEditor are you using?
If you installed the old version of CuteEditor before, please clear your browser cache.
keep me posted
-
yes, the only updates from the .zip where the .js files
other thoughts
1) I am overriding the CuteEditorDefaultFilesPath in my web.config
2) the editor is behind a secure site, could that cause any issues?
I am sure it is something very simple and silly that is breaking this.
-aaron
-
Hi Adam,
If you have a spare minute and wouldn't mind taking a look also, that would be very helpful, as I guess it could be easy for my to miss the cause of the error.
http://www.wallaceit.co.uk/test.aspx
Many thanks for all you help with this.
Kind regards,
Rich
-
Hi, I want to create my own dropdown text box over the tool bar , previously you given link for tool bar customization, but all the customization say's only button creation over tool bar, i want to create my new dropdown list box over toolbar i need some coding help also. regards,Anbaz.
-
Hi,
In our previous version of our application the cute editor toolbar had lot of buttons (e.g. to change background, add hyperlink etc.) but in our current version we have very few toolbar items. It would be helpful if any one can let us know, what could be cause for this and how to resolve it.
Thanks,
Baga.
-
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[''myToolbar''];
TextBox txt = new TextBox() { ID = ''txtName'' };
tct.Control.Controls.Add(txt);
I see the textbox, but cant get focus in it or type any ...
-
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()''); ...
-
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.
-
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 ...
... 22 ...
|
|
|