Jump to content

Triggers UniDbLookupComboBox


rtalmeida

Recommended Posts

Ok,  I try,

iconcls, you can only use these:?
x-form-clear-trigger
x-form-search-trigger
x-form-trigger
x-form-date-trigger

And as for imageindex, I put a UniNativeImageList, and indicated it in the images property of the uniDbLookUpComboBox component, but when selecting the image in imageindex the trigger button doesn't show the selected image.

image.png

Link to comment
Share on other sites

  • 1 year later...
57 minutes ago, fraxzi said:

The dbLookupComboBox are inside the RowWidget.

Can you try this approach for now?

1. CustomCSS:

.customCombo .x-form-trigger-font-btn {
    padding-top: 0;
}

.customCombo .fa, .customCombo .fas, .customCombo .far, .customCombo .fal, .customCombo .fab {
    display: table-cell;
}

2. DBLookupCombo -> LayoutConfig -> Cls = customCombo

Link to comment
Share on other sites

14 hours ago, Sherzod said:

Can you try this approach for now?

1. CustomCSS:


.customCombo .x-form-trigger-font-btn {
    padding-top: 0;
}

.customCombo .fa, .customCombo .fas, .customCombo .far, .customCombo .fal, .customCombo .fab {
    display: table-cell;
}

2. DBLookupCombo -> LayoutConfig -> Cls = customCombo

Hi @Sherzod,

This is good result:

image.png.fc97d3a2b51129a32ae93b0e82526065.png

Thanks much for the best experience support!

 

  • Like 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...