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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:34:34+00:00 2026-05-26T17:34:34+00:00

I am using dijit.form.dropDownbutton in my application. However, I want to remove the down

  • 0

I am using dijit.form.dropDownbutton in my application. However, I want to remove the down arrow icon in the drop down button. Is there a way to do so?

  • 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-26T17:34:35+00:00Added an answer on May 26, 2026 at 5:34 pm

    First, don’t do it. It’s there because of the various usability conventions – something users come to expect. It points them to a familiar functionality, where a down arrow icon indicates a dropdown box.

    Secondly, if you choose to ignore the first advice you can go ahead and do it. The button is controlled by (in case of claro theme):

    .claro .dijitArrowButtonInner {
        width: 15px;
        height: 15px;
        margin: 0 auto;
        background-image: url(form/images/buttonArrows.png);
        background-repeat: no-repeat;
        background-position: -51px 53%;
    }
    

    overriding it and adding: display: none; removes the arrow and re-sizes the button. You can override it by, for example, assigning an additional class yourclass to the div and building a paraller CSS hierarchy:

    .claro .yourclass .dijitArrowButtonInner {
        display: none !important;
    }
    

    so that in your <head> part you have:

    <style>
        .claro .yourclass .dijitArrowButtonInner {
            display: none !important;
        }
    </style>
    

    and then:

    <body class=" claro ">
    ...
        <div id="dropdownButtonContainer" class="yourclass"></div>
    ...
    

    If there is a programmatic way that is simpler than that – I am not aware of it.

    EDIT
    also, as a friendly advice, you should really try and accept answers for your questions, otherwise at some point no one will answer you.

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

Sidebar

Related Questions

I am using dijit.form.FilteringSelect to provide a way to select values from a <select>.
When using the dijit.form.NumberSpinner widget, the arrow buttons don't show up on IE6, unless
I'm using a standard output of Zend_Dojo_Element_DateTextbox AKA dijit.form.datetextbox... I want to use NULL
I'm using some dijit.form.NumberSpinner widgets in my dojo-based application, all of them are connected
In my example below I'm using a dijit.form.DateTextBox : <input type=text name=startDate dojoType=dijit.form.DateTextBox constraints={datePattern:'MM/dd/yyyy'}
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using C# and System.Data.SqlClient, is there a way to retrieve a list of parameters
<input type=text name=FirstName onclick=timeTracker._recordStartTime(); value= dojoType=dijit.form.TextBox id=FirstName/> <br /> <br /><br /><br /> <button
iam using an dijit.form.NumberTextBox, if no value is inside it returns NaN , is
I am using Dojo Toolkit and I want form elements to serialize into array,

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.