[CLOSED] Another question about Desktop Menu

  1. #1

    [CLOSED] Another question about Desktop Menu

    It's amlost the same question that the other one I asked before but for a submenu system like that one :

    <ext:DesktopModule ModuleID="toolsModule">
        <Launcher runat="server" Text="Tools" >
            <Menu>
                <ext:Menu runat="server" Title="tools">
                   <Items>
                        <ext:MenuItem Text="Charts template" Icon="Eye">
                            <Listeners>
                                <Click Handler="#{wndChartTemplate}.show();" />
                            </Listeners>
                        </ext:MenuItem>
                         <ext:MenuItem id="mnuAdministration" Text="Administration" Icon="Wrench" HideOnClick="false" Visible="false">
                            <Menu>
                                <ext:Menu ID="Menu2" runat="server">
                                    <Items>
                                        <ext:MenuItem Text="World region" Icon="Table">
                                            <Listeners>
                                                <Click Handler="#{wndWorldRegion}.show();" />
                                            </Listeners>
                                        </ext:MenuItem>
                                        <ext:MenuItem Text="Country" Icon="Table">
                                            <Listeners>
                                                <Click Handler="#{wndCountry}.show();" />
                                            </Listeners>
                                        </ext:MenuItem>
                                        <ext:MenuItem Text="Entities" Icon="Table">
                                            <Listeners>
                                                <Click Handler="#{wndRmdEntities}.show();" />
                                            </Listeners>
                                        </ext:MenuItem>
                                        <ext:MenuItem Text="Users" Icon="Table">
                                            <Listeners>
                                                <Click Handler="#{wndUsers}.show();" />
                                            </Listeners>
                                        </ext:MenuItem>
                                    </Items>
                                </ext:Menu>
                            </Menu>
                        </ext:MenuItem>
                   </Items>
                </ext:Menu>
            </Menu>
        </Launcher>
    </ext:DesktopModule>
    
    I want the window I have to open in the submenu belonged to the desktop. I can't define a window into a menu, so how to achieve that please?
    Last edited by Daniil; Apr 19, 2012 at 7:53 PM. Reason: [CLOSED]
  2. #2
    Hi,

    As far as I can understand the requirement the answer is here, isn't that so?
    http://forums.ext.net/showthread.php...ll=1#post79933
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    As far as I can understand the requirement the answer is here, isn't that so?
    http://forums.ext.net/showthread.php...ll=1#post79933
    Yes, you are right

Similar Threads

  1. Replies: 8
    Last Post: Jul 29, 2012, 10:58 AM
  2. [CLOSED] Question about desktop window
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 25, 2012, 8:00 AM
  3. [CLOSED] Desktop problem & question
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 08, 2011, 11:47 AM
  4. Question about using Desktop control
    By vali1993 in forum 1.x Help
    Replies: 2
    Last Post: Jan 20, 2010, 3:15 PM
  5. [CLOSED] Desktop bug and question.
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 09, 2009, 11:40 AM

Posting Permissions