Difference between revisions of "Customizing the UI with CSS"

From Lianjapedia
Jump to: navigation, search
(Created page with "'''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...")
 
Line 2: Line 2:
  
 
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.
 +
 +
There are several ways in which you can skin UIcontrols using CSS.
 +
 +
== Declaratively by setting Attributes ==
 +
 +
[[File:bm-attributes.png|middle|773px]]
 +
 +
== Programmatically in a custom delegate ==
 +
 +
[[File:bm-delegates.png|middle|773px]]
 +
 +
* Setting the stylesheet property
 +
* Using the built-in attr() function
 +
 +
=Understanding the CSS Style attribute
 +
 +
=Understanding the CSS attr() function

Revision as of 00:22, 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