|
Search
You searched for the word(s): cutesoft_client
Showing page 66 of 228 (2,278 total posts)
< 1 second(s)
-
There is dialog configuration file named tag.config. You can find it in CuteSoft_Client/Cuteeditor/Dialogs folder.
The following code specifies which file will be used when the user double click the images in the editor.
<add pattern=''IMG'' tab=''IMG'' text=''[[Image]]'' control=''Tag_Image.ascx'' />
You can change its value and and ...
-
Hi Adam,I just installed the v4.0 demo and after a few tests I can conclude a few new aspects like:1. Many properties which I used to set in v3.0 are now obsolete, since we now configure them via web.config files, right?
[ don´t need to set something like: [this.ce1.MaxImageSize = 500;], set it in web.config now ]
by default it ...
-
Hi, I tried your page and it didn't work for me in Chrome (17.0.963.56 ) in the same way as you have described. I got the following error:Failed to load resource: http://www.epithimies.gr:8084/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css (using javascript console) Make sure that this ...
-
I have given all of the basic information regarding the project. If there is anything else required I can send that output. I am trying to do what I think should be a very basic thing - run the livesupport application as part of an existing website.
I have a visual studio 2005 web application project. I have included the ...
-
Hi regrossman, 1. Open file D:\2005\Gallery\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js 2. Find section below, the red code is the width and height you want to change this.img=GalleryCreateImage(photo.Url,imgwidth,imgheight); Example: this.img=GalleryCreateImage(photo.Url,300,200); Regards, ken
-
Please try Editor1.TemplateItemList = ''[Fontname,Fontsize]'';
You can update it to Editor1.TemplateItemList = ''[Fontsize,Fontname]'';
You can refer to online example http://richtextbox.com/test/TemplateItemList.aspx
If you are using toolbar configuration file, please update button order in ...
-
Dear deepakOB,
Please check whether you followed those steps in: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment/html-editor-Deployment/Deployment.htm
You can download the lastest release and recopy folder CuteSoft_Client to your server. After that, test it again.
Please keep us ...
-
Hi kjell,
you can custom the contextMenu by modify Common.config.
you can find this file in (\CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config)
More information about custom contextMent, please refer to the following ...
-
dstephens,
Open the CuteEditorWeb\CuteSoft_Client\CuteEditor\Dialogs\tag.config.
To turn off the general tab, remove this line:
<add pattern=''*'' tab=''Common'' text=''[[Common]]'' control=''Tag_Common.ascx'' />
To turn off the style builder tab, remove this line:
<add pattern=''*'' tab=''Style'' ...
-
Dear eschrein,
How to change the categories order?
Please open ''CuteSoft_Client\Gallery\Layout\Explorer\Code.js'', go to line 118, you can find the following code:
for(var i=0;i<this._categories.length;i++)
{
var c=this._categories[i];
var ...
... 66 ...
|
|
|