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

  • Home
  • SEARCH
  • 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 7783135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:45:07+00:00 2026-06-01T19:45:07+00:00

items: [ { xtype: ‘textareafield’, label: ‘references’, items: [{ xtype:’textareafield’, } ] }] I

  • 0
items: [
         {
          xtype: 'textareafield',
           label: 'references',
           items: [{
                    xtype:'textareafield',
                      }
                 ]
                   }]

I want to create a textarea field inside a textarea, but it’s displaying only one textareafield and not showing inner textareafield.

  • 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-06-01T19:45:09+00:00Added an answer on June 1, 2026 at 7:45 pm

    items config does not work here as it’s not available to Ext.field, try component config instead, something like this:

    {
        xtype: 'textfield',
        component: {
          xtype: 'container', 
          layout: 'vbox', 
          items: [
          {
            xtype: 'textareainput', 
            flex: 3,
          }, 
          {
            xtype: 'textareafield',
            flex: 1, 
          }
          ]},
    },
    

    P/S: Behine the scene, Sencha Touch 2 sets component config to {xtype: "textareainput"} by default, so with this method, you can insert whatever you want, such as buttons, and so on.

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

Sidebar

Related Questions

2 panels: Ext.create('Ext.Container', { fullscreen: true, layout: 'hbox', items: [ { xtype: 'panel', html:
Ext.create('Ext.form.FormPanel', { title: 'Task option', items:[ { xtype: 'textfield', name: 'txt-test1', id: 'time', How
My items are listed as follows; This is just a summary of course. But
I want to sort items where the comparison is performed by humans: Pictures Priority
I have some items in my .emacs that I don't want to run if
I want to enable or disable checkboxes in EXTJS dockedItems: [{ xtype: 'toolbar', dock:
I have a simple ExtJS 4 (xtype form) inside a window. It has two
i have the problem with displaying fields on form var test = Ext.create('Ext.form.Panel', {
By removing a field in a fieldset, it's label is not removed. How can
I have a composite field with two textfield items. The first textfield's grow property

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.