Search

You searched for the word(s): dialog
Showing page 107 of 256 (2,552 total posts) < 1 second(s)
  • Re: Can Upload Images, Cannot Create Sub Folders

    I have a similar problem. after searching the net I found that directory.createDirectory(path) has a bug. for this to work the user must have write permissions to the drive root directory.  http://dotnet247.com/247reference/msgs/47/239557.aspx Is this the method used in the ''insert image'' dialog?   /Pierre
    Posted to Cute Editor for .NET (Forum) by hootie on November 4, 2005
  • Re: Open Dialog Boxes

    I want to make it very obivous to the user on how to set the Page Property settings. So I was thinking of creating a link of my own that stands out, and making it pop up.
    Posted to Cute Editor for .NET (Forum) by podo on December 5, 2005
  • Re: Mulitple FileStorageTypes

    Hi kumbsky, 1. The other settings are  Editor1.Setting[''InsertImage-CuteEditorFileStorageType''];Editor1.Setting[''ImageGalleryByBrowsing-CuteEditorFileStorageType''];Editor1.Setting[''InsertDocuemnt-CuteEditorFileStorageType''];Editor1.Setting[''InsertMedia-CuteEditorFileStorageType''];  2. What I mean is if your use the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 20, 2012
  • Re: Cannot Close Custom Dialogue

    Dear Customer,  Try this way  1. Add the code below into the custom dialog page. My test dialog page under folder “\CuteSoft_Client\CuteEditor\Dialogs\”. So just make the url correct which point to file “Load.ashx”.  <script type=''text/javascript'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 8, 2011
  • Re: Enable Javascript Execution in Preview

    warnickr,   1. I just checked the code. The JavaScript execution is the preview dialog is also disabled.   2. If you do need this funtion, it's better to create the custom dialog (Demo: http://phphtmledit.com/custombuttons-popup.php). When the dialog loads, call the following JavaScript API:   ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 31, 2008
  • Dialog windows are resizable

    Is there are way to make the dialog windows in CuteEditor not resizable? For example, the ''Clean up HTML'', ''More colors'', and the ''Spell Check'' dialogs are all resizable.
    Posted to Cute Editor for .NET (Forum) by paulc on December 29, 2005
  • Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net

    Hi,   Below is the full example.   The "CuteEditor_OnCommand" API will catch the InsertImage command and execute custom command "ShowMyDialog".   In "ShowMyDialog" function, the code will open your own page as a dialog for editor. "MyGallery.aspx" should change to your ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 10, 2013
  • Re: Hyperlink Browse path

    kjell.ek: You misunderstand me. I would have a different path, for example admin.config to Insert Hyperlink and for file upload.   Like <security name=''FilesGalleryPath''>~/upload/dokument/</security> <security name=''HyperlinkGalleryPath''>~/</security> New! (When I click the browse button in the Insert ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 17, 2009
  • Re: Text.length inaccurate

    I removed the VB length check since I thought I'd just use MaxHTMLLength to check, so there actually isn't any VB code to look at. I'll give you everything I think might be relevant - tell me if there's anything else you want to see. As you can see from my SQL statement, there is more going on in the page than just saving the CuteEditor ...
    Posted to Cute Editor for .NET (Forum) by jjonesdtrt on September 26, 2006
  • Re: Bug @ Opera

    I just tried the dialogs. For example, if I open the emotion dialog, then I have no problems to close this dialog. If you click some where in the web page, the emotion dialog will hide. You can reopen this dialog by clicking the browser tab.
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2010