[CLOSED] how to launch desktop Module from client side

  1. #1

    [CLOSED] how to launch desktop Module from client side

    What is client side function that launches module same as the function on server :
    this.GetDesktop().LaunchModule(moduleId);
    Thanks
    -susan zhang
    Last edited by Daniil; Dec 03, 2014 at 7:12 PM. Reason: [CLOSED]
  2. #2
    Hi @susanz,

    Your server code produces a piece of JavaScript code which is sent back to client in a server response. So, looking at a server response you can easily answer your question. You can inspect server responses using any tool that you like. For example, Chrome's or IE's Developer Tools, Firefox Firebug, Fiddler.

    You will find out something like that.
    App.Desktop1.getModule("someModuleId").createWindow();
  3. #3
    Got it. Thanks for the details!
    Thanks

Similar Threads

  1. Menu Module in Desktop
    By dtsleite in forum 2.x Help
    Replies: 3
    Last Post: May 08, 2014, 4:49 AM
  2. Selected desktop module ID
    By yash.kapoor in forum 2.x Help
    Replies: 0
    Last Post: Jan 07, 2013, 6:40 AM
  3. cant remove Shortcut from desktop module
    By Kaveh in forum 2.x Help
    Replies: 5
    Last Post: Jan 02, 2013, 5:57 PM
  4. How to get the Desktop Module Window Id
    By yash.kapoor in forum 2.x Help
    Replies: 1
    Last Post: Nov 12, 2012, 6:00 AM
  5. Desktop Module JS error
    By fenix2222 in forum Bugs
    Replies: 1
    Last Post: Mar 29, 2009, 2:21 PM

Posting Permissions