Search

You searched for the word(s): aspx
Showing page 59 of 918 (9,180 total posts) < 1 second(s)
  • Re: Problems with Cute Editor in .NET forms

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2006
  • Re: File manager like open file function ?

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 17, 2006
  • Re: Determing the selected text in code-behind

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2006
  • Re: Please Help ... Does not save

    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. ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 29, 2006
  • Re: insert picture without hspace=5

    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();'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Re: calling preview button with custom javascript

    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 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 8, 2005
  • Our editor has a build-in uploader which may make the steps easier for you

    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 ...
    Posted to FAQ (Forum) by Karen on September 22, 2005
  • Re: Document types under the browse_Document.asp file

    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 = ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 13, 2005
  • Re: Urgent ,Want to count total words in editor

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: Accessing a modal dialogue without displaying the editor itself

    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 ...
    Posted to Cute Editor for .NET (Forum) by dotcom on August 22, 2005
« First ... < Previous 57 58 59 60 61 Next > ... Last »