Lines Matching full:text

1 ====== Text ======
6 …* The //lowercase// version ''<nowiki><text></nowiki>'' create a __inline__ element (eg. ''<nowiki…
7 …* The //uppercase// version ''<nowiki><TEXT></nowiki>'' create a __block__ 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>
65 <TEXT type="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</TEXT>
67 <TEXT type="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT>
69 <TEXT type="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT>
71 <TEXT type="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT>
73 <TEXT type="warning">Etiam porta sem malesuada magna mollis euismod.</TEXT>
75 <TEXT type="danger">Donec ullamcorper nulla non metus auctor fringilla.</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…
94 <TEXT background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT>
96 <TEXT background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT>
98 <TEXT background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT>
100 <TEXT background="warning">Etiam porta sem malesuada magna mollis euismod.</TEXT>
102 <TEXT background="danger">Donec ullamcorper nulla non metus auctor fringilla.</TEXT>
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 |
122 | ''align'' | ''left'' ''right'' ''center'', ''justify'' ''nowrap'' | Text align |
123 | ''transform'' | ''lowercase'' ''uppercase'' ''capitalize'' | Text transformation |
124 …''x-large'' ''xx-large'' ''smaller'' ''larger'' //''length''// //(%, em, px, etc.)// | Text sizes |