meta data for this page
  •  

Erot

Tämä näyttää erot valitun ja nykyisen version kesken tästä sivusta.

Linkki vertailunäkymään

wiki:bootstrapper [13/05/2019 12:17] – luotu harriwiki:bootstrapper [13/05/2019 12:20] (nykyinen) harri
Rivi 7: Rivi 7:
 ==== Jumbotron ==== ==== Jumbotron ====
  
-<code><jumbotron> +<jumbotron>
-===== Hello, world! =====+
  
 This is a simple hero unit, a simple jumbotron-style  This is a simple hero unit, a simple jumbotron-style 
 component for calling extra attention to featured component for calling extra attention to featured
 content or information. content or information.
-</jumbotron></code>+</jumbotron>
  
 ==== Panel ==== ==== Panel ====
  
-<code><panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-home">+<panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-home">
 Panel content Panel content
-</panel></code>+</panel>
  
 ==== Alert ==== ==== Alert ====
  
-<code><alert type="success" icon="glyphicon glyphicon-user" dismiss="true">+<alert type="success" icon="glyphicon glyphicon-user" dismiss="true">
 **Well done!** You successfully read this important alert message. **Well done!** You successfully read this important alert message.
-</alert></code>+</alert>
  
 ==== Text ==== ==== Text ====
  
-<code>+
   * <text type="muted">muted</text>   * <text type="muted">muted</text>
   * <text type="primary">primary</text>   * <text type="primary">primary</text>
Rivi 36: Rivi 35:
   * <text type="warning">warning</text>   * <text type="warning">warning</text>
   * <text type="danger">danger</text>   * <text type="danger">danger</text>
-</code>+
  
 ==== Tooltip ==== ==== Tooltip ====
  
-<code><tooltip title="Sample Text" placement="bottom">Lorem ipsum</tooltip> dolor sit amet...</code>+<tooltip title="Sample Text" placement="bottom">Lorem ipsum</tooltip> dolor sit amet...
  
 ==== Grids ==== ==== Grids ====
  
-<code><grid>+<grid>
 <col sm="6">.col-sm-6</col> <col sm="6">.col-sm-6</col>
 <col sm="6">.col-sm-6</col> <col sm="6">.col-sm-6</col>
-</grid></code>+</grid>
  
-<code><grid>+<grid>
 <col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col> <col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col>
 <col xs="6" lg="4">.col-xs-6 .col-lg-4</col> <col xs="6" lg="4">.col-xs-6 .col-lg-4</col>
-</grid></code>+</grid>
  
 ==== Thumbnail ==== ==== Thumbnail ====
  
-<code><grid>+<grid>
 ... ...
 <col xs="6" md="3"> <col xs="6" md="3">
Rivi 64: Rivi 63:
 </col> </col>
 ... ...
-</grid></code>+</grid>
  
-<code><grid>+<grid>
 ... ...
 <col xs="6" md="3"> <col xs="6" md="3">
Rivi 79: Rivi 78:
 ... ...
 </col> </col>
-</grid></code>+</grid>
  
 ==== Well ==== ==== Well ====
  
-<code><well>Look, I'm in a well!</well></code>+<well>Look, I'm in a well!</well>
  
 ==== Button ==== ==== Button ====
  
-<code><button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button></code>+<button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button>
  
 ==== Nav ==== ==== Nav ====
  
-<code><nav>+<nav>
   * [[:start]]   * [[:start]]
   * [[:plugin:bootswrapper|Plugin]]   * [[:plugin:bootswrapper|Plugin]]
Rivi 98: Rivi 97:
     * [[:wiki:welcome]]     * [[:wiki:welcome]]
     * [[:wiki:syntax]]     * [[:wiki:syntax]]
-</nav></code>+</nav>
  
 ==== Accordion ==== ==== Accordion ====
-<code><accordion>+<accordion>
 <panel title="First panel"> <panel title="First panel">
 First panel content First panel content
Rivi 108: Rivi 107:
 Second panel content Second panel content
 </panel> </panel>
-</accordion></code>+</accordion>
  
 ===== Configuration and Settings ===== ===== Configuration and Settings =====