[CLOSED] [1.0] Ellipsis FieldTrigger Icon displays as the normal combo icon

  1. #1

    [CLOSED] [1.0] Ellipsis FieldTrigger Icon displays as the normal combo icon

    Please try this:

    <ext:ComboBox runat="server" ID="combo" FieldLabel="Agent" Cls="combo" StoreID="storeAgent" DisplayField="fullName" ValueField="profileNum" AllowBlank="false" ForceSelection="true"
        Mode="Local">
        <Triggers>
            <ext:FieldTrigger Icon="Ellipsis" />
        </Triggers>
    </ext:ComboBox>
    A normal Combo drop-down icon is visible instead of the Ellipsis icon, looks like a minor bug somewhere in resource build.
    Last edited by Daniil; Aug 02, 2010 at 9:52 AM.
  2. #2
    Hi,

    You can set the TriggerIcon property directly on the <ext:ComboBox>

    Example

    <ext:ComboBox runat="server" FieldLabel="Agent" TriggerIcon="Ellipsis" />
    The inner <Triggers> config will render trigger buttons in addition to the default button.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    You can set the TriggerIcon property directly on the <ext:ComboBox>
    Hi geoff, I understand that. What I am saying is that for the Extra Trigger rendered, the icon shown is combo's drop-down, not the ellipsis icon. This happens only with Ellipsis (not with SimpleAdd etc), so I guess the issue is with resource build.

    Please see the attached screenshot:

    Click image for larger version. 

Name:	Clipboard01.png 
Views:	158 
Size:	2.0 KB 
ID:	1431
  4. #4
    Hi Rahul,

    Sorry about that. I misunderstood the original question.

    Any way, this issue was fixed approx 1-2 weeks(?) ago. I can't remember exactly. When I run your original code sample the trigger icons are now rendered correctly.

    I think an SVN update should fix the problem.

    Hope this helps.
    Geoffrey McGill
    Founder
  5. #5
  6. #6
    Thanks geoff and daniil.. You can mark this as fixed!!!

Similar Threads

  1. [CLOSED] [1.0]Set combo listItem icon at runtime
    By edigital in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 03, 2010, 11:12 AM
  2. Replies: 3
    Last Post: Jul 20, 2010, 7:48 PM
  3. [CLOSED] Icon Combo
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 08, 2010, 4:00 PM
  4. [CLOSED] Error setting the combo icon
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 05, 2010, 4:12 PM
  5. Replies: 8
    Last Post: Aug 11, 2009, 4:14 PM

Posting Permissions