Search

You searched for the word(s): document
Showing page 58 of 325 (3,244 total posts) < 1 second(s)
  • Re: Launching the InsertImage page from a link in another page other than the Cute Editor

    Hi Ken Thank you for the links.  I'm still confused on how to actually invoke the InsertImage dialog to edit a particular image.  I have a file tree and each file is a link, in that link I'm calling a javascript function that opens the InsertImage page (not the image gallery page).  I am passing in the image name/path to ...
    Posted to Cute Editor for .NET (Forum) by valya on September 16, 2009
  • Re: ASP Custom Button

    I am also gettting this problem and have tried to resolve it .  My code is below. What I want it to do is to open a new popup window with a page in it called cms_uploader.asp   Any ideas..????      <%      'this editor is used in all of the edit content pages.  The backups editor ...
    Posted to Cute Editor for ASP (Forum) by IanPhillips on July 1, 2009
  • Re: Programmatically start download

    Hi Terry, thank you for your answere.   Yes, I'm using AJAX (my Uploader is inside an UpdatePanel). I've tried to use your suggestion, I'm not an expert in javascript but I've created this function (UploadAttachmentFile is the ID of my Uploader, is It correct?):   function StartMyUploadFile() {    var uploader = ...
    Posted to Ajax Uploader (Forum) by igorbaldacci on April 24, 2009
  • Re: problem with color code

    i'd try EncodeHiddenValue=''false'' bt it dident work ..if i wrote defualt value in editor and dont change it at all still it gives me differnt color code each time page load.  i.e  In javascript function,   var form = document.forms[0];           var ...
    Posted to Cute Editor for .NET (Forum) by sjthakkar on March 20, 2009
  • Re: Is this possible?

    Terry, Thanks a lot. I'm coding out the solution above and almost have it perfect. What I'm trying to complete at this point is a file-level resume based on the file upload status.  If I'm using the handler like this: myupload1.handleprogress=function(enable,filename,begintime,uploadedsize,totalsize){    ...
    Posted to Ajax Uploader (Forum) by ttucker on February 20, 2009
  • Re: Javascript Get Toolbar Height

    Hi, Thanks for the response.. I couldnt get that to work, however I using that id I was able to sucessfully separate the toolbar from the editable area (a better solution to my problem) without delving into the code..   var ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on February 6, 2009
  • Re: Stripping CSS single quotes

    Actually, it's a Firefox bahaviour as well. All 3 versions of Firefox (1,2,3). It would be nice to have it resolved, however in the meantime, I've simply created a post ''clean-up'' if you will via regular expressions.   The thing is, if you were to ''paste'' a layout into it, no prob. However, the minute you view the ''source'' or submit ...
    Posted to Cute Editor for PHP (Forum) by MrFreelancer on September 3, 2008
  • Re: Cute Editor Buttons Not Working!

    Hi, Thanks for your quick reply!  I am actually trying to upgrade my CMS on an existing site, so I created a separate folder and db for you to view and test. Please go to: http://aishphila.com/editorSample/index.php and login as abc/123. You will come to a menu page, with a menu on top with one item, about us. Please click the menu ...
    Posted to Cute Editor for PHP (Forum) by hgolov on July 21, 2008
  • Re: custom buttons not displaying in firefox

    Hi Adam   Here is the code..    Dim tc As CuteEditor.ToolControl                 tc = cuteEditor.ToolControls(1)                 If Not tc Is Nothing ...
    Posted to Cute Editor for .NET (Forum) by zaggle on July 15, 2008
  • Re: OnKeyup Attaching Events

    I am revisiting using cute editor again, i have the corrected code as stated above. The events attach...I also have attached a keypress event. Now every onkeypress event now fires both an onmouseleave and an onkeypress event. I also cannot get an onkeyup event to fire...here is the code now:      <script ...
    Posted to Cute Editor for .NET (Forum) by Mstanglx on May 28, 2008
« First ... < Previous 56 57 58 59 60 Next > ... Last »