Search

You searched for the word(s): document
Showing page 5 of 325 (3,244 total posts) < 1 second(s)
  • Re: Anyway to get the the selected text with Javascript

    Here are the client side APIs: function getHTML()    {     // get the cute editor instance     var editor1 = document.getElementById('CE_Editor1_ID');          // Get the editor HTML     document.getElementById(''myTextArea'').value ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005
  • Re: CSS style and Cancel All Uploads button

    Hi,   If you just need to hide the cancel all button, please add the style code below into your page.   <style>  .AjaxUploaderCancelAllButton {   display: none !important;  }  </style>    If you need to custom the whole queue table style, then you ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 4, 2013
  • Re: how rename for files at display level(useri nterface)

    Hi sruthi123, You can custom the queue table to achieve it. The examle below show you how to do that. <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Kenneth on January 18, 2012
  • Re: Styling attachments table

    Hi Jerry2, Try the example below <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html xmlns=''http://www.w3.org/1999/xhtml''><head> <title> Form - ...
    Posted to ASP Uploader (Forum) by Kenneth on December 22, 2011
  • Re: How to customize the UI

    Hi jbruso,   Please override the queue table to achieve it. The example below shows you how to custom the queue table   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 31, 2010
  • Re: Document types under the browse_Document.asp file

    Please open the browse_Document.asp. And change the following code to meet your requirements: Function GetExtension(str_FileName)  dim allextensions allextensions = ''arj,asa,asax,ascx,asmx,asp,aspx,au,avi,bat,bmp,''  allextensions = allextensions &''cab,chm,com,config,cs,css,disco,dll,doc,''  allextensions = ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 13, 2005
  • Re: Changing the target url form the document or image path ver 4

    For those that might have a similair need especially if the editor is located in a different domain than the users website.   I used the vbscript replace function after the editor was submitted to remove the unnecessary path information.   Then when the editor reloads I use a replace function to put it back in so the graphics ...
    Posted to Cute Editor for ASP (Forum) by lundrigan on June 6, 2005
  • Re: big problem with gallery and document path

    just change your imagepath d:\inetpub\wwwroot\images'' (for ex.) and on your other third level domain why don't you create a virtual directory  called  ''img''  as ''images.domain.com/img'' pointing on your physical root! It depends if your domains are on the same server or not. we are using this solution works very ...
    Posted to Cute Editor for ASP (Forum) by brozerman on January 10, 2005
  • Re: I get an error whenever I try to save a document.

      If you see the error message above, it means that you installed the latest version of the Framework ASP.NET1.1. Now ASP.NET 1.1 adds protection when you post HTML code and CuteEditor does that of course so here comes the error message, no harm just a warning.   To prevent this message from appearing again, you need to set ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 10, 2004
  • Re: problem to set background image using <body>

    hi   is it possible for me to call a javascript function to change the background which i set in <body> in a cuteeditor....   this is my javascript function :   function fnChangeTemplate(TemplateID,Orientation,CategoryID,FileName,BackGround,Side) { if(Side=='front') { var editor1 = document.getElementById('<% = ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on April 9, 2009
« First ... < Previous 3 4 5 6 7 Next > ... Last »