Lines Matching refs:text

6 …* The //lowercase// version ''<nowiki><text></nowiki>'' create a __inline__ element (eg. ''<nowiki…
17 Easily realign text to components with text alignment attribute.
19 <TEXT align="left">Left aligned text.</TEXT>
21 <TEXT align="center">Center aligned text.</TEXT>
23 <TEXT align="right">Right aligned text.</TEXT>
25 <TEXT align="justify">Justified text.</TEXT>
27 <TEXT align="nowrap">No wrap text.</TEXT>
32 <TEXT align="left">Left aligned text.</TEXT>
33 <TEXT align="center">Center aligned text.</TEXT>
34 <TEXT align="right">Right aligned text.</TEXT>
35 <TEXT align="justify">Justified text.</TEXT>
36 <TEXT align="nowrap">No wrap text.</TEXT>
43 Transform text in components with text capitalization attribute.
45 <TEXT transform="lowercase">Lowercased text.</TEXT>
47 <TEXT transform="uppercase">Uppercased text.</TEXT>
49 <TEXT transform="capitalize">Capitalized text.</TEXT>
54 <text transform="lowercase">Lowercased text.</text>
55 <text transform="uppercase">Uppercased text.</text>
56 <text transform="capitalize">Capitalized text.</text>
80 <text type="muted"> [...] </text>
81 <text type="primary"> [...] </text>
82 <text type="success"> [...] </text>
83 <text type="info"> [...] </text>
84 <text type="warning"> [...] </text>
85 <text type="danger"> [...] </text>
92text color attributes, easily set the background of an element to any contextual attribute. Ancho…
107 <text background="primary"> [...] </text>
108 <text background="success"> [...] </text>
109 <text background="info"> [...] </text>
110 <text background="warning"> [...] </text>
111 <text background="danger"> [...] </text>
120 … | ''muted'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual color of text |
121 …round'' | ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual background of text |