Search

You searched for the word(s):
Showing page 1 of 2 (18 total posts) < 1 second(s)
  • Re: Custom Dialog Box

    I guess I'm confused by the editor argument in the Custom Button code: &nbsp; var newwin=editor.ShowDialog(null,''/modules/manage/addStandalonePageLink.asp?dpt=&lt;%=Request.QueryString(''dpt'')%&gt;&amp;_rand=''+new Date().getTime(),editor,''dialogWidth:292px;dialogHeight:175px''); &nbsp; What good does this do me in the dilog box? I thought ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 22, 2007
  • Re: Custom Dialog Box

    Adam, &nbsp;&nbsp; Thanks. &nbsp;&nbsp; I've modified my Dialog Box script. &nbsp;&nbsp; I'm not understanding why the var editor = Window_GetDialogArguments(window); portion of the script isn't recognized when I use rng = editor.selection.createRange();. &nbsp;&nbsp; The script generates a editor.selection is Null or not an ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 22, 2007
  • Custom Dialog Box

    Using: CuteEditor for ASP 6 &nbsp; Goal: Create a Custom Button on the Toolbar, Custom Button will open a Custom Dialog Box, Custom Dialog Box will list all pre-built webpages for linking, Selected link will be returned to the calling editor formatted as a &lt;a href=..., If text was selected in the calling editor ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 19, 2007
  • Re: Instantiate Editor with pure JavaScript

    ''This editor is not a pure JavsScript editor.'' &nbsp; You're kidding, right? &nbsp; The invocation process is ASP/VBScript, but the editor is pure client-side JavaScript. The ASP process simply probes, makes choices and assembles the client side code needed to present the editor to the web browser app. for display. This is great for pre ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 17, 2007
  • Re: Instantiate Editor with pure JavaScript

    Adam - Thanks &nbsp; I need a Pure JavaScript solution. The editor needs to be invoked at run time by user interaction. I don't know before hand if the editor will be wanted by the end user so ASP isn't an option. &nbsp; I'm currently combing through the CuteEditor_Files to see if I can take advantage of something or if I might write a ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 17, 2007
  • Instantiate Editor with pure JavaScript

    I appologize if this is in the Forum or Documentation, I could find it. Have to move on. &nbsp; I want to be able to instantiate an editor using pure JavaScript. i.e. &nbsp;&nbsp; var anEditor = new CuteEditor() &nbsp;&nbsp; anEditor.whatever = something; &nbsp;&nbsp; etc... &nbsp; Something? &nbsp; If this is already on the Forum or in ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 17, 2007
  • Invoking the Browse.. dialog box directly from a custom HTML button

    I want to be able to invoke the dialog box below via a custom html button. I have the button and am using the&nbsp;editor.ExecCommand('InsertImage'); Everything works fine, I just want the less complicated dialog and can't find how to do this in the Forum or in the documentation. I'm not interested in giving the end users the ability to set ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 15, 2007
  • Re: Disable Context Menu on Selector (left mouse click)

    Okay. I'll have to disable it. There are formatting options on the tag selector menu that I don't want certain users to have access to. Want to maintain site design integrity. &nbsp; Thanks for putting up with my insisting. &nbsp; Bill R.
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on September 21, 2007
  • Re: Disable Context Menu on Selector (left mouse click)

    There is a context menu available on the tag selector in the tray when the tag selector is enabled. OR do you call it something else. I'm talking about the &lt;P&gt; in the tray, when it is LEFT mouse clicked a [context menu] pops up. Maybe you call it something else. This is to which I am now refering. Is there a way to have the &lt;P&gt; ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on September 20, 2007
  • Re: Disable Context Menu on Selector (left mouse click)

    I'm disappointed to see that is how it is done. Is there another way? I like the tag selector a lot! And, where does the context menu get built from? A config file somewhere? Can the context feature be disabled and still allow the tag selector to select contained text? &nbsp; Bill R.
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on September 20, 2007
1 2 Next >