Search

You searched for the word(s):
Showing page 1674 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Is it free to upgrade from CuteEditor 3.0 to CuteEditor 4.0?

    Yes, the license files of version 3.0 will also work for the version 4.0.
    Posted to Purchase / License FAQ (Forum) by Adam on December 13, 2004
  • Re: javascript error

    pr1smiley, Can you try the following link: http://cutesoft.net/example/general.aspx If you still get an error, what's the IE 6.0 version number? &#160;Keep me posted
    Posted to Cute Editor for .NET (Forum) by Adam on December 13, 2004
  • Re: Integrating our own Image Gallery?

    Dan,&#160;Thanks for the interest and nice comments. The following article may help. You can find the source code of this example in the download package. How to create a custom button which displays a dialog? First you need to create a page (browe_images_from_DB.aspx )&#160;which list all the images from your database. When the user ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 13, 2004
  • Re: Setting autoresize and maxsize of Image before uploading

    Per, Those properties have been to move to Security security policy configuration files (CuteSoft_Client/CuteEditor/Configuration/Security/Default.config). Cute Editor 4.0 allows developers to assign a pre-defined set of permissions&#160;by&#160;group&#160;or individual. This prevents a normal user to access the administration ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 13, 2004
  • Re: Dynamic pathnames

    Dennis, Yes, you can set the editor.FolderPath property in the codebehind. private void Page_Load(object sender, System.EventArgs e) { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gallery1.FolderPath = ''~/whatever''; &#160;}
    Posted to ASP.Net Image Gallery (Forum) by Adam on December 12, 2004
  • Re: Totally Trashing my Links, Why???

    Phil, Make sure you set the Editor.UseRelativeLinks property and Editor.RemoveServerNamesFromUrl property&#160;to true. &#160;
    Posted to Cute Editor for .NET (Forum) by Adam on December 12, 2004
  • Re: Totally Trashing my Links, Why???

    Phil,&#160;The link issue has been fixed. For example: You create a new link: &lt;a href=''yahoo.com''&gt;Type here...&lt;/a&gt; IE will change it to: &lt;a href=''http://domainname/yahoo.com''&gt;Type here...&lt;/a&gt; After you submit the form, CuteEditor will change it back to&#160; &#160;&#160;&lt;a href=''yahoo.com''&gt;Type ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 12, 2004
  • Re: Autoconfigure files

    Phil, The property name should be ConfigurationPath. For example: &lt;CE:Editor&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; ConfigurationPath=''~/CuteSoft_Client/CuteEditor/Configuration/Phil.config''&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; AutoConfigure=''None''&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 11, 2004
  • Re: General Questions About CuteEditor 4

    zymran, 1. Security. Does CE support dynamic images/resource/media folders for users e.x. based on their login names or are the XML files for security and roles fix those folders or the roles mentioned (admin, users etc).? Yes, the CE supports dynamic images/resource/media folders. &#160;&#160;Example: &#160;&#160;&#160;var &#160;folder ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 11, 2004
  • Re: How to getSelection ?

    CED.&#160;You can use the following code to get the editor: &#160; var editor1=document.getElementById('&lt;%=Editor1.ClientID%&gt;'); var editor1doc = editor1.GetDocument(); Now you can&#160;get the selection and write your&#160;JavaScript code: &#160; For example:&#160;if(editor1doc.selection.type=='Control') { ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 10, 2004