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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...