wiki:plugin:bootswrapper:text

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:plugin:bootswrapper:text [2016/03/14 22:47] Giuseppe Di Terlizziwiki:plugin:bootswrapper:text [2016/03/18 11:14] (current) – [Text] Giuseppe Di Terlizzi
Line 2: Line 2:
  
 <callout type="tip" icon="true"> <callout type="tip" icon="true">
-=== Tips === 
- 
 This syntax have two version (lowercase and uppercase). This syntax have two version (lowercase and uppercase).
  
Line 16: Line 14:
  
 ==== Alignment ==== ==== Alignment ====
 +
 +Easily realign text to components with text alignment attribute.
  
 <TEXT align="left">Left aligned text.</TEXT> <TEXT align="left">Left aligned text.</TEXT>
 +
 <TEXT align="center">Center aligned text.</TEXT> <TEXT align="center">Center aligned text.</TEXT>
 +
 <TEXT align="right">Right aligned text.</TEXT> <TEXT align="right">Right aligned text.</TEXT>
 +
 <TEXT align="justify">Justified text.</TEXT> <TEXT align="justify">Justified text.</TEXT>
 +
 <TEXT align="nowrap">No wrap text.</TEXT> <TEXT align="nowrap">No wrap text.</TEXT>
  
Line 37: Line 41:
 ==== Transformation ==== ==== Transformation ====
  
-  * <text transform="lowercase">Lowercased text.</text+Transform text in components with text capitalization attribute. 
-  <text transform="uppercase">Uppercased text.</text+ 
-  <text transform="capitalize">Capitalized text.</text>+<TEXT transform="lowercase">Lowercased text.</TEXT
 + 
 +<TEXT transform="uppercase">Uppercased text.</TEXT
 + 
 +<TEXT transform="capitalize">Capitalized text.</TEXT>
  
 \\ \\
Line 55: Line 63:
 Convey meaning through color with a handful of emphasis utility attributes. These may also be applied to links and will darken on hover just like our default link styles. Convey meaning through color with a handful of emphasis utility attributes. These may also be applied to links and will darken on hover just like our default link styles.
  
-  * <text type="muted">muted</text+<TEXT type="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</TEXT
-  <text type="primary">primary</text+ 
-  <text type="success">success</text+<TEXT type="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT
-  <text type="info">info</text+ 
-  <text type="warning">warning</text+<TEXT type="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT
-  <text type="danger">danger</text>+ 
 +<TEXT type="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT
 + 
 +<TEXT type="warning">Etiam porta sem malesuada magna mollis euismod.</TEXT
 + 
 +<TEXT type="danger">Donec ullamcorper nulla non metus auctor fringilla.</TEXT>
  
 \\ \\
  
-<code html+<code html5
-<text type="muted">muted</text> +<text type="muted"> [...] </text> 
-<text type="primary">primary</text> +<text type="primary"> [...] </text> 
-<text type="success">success</text> +<text type="success"> [...] </text> 
-<text type="info">info</text> +<text type="info"> [...] </text> 
-<text type="warning">warning</text> +<text type="warning"> [...] </text> 
-<text type="danger">danger</text>+<text type="danger"> [...] </text>
 </code> </code>
  
Line 79: Line 92:
 Similar to the contextual text color attributes, easily set the background of an element to any contextual attribute. Anchor components will darken on hover, just like the text attributes. Similar to the contextual text color attributes, easily set the background of an element to any contextual attribute. Anchor components will darken on hover, just like the text attributes.
  
-  * <text background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</text+<TEXT background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT
-  <text background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</text+ 
-  <text background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</text+<TEXT background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</TEXT
-  <text background="warning">Etiam porta sem malesuada magna mollis euismod.</text+ 
-  <text background="danger">Donec ullamcorper nulla non metus auctor fringilla.</text>+<TEXT background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT
 + 
 +<TEXT background="warning">Etiam porta sem malesuada magna mollis euismod.</TEXT
 + 
 +<TEXT background="danger">Donec ullamcorper nulla non metus auctor fringilla.</TEXT>
  
 \\ \\
  
-<code html+<code html5
-<text background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</text> +<text background="primary"> [...] </text> 
-<text background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</text> +<text background="success"> [...] </text> 
-<text background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</text> +<text background="info"> [...] </text> 
-<text background="warning">Etiam porta sem malesuada magna mollis euismod.</text> +<text background="warning"> [...] </text> 
-<text background="danger">Donec ullamcorper nulla non metus auctor fringilla.</text>+<text background="danger"> [...</text>
 </code> </code>
  
  • wiki/plugin/bootswrapper/text.1457992041.txt.gz
  • Last modified: 8 years ago
  • by Giuseppe Di Terlizzi