wiki:plugin:bootswrapper:text

This is an old revision of the document!


Text

Useful plugin for add several Bootstrap components (Jumbotron, Alert, Panel, …) to DokuWiki especially in combination with a Bootstrap template (eg. Bootstrap3).

For more information see Bootstrap Wrapper Plugin page on DokuWiki.org!



Components Download Bug tracker Donate

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Build Status

ChangeLog

Known Bugs and Issues

Please report bugs or feature requests at the Bug tracker.

<TEXT align="left">Left aligned text.</TEXT>
<TEXT align="center">Center aligned text.</TEXT>
<TEXT align="right">Right aligned text.</TEXT>
<TEXT align="justify">Justified text.</TEXT>
<TEXT align="nowrap">No wrap text.</TEXT>

Left aligned text.
Center aligned text.
Right aligned text.
Justified text.
No wrap text.

  * <text transform="lowercase">Lowercased text.</text>
  * <text transform="uppercase">Uppercased text.</text>
  * <text transform="capitalize">Capitalized text.</text>
  • Lowercased text.
  • Uppercased text.
  • Capitalized text.
  * <text type="muted">muted</text>
  * <text type="primary">primary</text>
  * <text type="success">success</text>
  * <text type="info">info</text>
  * <text type="warning">warning</text>
  * <text type="danger">danger</text>
  • muted
  • primary
  • success
  • info
  • warning
  • danger
  * <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="warning">Etiam porta sem malesuada magna mollis euismod.</text>
  * <text background="danger">Donec ullamcorper nulla non metus auctor fringilla.</text>
  • Nullam id dolor id nibh ultricies vehicula ut id elit.
  • Duis mollis, est non commodo luctus, nisi erat porttitor ligula.
  • Maecenas sed diam eget risus varius blandit sit amet non magna.
  • Etiam porta sem malesuada magna mollis euismod.
  • Donec ullamcorper nulla non metus auctor fringilla.
Attribute Allowed Values Description
type muted, primary, success, info, warning, danger Contextual color of text
background primary, success, info, warning, danger Contextual background of text
align left, right, center, justify, nowrap Text align
transorm lowercase, uppercase, capitalize Text transormation
  • wiki/plugin/bootswrapper/text.1436734043.txt.gz
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi