Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The Header UDR is used to a header. A header is a text that is bigger than normal text. The size of the header can be chosen from 1-5.

To create a h2 element this code can be used

Header h2 = udrCreate(Header);
h2.text = "H2 Header";
h2.headerSize = 2;

The following fields are included in the Header UDR:

Field

Description

attributes (map<string,string>)

This field may contain extra attributes to be added.

cssClasses (list<string>)

This field may contain a list of extra values added to class attribute. This is typically used to style the component. Please read more on Bootstrap.

headerSize (int)

This field may contain a size value between 1-5.
Default is 1

id (string)

This field may contain the id of the component.

text (string)

This field must contain the header text.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.