Search

You searched for the word(s): document
Showing page 110 of 325 (3,244 total posts) < 1 second(s)
  • inserting page numbers

    Can anyone please tell me how to insert page numbers in a cute editor document At the end of the day it will be converted to a PDF   Only way I can see is to convert it to RTF then using a Word Object insert the page numbers and then load the altered RTF doc up again but since application is a Web project dont think this is a good ...
    Posted to Cute Editor for .NET (Forum) by dave2007 on January 10, 2008
  • Char counter not working when switching to HTML view

    Hi,   I have a character counter that's roughly like this: function CuteEditor_OnInitialized(editor) {     var edQ = document.getElementById(''<% =ceQuestions.ClientID %>'');     editdocQ.attachEvent(''onkeyup'', function() { CalcChars (''<% =ceQuestions.ClientID %>'',  100); ...
    Posted to Cute Editor for .NET (Forum) by ascii64 on January 8, 2008
  • Set the value of a dropdown using Javascript?

    How can I set the value of a dropdown using Javascript? e.g. Have Courier selected in the Default Font dropdown. This must be done using Javascript as the value I want to select depends on choices the user has made client side.   I am able  to grab the element but am not able to find a way to set the selected index ... does ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on December 21, 2007
  • Cannot use inline assignment and direct assignment doesn't work

    Adam,   Throughout your javascript examples, you use this format:   <%=Editor1.ClientID%>   We cannot use this format because of Ajax implementation which cannot alter controls using inline code or assignment. Also, Microsoft recommends not using inline in Framework 3.   When I use the standard ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 16, 2007
  • Add fields to dialog

    Hi, I want to add some fields to the Insert Image dialog, like the attribute ''title''. Because it is not possible to edit the JavaScript-code -which is very annoying by the way, because customization is very limited this way-, I decided to write it myself. I replaced InsertImage.php with my own version which contains a form and some ...
    Posted to Cute Editor for PHP (Forum) by J-roen on October 12, 2007
  • creating pdf from javascript

    Can someone please tell me what is wrong with this code.  I keep getting an error object expected from the script debugger in IE and nothing happens.   <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''2PDF.aspx.vb'' Inherits=''_2PDF'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by miltonsnider on October 5, 2007
  • Re: stop a new instance of ce

    Adam,   One of the linked pages I have is a member's area, where each member can go to perform other actions. The link to this area is located on the editor's page. On the member's area page I also have a link to the editor. I have this rather than have the client use the BACK button. What happens, it seems, is by pressing the link to go ...
    Posted to Cute Editor for .NET (Forum) by LearnerNM on October 5, 2007
  • Changing ImageGalleryPath client side via Javascript.

    Hi Adam, My config has this setting... <security name=''ImageGalleryPath''>~/ImageGallery/16x16</security>   Is it possible to change this setting client side before the 'ImageGalleryByBrowsing' command is executed? Some thing like... // Public Image Gallery function callShowPublicImageGallery(str_CEID) { ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on September 19, 2007
  • #1. using InsertImage #2. Generate custom html using InsertImage.

    Hi..again... I have 2 Questions. #1. using InsertImage I want to Insert Some Function while uploading image using InsertImage. That function have generating Thumbnail Image. ex) Uploading 3000*2000 px photo, when saving Original Image File, I want to generate 4 different size of photo for List Page. So, I want to know where I can Insert ...
    Posted to Cute Editor for .NET (Forum) by coverboy on September 12, 2007
  • Re: Counting characters in the text area

    In the bottom of your page, post the following script:     <script>   function CuteEditor_OnChange(editor)   {     // get the cute editor instance    var editor1 = ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 28, 2007