Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6935941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:10:08+00:00 2026-05-27T12:10:08+00:00

I have this: my.Settings = { id: ‘settings’, xtype: ‘panel’, title: ‘Settings’, iconCls: ‘settings’,

  • 0

I have this:

my.Settings = {
    id: 'settings',
    xtype: 'panel',
    title: 'Settings',
    iconCls: 'settings',
    layout: 'card',
    items:[
        my.form1,
        my.form2
    ]
};

When my.form1 is a config object, the form is visible and clickable (inputs allow entry, selects bring up dropdown options, etc.).

However, when I try to use Ext.define and Ext.create, the form appears visually, but nothing is selectable. If I use a tabpanel, the tabs aren’t clickable, and on forms inputs won’t focus or bring up the keyboard, and don’t seem to respond to input at all.

Here’s how I tried it:

Ext.define('my.form1', {
extend: 'Ext.form.Panel'
config:{...}
}

…

items: [
   Ext.create('my.form1',{id: 'myForm1'})
]

What about the second method causes the form to break? I’m trying to move toward using require and Ext.create for dynamic loading, but I can’t do this if I can’t get the simplest case working.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:10:09+00:00Added an answer on May 27, 2026 at 12:10 pm

    did you set the current active item? Because you use the card layout:

    var panel = Ext.create('Ext.Panel', {
    layout: 'card',
    items: [
        {
            html: "First Item"
        },
        {
            html: "Second Item"
        },
        {
            html: "Third Item"
        },
        {
            html: "Fourth Item"
        }
    ]
    });
    // here we set the active item to show on the screen
    panel.getLayout().setActiveItem(1);
    

    See http://docs.sencha.com/touch/2-0/#!/api/Ext.layout.Card for more information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Weired problem! ASP.NET Session expires instantly. In my web.config I have this session settings:
I have this file: C:\Documents and Settings\extryasam\My Documents\Visual Studio 2010\Projects\FCR\WebApplication4\config\roles.txt and I want to
I have this code for the settings: Dim settings As XmlWriterSettings = New XmlWriterSettings()
I have this code: int se = (int) settings.GruppoSegreteria; var acc = db.USR_Accounts.Where( p
I have a WordPress plugin with settings page. On this settings page, the form
Currently, in my settings module I have this: LOGIN_URL = '/login' If I ever
In settings.py I have setup a way to log my messages like this: logging.basicConfig(
I have a ClickOnce environment like this: \\Fileserver\ClickOnceApps\App1.application C:\Documents and Settings\user\Start Menu\Programs\publisher\app1.appref-ms My understanding
I have a <textarea> in my wp theme settings. How can I convert this
I have inserted this in settings.py: AUTHENTICATION_BACKENDS = ( 'blog.auth.backends.EmailBackend', 'django.contrib.auth.backends.ModelBackend', ) blog is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.