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 8035151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:13:43+00:00 2026-06-05T02:13:43+00:00

By the default list does not have titleBar, but when I create a list

  • 0

By the default list does not have titleBar, but when I create a list in such a way it has an empty titleBar

Ext.define('Application.view.RecipeList', {
    extend: 'Ext.List',
    xtype: 'recipelist',
    requires: ['Application.store.Recipes'],
    id:'list',   
    config: {             
        grouped: true,
        itemTpl: '{title}',
        store: 'Recipes',
        onItemDisclosure: true
    }
});

Can somebody help me to understand how to hide titleBar?

  • 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-05T02:13:44+00:00Added an answer on June 5, 2026 at 2:13 am

    The empty bar is actually your navigation bar.

    If you want to hide it you just need to set the navigationBar to false in your mainpanel

    Update

    config: {
        navigationBar: false, 
        items: [{
            xtype: 'recipelist',
        }]
    }
    

    Update

    Here’s how to add the searchbar in your navigationbar

    this.getMain().getNavigationBar().add({
        xtype: 'searchfield',
        itemId:'contact_search',
        placeHolder: 'Search....',
        listeners: {
            scope: this,
            clearicontap: this.onSearchClearIconTap,
            keyup: this.onSearchKeyUp
        }
    });
    

    But then you need to hide it when you switch to the detail card, but I’ll let you figure out how to do that.

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

Sidebar

Related Questions

I have the following code when i add to the list it does not
I have some questions about the default values in a function parameter list Is
How can I list all instantiated objects in all application, using FASTMM4 or default
So I have a selection list, and if the default value hasn't been changed
Why does the width of the 3rd list in my drop down menu not
I am working with a custom enumerated type in C++, but it does not
i have listview one button( default content == Add) and 1 textbox. On list
I'm a user of Aquamacs under OS X, which by default does not recognize
I have a list in Sharepoint 2010 which has a Choice type column that
Error is ddlgvRooms' has a SelectedValue which is invalid because it does not exist

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.