[CLOSED] Click Disable MultiCombo

  1. #1

    [CLOSED] Click Disable MultiCombo

    I would like to use the control:

    Button with Menu to emulate MultiCombo

    https://examples1.ext.net/#/Form/ComboBox/MultiCombo/

     <ext:Button ID="Button1" runat="server" Icon="Rgb" Text="[Select Colors]" Width="200">
                <Menu>
                    <ext:Menu runat="server" Width="200">
                        <Defaults>
                            <ext:Parameter Name="HideOnClick" Value="false" Mode="Raw" />
                        </Defaults>
                        <Items>
                            <ext:CheckMenuItem runat="server" Text="Red" CheckHandler="updateButtonText"  />
                            <ext:CheckMenuItem runat="server" Text="Green" CheckHandler="updateButtonText" />
                            <ext:CheckMenuItem runat="server" Text="Blue" CheckHandler="updateButtonText" />
                        </Items>                    
                    </ext:Menu>
                </Menu>
            </ext:Button>
    You can disable the click and then reactivate from codebehind?
    Last edited by Daniil; Oct 26, 2010 at 2:03 PM. Reason: Marked as [CLOSED]. No more information was provided.
  2. #2
    Quote Originally Posted by 78fede78 View Post
    You can disable the click and then reactivate from codebehind?
    Hi,

    Please clarify what click?

    NOTE: Marked as solved. No more information was provided.
    Last edited by Daniil; Oct 25, 2010 at 7:37 PM. Reason: Added note

Similar Threads

  1. [CLOSED] How do I disable the TreePanel expand on double click
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 12, 2012, 11:47 AM
  2. Replies: 1
    Last Post: Oct 18, 2011, 12:16 PM
  3. Replies: 1
    Last Post: Jul 28, 2011, 4:25 PM
  4. [CLOSED] [1.0] TreeEditor disable single-click to edit
    By danielg in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 09, 2009, 11:17 AM
  5. How to disable the browser's right click menu?
    By dbassett74 in forum 1.x Help
    Replies: 1
    Last Post: Apr 23, 2009, 8:26 PM

Posting Permissions