|
Search
You searched for the word(s): aspx
Showing page 59 of 918 (9,180 total posts)
< 1 second(s)
-
rsholtes,
The first issue is a DHTML issue. The javascript in your page has some conflict with CuteEditor client scripts.
For the second issue, can you reproduce the problems in the following example?
http://cutesoft.net/example/general.aspx
Tip:
If you have the following HTML code:
Hello ...
-
You can use the following methods to laed the files into the Editor.
LoadFile
Loads the contents of a file into the CuteEditor control.
LoadHtml
Loads the contents of a HTML file into the CuteEditor control.
LoadRTF
Loads the contents of an RTF file into the CuteEditor control.
LoadText
Loads the ...
-
mjswenson726,
Welcome to CuteSoft support forum.
>>In the code-behind I would trap either the original text or the text location by start and end line.
Here is a simple solution:Get the selection using the JavaScript (http://cutesoft.net/example/JavaScript-API.aspx).And put the result in a hidden field. When ...
-
I've checked your site.
After I click the save button, I got the following error:
Value cannot be null. Parameter name: path Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. ...
-
Please open the InsertImage.Frame.aspx file,
Change the following code:
<INPUT TYPE=''text'' SIZE=''2'' NAME=''HSpace'' value=''5'' onchange=''do_preview()'' onpropertychange=''do_preview()'' ONKEYPRESS=''event.returnValue=IsDigit();'' ...
-
The JavaScript API example is here:
http://cutesoft.net/example/JavaScript-API.aspx
This example shows you how to use CuteEditor JavaScript API to customize the application.For you particular question, you can use use the following code: // get the cute editor instance var editor1 = ...
-
Are you asking how to publish a .pdf document that's on your own hard drive to all other people, especially your boss? Well, you can either upload the file to your web server or turn on IIS service on your PC to give other people public access. Then to add the file at a link.
Our editor has a build-in uploader which may easy the steps for ...
-
Please open the browse_Document.asp. And change the following code to meet your requirements: Function GetExtension(str_FileName)
dim allextensions allextensions = ''arj,asa,asax,ascx,asmx,asp,aspx,au,avi,bat,bmp,''
allextensions = allextensions &''cab,chm,com,config,cs,css,disco,dll,doc,''
allextensions = ...
-
Please try the following steps:
1. Create a custom button. 2. When the people click the custom button, you use the Editor.PlainText property get all total words.
2. Then you can count total words based onn the result.
This is an example showing you how to create a server side custom ...
-
Hi Fermin,
I think the answer to your question is to use the following code in your BLOCKED SCRIPT
var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px'');
You can ...
... 59 ...
|
|
|