|
Search
You searched for the word(s):
Showing page 159 of 381 (3,805 total posts)
< 1 second(s)
-
Hi ACS, I tested with the example below, it works fine for me. Can you show me the steps to reproduce this issue with the example below? It will be very helpful. <%@ Page Language=''C#'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
Hi gurpreet, Please open file ''CuteSoft_Client\CuteEditor\Scripts\Constant.js'', find section below. That is the image properties pop up dialog settings. You can change the width/height directly. editorconstant._tagDialogFeature = ''resizable:0;dialogWidth:470px;dialogHeight:500px;''; Regards, Ken
-
Hi gurpreet, Please double click on the image, it allow you set the width and height of the image in the properties dialog. If you want the table cell has some space between the content, please try the way below. 1. Open file ''CuteSoft_Client\CuteEditor\Style\ToggleBorder.css'' 2. Find section below, it you need ...
-
Hi sahar, You can try create a virtual directory under your site, and point this virtual directory to the external server. Then save the upload file into this virtual directory. Ensure that your site has the write/read permission of this folder. Regards, Ken
-
Hi mtaute, The cancel button click is the client side event. If you must fire a server side event, then the only way is fire a server side event in the cancel click function, like the server side button click. Regards, Ken
-
Hi Dunc_NZ, Has not the clear option for now. Sorry for your inconvenience. Regards, Ken
-
Hi gurpreet,You can use html filter to switch the <tr> target, but it will switch all <tr> target too. Add the code below to the bottom of your page will achieve the html filter I mentioned above <script type=''text/javascript''> function CuteEditor_FilterHTML(editor,code) { ...
-
Hi sahar, 1. Open file ''\phpuploader\include_phpuploader.php'' 2. Find section below $PhpUploader_FSEncoding=''ISO-8859-1//TRANSLIT''; 3. Change the encoding to yours Regards, Ken
-
Hi Dunc_NZ, 1. The external document like ''notepad'', they has not the <p> target, when you copy the content from editor and paste into these external document, the <p> target has been removed. So editor will parses the line break as <div>. 2. The paste content is based on your browser copy/paste function. ...
-
Hi Dunc_NZ, You can edit and remove the css class setting in the properties dialog. Regards, Ken
... 159 ...
|
|
|