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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:23:42+00:00 2026-06-06T10:23:42+00:00

I am new at Extjs and Sencha. i started to design my UI and

  • 0

I am new at Extjs and Sencha. i started to design my UI and i could successfully add an iconCls with buttons. now i need to add icon to a checkitem menue http://dev.sencha.com/deploy/ext-4.1.0-gpl/docs/index.html#!/api/Ext.menu.CheckItem

but i couldn’t ! even though i use iconCls property.
anyone have done this before ?

  • 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-06T10:23:43+00:00Added an answer on June 6, 2026 at 10:23 am

    If you just want the icon right next to the text, you can just insert an image after the menu item is rendered

    Ext.create('Ext.menu.Menu', {
        width: 100,
        height: 200,
        floating: false, 
        renderTo: Ext.getBody(), 
        items: [{
            xtype: 'menucheckitem',
            text: 'select all',
            listeners: {
                render: function(comp) {
                    Ext.DomHelper.insertAfter(comp.getEl().down(".x-menu-item-icon"), {
                        tag: 'img', 
                        src: "http://flyosity.com/images/_blogentries/networkicon/stepfinal2.png",
                        width: 16,
                        height: 16
                    });
                }            
            }
        }]
    });
    

    Ideally, you’d create a plugin or a subclass so you can reuse this functionality. The above code does not realign the separator, it’s single separator for the entire menu, but it should give you a head start

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

Sidebar

Related Questions

I am very new to ExtJS and still going through the Docs in Sencha
I need a grid built in extjs designer to add data to the grid
I am new to ExtJS and I want to add something like a favorite
I am new to EXTJS and am using EXTJS-4.1 for now. I have a
I am new to ExtJs and I am using ExtJs4. Now As shown in
Iam new to extjs , i need to do Drag and Drop functionality between
I'm totally new to sencha touch and extjs. Here is the scenario: Suppose you
Very new to extjs 4.0. So i could be phrasing this incorrectly. I have
I am new to ExtJs. I need to create an entry form in 2
I am new to ExtJS (4.1) and now I am trying to make an

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.