Include

 

Include is used to incorporate theme files to an application.

 

in Lycia Theme Designer

 

 

Theme property XML code:

 

<DoStyleAction>

  <Include />

</DoStyleAction>

 

Possible values: paths to theme files

 

Influence and behavior:

 

There are three ways to include theme files to an application:

qx://application/file_name - to include a theme file added to the 4gl program as a requirement:

 

 

This option can be used only to theme files marked as client required to a 4gl program:

 

qx://localstorage/file_name - to create a user theme of snippets stored on the client side:

 

 

http://link_to_a_resource - to include a theme file deployed to a server:

 

 

Regardless of the way used, the included theme will be applied at runtime:

 

included theme

 

runtime appearance

 

 

 

Related articles:

Concatenating Theme Snippets to Get a User Theme

apply_theme()