Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
96
of
325
(
3,244
total posts)
< 1
second(s)
Re: Cutesoft editor to Rich text editor
Hi Hlybbi, 1. You need to create your custom toolbar template first Open file "\richtexteditor\scripts\config.js", you will find the toolbar section code ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
September 18, 2012
Re: Using CuteEditor with dynamic height?
Hi empty, The editor has not the setting to adjust the height as its parent control. You can adjust the height of editor when the user drop the splitter by the code below. <script> function adjustHeight() { var editor1=
document
.getElementById("<%= editor1.ClientID %>"); ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 7, 2012
Re: Editor 'stealing' focus on form load
Hi mjw001, You can set the focus for other control in the editor load API, like the example ...
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
September 4, 2012
Re: How to trigger browseclick() manually?
Hi vso, If you want to open the upload file dialog by code, for security reason, for now can not achieve it. The select file dialog must open by the end user click manually. If you want to catch the onclick event at client side, then please try the example code ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 28, 2012
CuteEditor page breaker
Hello. I use CuteEditor trial version and have a question - I generate html when load a page with Editor. After each page I add <div title="Print Page Break" style="font-size: 1px; page-break-before: always; vertical-align: middle; height: 1px; background-color: #c0c0c0; top:{topPositionAfterPage}; "> ...
Posted to
Cute Editor for ASP
(Forum)
by
Penyo
on
August 25, 2012
Re: Multiple editors not working properly
It seems multiple editors per page is broken. The second instance on the page seems to work properly, however the first does not behave correctly. For an example, see: <!DOCTYPE html><meta http-equiv=''X-UA-Compatible'' content=''IE=Edge''><meta charset=''utf-8''><title>wysihtml5 - multiple ...
Posted to
Cute Editor for PHP
(Forum)
by
Minisuit
on
August 7, 2012
Automated test with selenium webdriver
Hi,I'm doing automated testing for my web system using selenium webdriver, the problem is that I can’t interact with ajaxuploader component, I need to upload the
document
so the test can be successful, I tried different options but can't find how to pass the file path (user machine) directly to the control, for example: this is the ...
Posted to
Ajax Uploader
(Forum)
by
cshark
on
July 13, 2012
Re: Set Maximum File Limit
Hi, If you want to set the limitation by the input value, I suggest you try function ''CuteWebUI_AjaxUploader_OnSelect'', like the example below. MaxFilesLimit is the server side property, can not set by the javascript ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
April 9, 2012
Cut and paste issues with Safari on the Mac (CuteEditor 6.6)
One of my users is complaining about erratic behaviour on Safari on the Mac. Their report is: - When entering text manually, pressing enter creates <p> tags; after cut-and-pasting from an external textpad
document
, any further editing reverts to <div /> tags after pressing enter. - When copying ...
Posted to
Cute Editor for .NET
(Forum)
by
Dunc_NZ
on
April 3, 2012
Re: Preview doesn't have same format/style as Normal when EditCompleteDocument="false"
Hi qsun, Please try the example below, it will hide the body style setting in html view. <%@ Page Language=''C#'' AutoEventWireup=''True'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><html><body> <form id=''Form1'' runat=''server''> ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
January 31, 2012
More Search Options
« First
...
< Previous
94
95
96
97
98
Next >
...
Last »