Difference between revisions of "Customizing the UI with CSS"

From Lianjapedia
Jump to: navigation, search
Line 16: Line 16:
 
* Using the built-in attr() function
 
* Using the built-in attr() function
  
=Understanding the CSS Style attribute
+
==Understanding the CSS Style attribute==
  
=Understanding the CSS attr() function
+
==Understanding the CSS attr() function==

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