Menu Module in Desktop

  1. #1

    Menu Module in Desktop

    Hello,
    I?m trying to lauch a .ascx module by launcher menu but it never lauches.

    My code on DesktopModule is:

    <ext:DesktopModule ModuleID="mCadastros">
                       <Launcher ID="lCadastros" Text="Cadastros" Icon="Add" >
                                <Menu>
                                        <ext:Menu ID="submnCadastros" runat="server" HideMode="Visibility">
                                            <Items>
                                                <ext:MenuItem ID="Item1" runat="server" Icon="Mail" Text="Cadastro1"  >
                                                    <DirectEvents>
                                                        <Click OnEvent="CarregaModuloCadastroAscx" />
                                                    </DirectEvents>
                                                </ext:MenuItem>
                                                <ext:MenuItem ID="Item2" runat="server" Icon="UserAlert" Text="Cadastro de Alerta" />
                                            </Items>
                                        </ext:Menu>
                                    </Menu>
                       </Launcher>
                    </ext:DesktopModule>
    How can I lauch a DesktopModuleProxy by Menu Items ? Thanks for reply!
    Last edited by Daniil; May 05, 2014 at 7:48 AM. Reason: Please use [CODE] tags
  2. #2
    Hi @dtsleite,

    Welcome to the Ext.NET forums!

    A full, runnable and simplified example to reproduce the problem is appreciated.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @dtsleite,

    Welcome to the Ext.NET forums!

    A full, runnable and simplified example to reproduce the problem is appreciated.
    I already found a solution to this problem. Thanks for reply.
  4. #4
    Sharing a solution might help other forum members in the future.

Similar Threads

  1. desktop control value in child module.
    By sjetton in forum 2.x Help
    Replies: 1
    Last Post: Aug 30, 2013, 6:04 PM
  2. Selected desktop module ID
    By yash.kapoor in forum 2.x Help
    Replies: 0
    Last Post: Jan 07, 2013, 6:40 AM
  3. 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
  4. Render dynamic module in Desktop
    By AIM System Ltd in forum 2.x Help
    Replies: 0
    Last Post: Jul 25, 2012, 7:31 AM
  5. Desktop Module JS error
    By fenix2222 in forum Bugs
    Replies: 1
    Last Post: Mar 29, 2009, 2:21 PM

Tags for this Thread

Posting Permissions