[CLOSED] SelectBox triggers

  1. #1

    [CLOSED] SelectBox triggers



    I'm trying to add a trigger to a SelectBox. However, when I click on the trigger the drop down list appears as though I clicked the down-arrow trigger.

    It looks as though this was implemented as a trigger, and you are assuming that any triggerClick is yours.
  2. #2

    RE: [CLOSED] SelectBox triggers

    Hi,

    Please update from SVN and retest
  3. #3

    RE: [CLOSED] SelectBox triggers

    Vladimir;

    Thanks that did the trick, plus it cleaned up some other weird behavior I was seeing w/SelectBox triggers.

    One more thing about triggers & the SelectBox:

    - Would it be possible to put the triggers to the right of the down-arrow?

    This seems the be the standard arrangment when I see triggers and selects together. See the IE8 URL box, its has 2-3 triggers to the right of the down-arrow, and when the DDL appears, the DDL is only as wide as the down-arrow trigger, not the full width of the field.




  4. #4

    RE: [CLOSED] SelectBox triggers

    Hi,

    Just set HideTrigger="true" for SelectBox to hide base trigger. Then add triggers with required order (to emulate base trigger use Icon="Combo" and call 'onTriggerClick' to expand list). PLEASE NOTE: add hidden trigger (trigger with HideTrigger="true") at the end (just last trigger always fire onTriggerClick)

Similar Threads

  1. [CLOSED] Triggers created in code behind - help
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 17, 2012, 3:33 PM
  2. Replies: 4
    Last Post: Oct 24, 2011, 3:34 AM
  3. [CLOSED] Triggers not showing in Chrome
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 15, 2011, 3:45 PM
  4. TriggerField and triggers
    By jurel in forum 1.x Help
    Replies: 1
    Last Post: Aug 31, 2010, 7:45 PM

Posting Permissions