Jump to content

Recommended Posts

Posted

Hi,

 

 

I've changed the fonts in UniDBLookupComboBox. The Textbox area is changed but the dropdown list and the down arrow no change.

 

U can see the attached , 

 

 

Please advise how to change the dropdown list style also the down arrow to match with text box height.

 
post-3755-0-09904400-1483500925_thumb.png

 

 

Joe

post-3755-0-09904400-1483500925_thumb.png

Posted

Hi,

 

How about the drop down list fonts ? can I change?

 

Try this:

 

1. UniServerModule -> CustomCSS:

.myList .x-boundlist-item {
    color: green;
    font-size: 14px;
    font-family: sans-serif;
}

2. UniComboBox, UniDBLookupComboBox -> ClientEvents -> UniEvents -> function beforeInit:

function beforeInit(sender, config)
{
    config.listConfig = {
        cls: 'mylist'
    }
}

Best regards.

  • 1 year later...
Posted

Hi,

 

 

Try this:

 

1. UniServerModule -> CustomCSS:

.myList .x-boundlist-item {
    color: green;
    font-size: 14px;
    font-family: sans-serif;
}

2. UniComboBox, UniDBLookupComboBox -> ClientEvents -> UniEvents -> function beforeInit:

function beforeInit(sender, config)
{
    config.listConfig = {
        cls: 'mylist'
    }
}

Best regards.

 

Thanks. Working

  • 1 year later...
Posted
On 1/4/2017 at 8:50 PM, Sherzod said:

Hi,

 

 

Try this:

 

1. UniServerModule -> CustomCSS:


.myList .x-boundlist-item {
    color: green;
    font-size: 14px;
    font-family: sans-serif;
}

2. UniComboBox, UniDBLookupComboBox -> ClientEvents -> UniEvents -> function beforeInit:


function beforeInit(sender, config)
{
    config.listConfig = {
        cls: 'mylist'
    }
}

Best regards.

for me not working

 

please refer me

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...