admin:bootswrapper_manual

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
admin:bootswrapper_manual [2025/09/18 17:25] – [Text] adminadmin:bootswrapper_manual [2025/09/18 17:32] (current) – [Accordion] admin
Line 66: Line 66:
  
 ==== Tooltip ==== ==== Tooltip ====
 +<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...</code> <code><tooltip title="Sample Text" placement="bottom">Lorem ipsum</tooltip> dolor sit amet...</code>
  
 ==== Grids ==== ==== Grids ====
 +<grid> 
 +<col sm="6">.col-sm-6</col> 
 +<col sm="6">.col-sm-6</col> 
 +</grid>
 <code><grid> <code><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> 
 +<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> 
 +</grid>
 <code><grid> <code><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>
Line 82: Line 88:
  
 ==== Thumbnail ==== ==== Thumbnail ====
 +<grid> 
 +... 
 +<col xs="6" md="3"> 
 +<thumbnail> 
 +{{ wiki:dokuwiki-128.png }} 
 +</thumbnail> 
 +</col> 
 +... 
 +</grid>
 <code><grid> <code><grid>
 ... ...
Line 92: Line 106:
 ... ...
 </grid></code> </grid></code>
 +<grid>
 +...
 +<col xs="6" md="3">
 +<thumbnail>
 +{{ wiki:dokuwiki-128.png }}
 +<caption>
 +=== DokuWiki ===
  
 +//DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.//
 +</caption>
 +</thumbnail>
 +...
 +</col>
 +</grid>
 <code><grid> <code><grid>
 ... ...
Line 109: Line 136:
  
 ==== Well ==== ==== Well ====
 +<well>Look, I'm in a well!</well>
 <code><well>Look, I'm in a well!</well></code> <code><well>Look, I'm in a well!</well></code>
  
 ==== Button ==== ==== Button ====
 +<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></code> <code><button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button></code>
  
 ==== Nav ==== ==== Nav ====
 +<nav> 
 +  * [[:start]] 
 +  * [[:plugin:bootswrapper|Plugin]] 
 +  * [[playground:playground]] 
 +  * DokuWiki 
 +    * [[:wiki:welcome]] 
 +    * [[:wiki:syntax]] 
 +</nav>
 <code><nav> <code><nav>
   * [[:start]]   * [[:start]]
Line 128: Line 162:
  
 ==== List-Group ===== ==== List-Group =====
 +<list-group> 
 +  * {{fa->home?48}} [[:]] \\ Link zur Hauptseite des Wikis mit FA-Icon Home mit 48 Punkten 
 +  * [[:wiki:test:]] \\ Link zum Namensraum Test ohne Icon 
 +</list-group>
 <code><list-group> <code><list-group>
   * {{fa->home?48}} [[:]] \\ Link zur Hauptseite des Wikis mit FA-Icon Home mit 48 Punkten   * {{fa->home?48}} [[:]] \\ Link zur Hauptseite des Wikis mit FA-Icon Home mit 48 Punkten
Line 136: Line 173:
  
 ==== Accordion ==== ==== Accordion ====
 +<accordion>
 +<panel title="First panel">
 +First panel content
 +</panel>
 +<panel title="Second panel">
 +Second panel content
 +</panel>
 +</accordion>
 <code><accordion> <code><accordion>
 <panel title="First panel"> <panel title="First panel">
  • admin/bootswrapper_manual.1758216357.txt.gz
  • Last modified: 2025/09/18 17:25
  • by admin