Search

You searched for the word(s): dialog
Showing page 14 of 256 (2,552 total posts) < 1 second(s)
  • Re: Using the InsertImage dialog outside the CuteEditor

    rabagaz,   Thanks for the nice comments about CuteEditor.   Please check the following demo. The source code of this demo can be found in the download package.   How to use CuteEditor as an image selector?( Demo1 |  Demo2 ) ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 17, 2007
  • Re: Template from database- opening a open save as dialog

    1. Are you using the insert template dialog?   2. Are you using store Files (images and documents) into a Database solution?   Store Files (images and documents) into a Database ( Download source code) Using an access database as the file ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2010
  • Re: System.OutOfMemoryException using insert document dialog

    We have downloaded the package in the last 15 hours. (Still an unnamed package... I will never understand why your downloads do not have version numbers).   We still have the problem with the pdf uploader and picker grabbing about 1 GB of server ram on load. The pickers and uploaders work fine. Just this.   So I guess we are still ...
    Posted to Cute Editor for .NET (Forum) by dub on February 25, 2009
  • Re: httpcontext lost on dialog launch

    Les, This is same bug which exists in the dotnetnuke 1.x, dotnetnuke 2.x and dotnetnuke 3.x. CuteEditor resolved this bug by passing the portal id to Editor.DNN_arg property. You can use the same approach to resolve this problem. After you make changes, make sure you recompile your project. If you still have problems, please let ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 15, 2005
  • Re: InsertHyperlink Dialog height

     Hi Ken --         I'm trying to gain height control over all of them, but the ones currently  blocking my ability to use the tool are the InsertHyperlink dialog and the "Browse"  child window of that dialog.      I've looked at the source, and the specific ...
    Posted to Cute Editor for .NET (Forum) by jtruxon on December 17, 2013
  • Custom Dialog Integration

    My site has some unique requirements that necessitated the use of a few custom dialogs (InsertImage, InsertLink, and InsertTemplate). I got everything working very well with CuteEditor version 3. The code behind CuteEditor version 4 is very different and I have found the task of migrating to be difficult because I have not been able to integrate ...
    Posted to Cute Editor for .NET (Forum) by jeff330ci on January 18, 2005
  • Re: Custom Browse link in Insert_a_tag Dialog Firefox problems

    Hi SaferSephy,   Try add ''SyncTo(element);'' in you code.   In my case, I add the value by a button. Like below.   function addLink()   {   var inp_src=document.getElementById(''inp_src'');   inp_src.value=''http://www.google.com'';   SyncTo(element); ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 7, 2010
  • Re: Document Selector Example Throws In Javascript - Does not open the Dialog? Please help

    Calling the dialog box on image click....see two lines below....and followed by the javascript function on the same .aspx page. Nothing happens, when you click on the browse button...no dialog box comes up. Editor1.Setting(''security:FilesGalleryPath'') = struploadinfo(0) 'sets the path Editor1.Setting(''security:MaxDocumentFolderSize'') ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on January 7, 2010
  • Re: Custom colors in the font/background color dialog ?

    Sure..   When I select a color, by using the  button, I get a dialog like this:     As you can see, I have selected some Custom colors on the right side, and added them to the lower left list by using the Add to Custom Colors button.   Now, when I close this dialog, normally the Custom colors get saved in the ...
    Posted to Cute Editor for .NET (Forum) by arjenkorevaar on April 25, 2004
  • Re: can't open file choose dialog

    I find the function ''GetWebPath'' may be wrong, it can't parse the correct path for your application.for example, the correct path must be ''/phpfileuploader/phpuploader'', but it parse result is ''/phpfileuploader/formolume2/web/phpfileuploader/phpuploader'' my server document-root is ''/var/services/web'', so it make the program not ...
    Posted to PHP File Uploader (Forum) by ives on July 1, 2009
« First ... < Previous 12 13 14 15 16 Next > ... Last »