Customizing the UI with CSS

From Lianjapedia
Revision as of 00:24, 20 November 2017 by Barrymavin (Talk | contribs)

Jump to: navigation, search

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