Search

You searched for the word(s): dialog
Showing page 31 of 256 (2,552 total posts) < 1 second(s)
  • Is it possible to replace links dialog

    Hi there,   i want to make my own link dialog box, and i have made a new button which activates the new link dialog. My problem now is that i don´t know how to find out what text i have selected in the cute editor (.NET 5). Is there a functin in the cuteeditor class or something that i can use?     /René (denmark)
    Posted to Cute Editor for .NET (Forum) by rpj on October 18, 2005
  • Insert Hyperlink dialog custom window height and width

    I made a few changes to the Insert Hyperlink dialog (tag_a.ascx), shortening it to ONLY the URL and TITLE fields.  I am now wondering if it is possible to shrink the dialog window to remove the extra whitespace (shorten the window's height).  I made similar changes to the InsertImage.aspx page, and would like to do the same thing ...
    Posted to Cute Editor for .NET (Forum) by creynolds on April 17, 2008
  • Re: File browsing dialog has been blocked

    Aldrich,   Please try this ,   <script type=''text/javascript''>  function CuteWebUI_AjaxUploader_OnMantleButton(btn,div)  {   div.style.backgroundColor=''red'';   //for IE   div.style.filter='''';  }  </script>   in this function , you can move the div to the ...
    Posted to Ajax Uploader (Forum) by cutechat on October 28, 2009
  • Re: Cute Editor Custom dialog (top) location

    vaibhav_harb: Yes, I am tried with dialogTop property but not get resolved.   var editor=CuteEditor_GetEditor(this); var newwin=editor.ShowDialog(null,'DynamicContentList.aspx',editor, 'dialogWidth:400px;dialogHeight:240px;dialogTop:10'');   If you use editor.ShowDialog function, the location of the dialog is calculated ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 18, 2009
  • Re: Enter key in different form field displays file dialog

    Hi,   The only way is using JavaScript.   And it has much limitation.   Uploader use IFrame(<input>) , Flash or Silverlight to open a file browsing dialog.   And for Flash10,Silverlight3, users must use mouse click to open the dialog.   So ENTER key is not OK for that case.   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on August 28, 2009
  • file not found:dialog.css

       hi cute team   i'm using the latest build CE 6.6 and asp.net 2.0 health monitoring enabled.   from times to times recieve an error from the health monitroning just as follows:   Status : 503 / Service Unavailable Path : d:\ftp\webs\13_schoko\ RawUrl : ...
    Posted to Cute Editor for .NET (Forum) by transresult on March 24, 2010
  • Insert flash icon freezes dialog

    This is related to this post: http://cutesoft.net/forums/thread/41948.aspx   BEFORE making the changes I tested the insert flash icon but and there seems to be an issue.   When I click the icon I get the file picker dialog box. When I click on a folder, the dialog freezes and I cannot do anything   Is there a reason the ...
    Posted to Cute Editor for .NET (Forum) by paulcreedy on July 7, 2008
  • Re: File browsing dialog has been blocked

    Continuing my investigation, I am attempting to force the uploader in InsertImage.aspx to use Silverlight by adding UploadType=''Silverlight'' like so: <ce:uploader id=''InputFile'' UploadType=''Silverlight'' runat=''server''></ce:uploader> but I get the following error message:this is clearly wrong because I ...
    Posted to Cute Editor for .NET (Forum) by frJericho on July 21, 2011
  • Re: InsertHyperlink Dialog height

    Hi jtruxon,   Which dialog height you want to change? I have tried to changed the InsertFlash dialog height in CuteSoft_Client\CuteEditor\Scripts\Constant.js, it works fine for me. The line below is what I changed for InsertFlash dialog.   editorconstant._flashDialogFeature = ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 17, 2013
  • Re: Document Selector Example Throws In Javascript - Does not open the Dialog? Please help

    Here is some missing code from the same page. <div style=''visibility: hidden''> <CE:Editor id=''Editor1'' width=''1'' height=''1'' runat=''server'' AutoConfigure=''None'' ShowHtmlMode=''False'' ShowPreviewMode=''False'' EnableContextMenu=''false'' ShowGroupMenuImage=''False'' ShowBottomBar=''False'' BackColor=''#dedede'' ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on January 7, 2010
« First ... < Previous 29 30 31 32 33 Next > ... Last »