[CLOSED] [2.0] IDMode Static

  1. #1

    [CLOSED] [2.0] IDMode Static

    Hello,

    I'm using the following in my layout:

        <body>
            @(Html.X().ResourceManager()
                .IDMode(Ext.Net.IDMode.Static)
                .Theme(Ext.Net.Theme.Gray)
            )
    
    
            @RenderBody()
        </body>
    I also have a FormPanel with an .ID("Panel1") and when I click a button, a listener says "Panel1" is not identified. Works if I use #{Panel1}.

    Cheers
    Last edited by Daniil; Jan 30, 2012 at 11:15 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I think it's still shared with default ResourceManager Namespace "App".

    Please try:
    App.Panel1
    The related CHANGELOG item #90:
    https://examples2.ext.net/#/Getting_...nts/CHANGELOG/

Similar Threads

  1. [CLOSED] javascript & idmode
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 01, 2011, 11:05 AM
  2. Replies: 13
    Last Post: May 16, 2011, 1:26 PM
  3. IDMode in a UserControl
    By David Pelaez in forum 1.x Help
    Replies: 1
    Last Post: Mar 23, 2011, 8:55 PM
  4. Replies: 1
    Last Post: Jan 08, 2010, 12:27 AM
  5. [CLOSED] [1.0] Grid with PagingToolbar problem with Explicit IDMode
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 05, 2010, 2:36 PM

Posting Permissions