[CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

  1. #1

    [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    I have a multicombo that I have added triggers to. Trigger 1 will be to 'Select All', Trigger 2 will be to 'Clear All'

    Ideally the standard button for the arrow should come before the trigger fields (See attached MultiCombo Trigger - What Should be.png), with my current code it comes after (See attached MultiCombo Trigger Orig.png):

     <ext:MultiCombo ID="cboValidateReportType" runat="server" Editable="false" Width="185"
                                                FieldLabel="Billing Type"  >
                            <Triggers>
                                <ext:FieldTrigger Icon="Ellipsis"  Qtip="Select All" />
                                <ext:FieldTrigger Icon="Clear" Qtip="Clear All" />
                            </Triggers>
                            
                            <Listeners>
                                <TriggerClick Fn="triggerHandler" />
                            </Listeners>
                            
                            </ext:MultiCombo>
    Is there a way to adjust the placement of the trigger fields?

    Thanks~
  2. #2

    RE: [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    Hi,

    We added new property to the all trigger fields - FirstBaseTrigger
    If true then base trigger (which perfroms base action - show dropdown list and etc) will be displayed first
    Please update from SVN
  3. #3

    RE: [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    Wow - you guys are fast!

    I'm not sure when we will be able to update from SVN because we are in the middle of QA and only high priority changes are being made for our first release to production.

    Can you tell me what files/code you changed for this update so I can look at just those changes? Then I can apply it to our current version without QA having to regression test.

    Thanks~
  4. #4

    RE: [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    Hi,

    I don't know your current version. TriggerField (and inheritors) were changed recently. Therefore it has hard to say where you should to change.


    Can you zip the following folder from your current distributive and send to the support@object.net?
    Ext.Net\Build\Ext.Net\extnet\core\form\


    I will change it and resend to you
  5. #5

    RE: [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    Hi,

    I send back changed files. Please check it
  6. #6

    RE: [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    Worked perfect.

    Thank You!
  7. #7

    RE: [CLOSED] [1.0] MultiCombo - possible to change position of Trigger fields?

    Was just browsing around.. Must say apart from the good work in Coolite/Ext.Net itself, the team also excels in their Support promise.. Keep up the good work guys!!!

Similar Threads

  1. Change height trigger button
    By flaviodamaia in forum 2.x Help
    Replies: 1
    Last Post: Jul 26, 2012, 4:55 PM
  2. Help with Custom trigger on MultiCombo
    By joao.msdn in forum 1.x Help
    Replies: 1
    Last Post: Mar 09, 2011, 3:34 PM
  3. Replies: 3
    Last Post: Jul 20, 2010, 7:48 PM
  4. [1.0] MultiCombo trigger question
    By steve.redmon in forum 1.x Help
    Replies: 3
    Last Post: Jun 10, 2010, 5:37 PM
  5. [CLOSED] scrollbar position change
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 10, 2009, 3:29 PM

Posting Permissions