Search

You searched for the word(s): .net 4.0
Showing page 112 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Using CuteEditor as a FLASH selector

    Hi lanec,     You can try this way,It also valid for other file types.   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 30, 2008
  • Re: Edit link for 'Insert Template' in the toolbar?

    Hi Daniel83,     Setting up the Template Gallery Path To enable the Template Management function of the CuteEditor control, you must set up a managed Template Gallery folder. This is simply a folder in which you will be placing template files for your users to use in their content. Create a folder in your application’s ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: AjaxUploader OnFileUploaded

    Hi,   Please check this thread for client script API: http://cutesoft.net/forums/thread/44763.aspx   You can do it like this :   <scrpt> function CuteWebUI_AjaxUploader_OnPostback() {  var hidden=this;  //currently you are not able to get the filename of the upload ...
    Posted to Ajax Uploader (Forum) by cutechat on October 18, 2008
  • Re: Insert JavaScript into CuteEditor?

    Scott,   1. Editor.EnableStripScriptTags Property Specifies whether to remove inject script before writing the string into the db. When this property is set to true (the default) Cute Editor strips all script elements and script contents from the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2008
  • Re: How to customize Preview

    This feature is not supported.   Please check the following article and create your own dialogs:   http://cutesoft.net/example/JavaScript-API.aspx   How to create a custom button(client side) which displays a dialog?( C# | VB ) This ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2008
  • Re: Templating progress bar and buttons?

    Hi,   There are some properties on the control that can help you customize the buildin progress bar.   If you want to customize it completely , you need use script to write your own progress bar.   For example   <script> function ...
    Posted to Ajax Uploader (Forum) by cutechat on October 16, 2008
  • Re: Disable New Document Button

    Gaudicia,   If you want to disable the document  button in the toolbar, please use th following property.   Editor.DisableItemList Property The toolbar items needed to be disabled going to this string. Example DisableItemList=''Bold, New, Delete''   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 6, 2008
  • Re: problem about cuteeditor tag "form" property EncodingType=html

    Hi govind_rkdf,   The enctype attribute of the FORM element specifies the content type used to encode the form data set for submission to the server.   By W3.org, only the following Content types are supported:   - multipart/form-data - application/x-www-form-urlencoded - text/plain   Btw, are you trying to send ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 6, 2008
  • Re: CSS styles

    Hi theInternetProfessional, Please use the following property: Editor.EditorWysiwygModeCss Property   Editor.EditorWysiwygModeCss Property allows you specify the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Code Example: <CE:Editor id=''Editor1'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 4, 2008
  • Re: Can I Apply custom javascript on the editor?

    >>Can I apply custom javascript on the editor, such as checking keydown event? Please check the following example: http://cutesoft.net/example/JavaScript-API.aspx >>And is there any way to disable all the right click event? Thanks.   EnableBrowserContextMenu Specifies ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2008