I am using fluent-ui. I want to change the given Combobox icon to a different font icon. How to achieve this?
link: https://developer.microsoft.com/en-us/fluentui#/controls/web/combobox
Thanks so much
Related
I'm doing sample on Tabs and its working fine but here my question how to show differentiate between selected and non selected Tabs in codenameone. it means after selecting Tab i want to show different background color.
how can i achieve this?
Change the background color of the selected state of Tab Uiid in your Codename One Designer.
I am use UI Grid to draw a table.
Here is UI Grid offical webiste:
http://ui-grid.info/docs/#/tutorial/215_treeView
Now, I want to switch collapse icon and selectAll icon.
By default UI Grid, the collapse is first element, selectAll Icon is second element.
I want to switch of them.
Here is the sample
http://embed.plnkr.co/DODIxKaQ5nrqNO9eUObe/
Anyone can help with this ? Thanks a lot.
I don't believe it's possible, yet... you might want to add your vote here...
https://github.com/angular-ui/ui-grid/issues/4862
I just added my two cents worth.
I just started building my first App with Codename One and I'm having quite some trouble. :-)
I cant change the background color of a TextField, I changed everything in the Theme and named it "TextField". At the Color tab I changed the background color and set Transparency to 255. Since the Component is named TextField, shouldnt the style be applied automatically when I make a new TextField?
I also tried to set the UIID manually to "TextField", which didn't help either.
Am I missing something?
Kind regards,
Max
The way backgrounds work in Codename One is this:
Border is applied first
Then image
Then gradient
Then color
TextField and other components such as Button etc. often have a default border derived from the theme.
Switch to the Border tab, click derive then click the ... button and select empty.
I want to change my button background color dynamically when there is no data in next page or form?please help me.i am using jdeveloper 11g
Why do you want to change the background color? Instead you can make the button as disabled if there is no data.
Put a conditional EL in the styleclass attribute of the button and refer to a style you defined in your skin:
https://blogs.oracle.com/shay/entry/styling_specific_adf_components_with
I can't find a way to apply my custom styles to the buttons, checkboxes etc. contained in a Popup of RadGridView when the filter button is clicked. I would also like to change the popup's background color etc.
Any help will be appreciated. Thanks.
I'd take a look at this post on the Telerik forums.
EDIT : Ah, OK - the FilteringControl template looks like what you need in that case. Can you not apply the styles to the named sections in there?