Search

You searched for the word(s):
Showing page 1 of 3 (26 total posts) < 1 second(s)
  • Percent character (%) being blocked

    When I click on the properties for a table cell (&lt;TD&gt;), I'm unable to enter a percentage in the 'width' or 'height' property boxes (ie: 50%).&nbsp; It seems like it's blocking all alpha characters.&nbsp; I'm using v6.0, can I disable this?
    Posted to Cute Editor for .NET (Forum) by Judge on June 19, 2007
  • Percent character (%) being blocked

    When I click on the properties for a table cell (&lt;TD&gt;), I'm unable to enter a percentage in the 'width' or 'height' property boxes (ie: 50%).&nbsp; It seems like it's blocking all alpha characters.&nbsp; I'm using v6.0, can I disable this?
    Posted to Cute Editor for .NET (Forum) by Judge on June 19, 2007
  • Re: Filter Out Filenames by Extension

    That worked, the DocumentFilters now applies to the 'insert hyperlink' dialog too.&nbsp; I also found this RegEx that will block file extensions in case anyone is interested (ie: blocks all files with abc or xyz extensions; add more as needed): ^[a-zA-Z0-9_\s-]+\.(?!abc)(?!xyz).+$ &nbsp; Thanks again. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Judge on June 8, 2007
  • Re: Filter Out Filenames by Extension

    That's not working for me.&nbsp; All I have in my DocumentFilters is &lt;item&gt;.pdf&lt;/item&gt; and &lt;item&gt;.doc&lt;/item&gt; but when I 'insert hyperlink', it still shows me all files. &nbsp; I know I can use filenamePattern to do what I want, I'm already using it to block out filenames that begin with an underscore (ie: &lt;security ...
    Posted to Cute Editor for .NET (Forum) by Judge on June 8, 2007
  • Re: Filter Out Filenames by Extension

    That works for 'downloadable files', but I want to restrict what's displayed when they 'insert hyperlink'.&nbsp; I need to modify the filenamePattern for that, correct?
    Posted to Cute Editor for .NET (Forum) by Judge on June 8, 2007
  • Filter Out Filenames by Extension

    Can you give me an example of a regular expression for the filenamePattern property that will filter out certain filetypes? (ie: filter out *.exe, *.test) &nbsp; Thanks.
    Posted to Cute Editor for .NET (Forum) by Judge on June 8, 2007
  • Re: Editting ASP Code

    That's the setting I needed, thanks very much!
    Posted to Cute Editor for .NET (Forum) by Judge on June 7, 2007
  • Re: Editting ASP Code

    I'm using version 6.0
    Posted to Cute Editor for .NET (Forum) by Judge on June 7, 2007
  • Editting ASP Code

    I'm trying to get the editor to allow editting ASP pages, like the example at http://cutesoft.net/example/AllowEditServerSideCode.aspx. &nbsp; That example does exactly what I want, but when I set the Editor.AllowEditServerSideCode property to true it keeps the ASP code, but still adds &lt;HTML&gt; and &lt;BODY&gt; tags.&nbsp; It's also ...
    Posted to Cute Editor for .NET (Forum) by Judge on June 7, 2007
  • Cute Editor FIX - PostBackCommand no longer firing

    If you have any code in your Page.Load or Page.Init event that modifies the EditorWysiwygModeCss property, the PostBackCommand will no longer fire.&nbsp; Place the code in the Editor.Init event instead to avoid this problem.
    Posted to FAQ (Forum) by Judge on May 23, 2007
1 2 3 Next >