Search

You searched for the word(s):
< 1 second(s)
  • Load word doc with image included?

    How can I load a doc. with an image included, that was created with the Editor into the CuteEditor? I can load a doc fine without an image, but when I try one with an image it displays an array of characters. &nbsp; Im using editor1.loadWord(path);
    Posted to Cute Editor for .NET (Forum) by pthomas on December 8, 2009
  • Loading a PDF document

    Hey I see there are ways to load document type such as LoadRTF, LoadDoc and etc, but Im not seeing an option for a PDF. Can someone help me? &nbsp; Thanks!
    Posted to Cute Editor for .NET (Forum) by pthomas on December 8, 2009
  • Re: Menu Dropdown List Click Event

    I figured it out, Example below. &nbsp; Add this javascript to the page... function CuteEditor_OnCommand(editor, command, ui, value) { if (command == ''SaveAsPdf'') { // This is the command of the Save as Pdf object I created in the common.config file // Then save as a pdf documnet return true; } }
    Posted to Cute Editor for .NET (Forum) by pthomas on December 7, 2009
  • Re: Menu Dropdown List Click Event

    Hello??? Someone help me please!!!
    Posted to Cute Editor for .NET (Forum) by pthomas on December 7, 2009
  • Re: Menu Dropdown List Click Event

    Hey you responded to my post yesterday about adding an event to a Dropdown menu. &nbsp; This is my example: This loads as a default with all the other buttons created in the common.config file. &nbsp; What I would like to know is how to add a click event to the ''Save As Word'' option for example? In the common.config file I have a name, ...
    Posted to Cute Editor for .NET (Forum) by pthomas on December 4, 2009
  • Re: Menu Dropdown List Click Event

    Can you supply some code showing how you would do this? In the example you stated, creates the button object in the code behind, then ties an event to it. &nbsp; Im wanting to know how to tie the event to a dropdown option that was NOT created in the codebehind.... Is there a way that I can reach an object in the dropdown menu from the ...
    Posted to Cute Editor for .NET (Forum) by pthomas on December 3, 2009
  • Re: Menu Dropdown List Click Event

    Im not trying to dynamically populate at runtime. &nbsp; I already have the New menu button added to the toolbar with the dropdown menu populated using the steps from http://cutesoft.net/developer+guide/index.html, under context menu customization. &nbsp; What I would like to know is from here, how do I add a click event to the custom items in ...
    Posted to Cute Editor for .NET (Forum) by pthomas on December 3, 2009
  • Menu Dropdown List Click Event

    Hey, I added a custom Save As button is the menu bar that when clicked it displays a dropdown list with options of saving the doc in other formats. &nbsp; I added the Save AS button using the common.config file and it displays perfectly! :) &nbsp; My question is, how to I tie a click event function to the options in the Save As dropdown ...
    Posted to Cute Editor for .NET (Forum) by pthomas on December 3, 2009