Difference between revisions of "Customizing the UI with CSS"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
'''Under Construction'''
+
''Under Construction''
  
 
Lianja Apps can be customized using CSS. CSS provides you with a powerful mechanism that allows you to customize the appearance of all the UIcontrols in Lianja.
 
Lianja Apps can be customized using CSS. CSS provides you with a powerful mechanism that allows you to customize the appearance of all the UIcontrols in Lianja.

Revision as of 00:24, 20 November 2017

Under Construction

Lianja Apps can be customized using CSS. CSS provides you with a powerful mechanism that allows you to customize the appearance of all the UIcontrols in Lianja.

There are several ways in which you can skin UIcontrols using CSS.

Declaratively by setting Attributes

Bm-attributes.png

Programmatically in a custom delegate

Bm-delegates.png

  • Setting the stylesheet property
  • Using the built-in attr() function

=Understanding the CSS Style attribute

=Understanding the CSS attr() function