| Ambdós costats versió prèvia Revisió prèvia Següent revisió | Revisió prèvia |
| wiki:plugins:bootstrapwrapper [27/06/2018 01:09] – [Image] mate | wiki:plugins:bootstrapwrapper [29/03/2020 03:23] (actual) – [Lables] mate |
|---|
| == alert | == alert |
| [[http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper/alert]] | [[http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper/alert]] |
| <alert type="success">...</alert> | <alert type="success">%%<alert type="success">...</alert>%%</alert> |
| <alert type="info">...</alert> | <alert type="info">%%<alert type="info">...</alert>%%</alert> |
| <alert type="warning">...</alert> | <alert type="warning">%%<alert type="warning">...</alert>%%</alert> |
| <alert type="danger">...</alert> | <alert type="danger">%%<alert type="danger">...</alert>%%</alert> |
| <alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not looking too good.</alert> | <alert type="warning" dismiss="true">%%<alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not looking too good.</alert>%%</alert> |
| <alert type="warning" dismiss="true" icon="fa fa-warning">**Warning!** Better check yourself, you're not looking too good.</alert> | <alert type="warning" dismiss="true" icon="fa fa-warning">%%<alert type="warning" dismiss="true" icon="fa fa-warning">**Warning!** Better check yourself, you're not looking too good.</alert>%%</alert> |
| |
| == badges | == badges |
| This is a default callout. | This is a default callout. |
| </callout> | </callout> |
| <callout type="primary" icon="true"> [...] </callout> | <callout type="primary" icon="true"> %%<callout type="primary" icon="true"> [...] </callout>%% </callout> |
| <callout type="success" icon="true"> [...] </callout> | <callout type="success" icon="true"> %%<callout type="success" icon="true"> [...] </callout>%% </callout> |
| <callout type="info" icon="true"> [...] </callout> | <callout type="info" icon="true"> %%<callout type="info" icon="true"> [...] </callout>%% </callout> |
| <callout type="warning" icon="true"> [...] </callout> | <callout type="warning" icon="true"> %%<callout type="warning" icon="true"> [...] </callout>%% </callout> |
| <callout type="danger" icon="true"> [...] </callout> | <callout type="danger" icon="true"> %%<callout type="danger" icon="true"> [...] </callout>%% </callout> |
| <callout type="question" icon="true"> [...] </callout> | <callout type="question" icon="true"> %%<callout type="question" icon="true"> [...] </callout>%% </callout> |
| <callout type="tip" icon="true"> [...] </callout> | <callout type="tip" icon="true"> %%<callout type="tip" icon="true"> [...] </callout>%% </callout> |
| <callout icon="fa fa-user"> [...] </callout> | <callout type="success" icon="fa fa-plus"> %%<callout type="success" icon="fa fa-plus"> [...] </callout>%% </callout> |
| <callout type="success" icon="fa fa-plus"> [...] </callout> | <callout icon="fa fa-user"> %%<callout icon="fa fa-user"> [...] </callout>%% </callout> |
| <callout icon="fa fa-user" color="blue" title="Custom color + icon"> [...] </callout> | <callout icon="fa fa-user" color="blue" title="Custom color + icon"> %%<callout icon="fa fa-user" color="blue" title="Custom color + icon"> [...] </callout>%%</callout> |
| |
| == Collapse | == Collapse |
| {{:wiki:plugins:pasted:20180608-092540.png?nolink&100|}} | {{:wiki:plugins:pasted:20180608-092540.png?nolink&100|}} |
| </image> | </image> |
| | |
| | === leyenda/caption en imágenes |
| | este plugin no es propio de Boostrap Wrapper (si no de imagebox) |
| | %%[{{:wiki:plugins:pasted:20180608-092540.png?nolink&100|}}]%%: |
| | [{{:wiki:plugins:pasted:20180608-092540.png?nolink&100|Leyenda}}] |
| |
| == Lables | == Lables |
| [[http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper/label]] | [[http://www.lotar.altervista.org/wiki/wiki/plugin/bootswrapper/label]] |
| |
| <label type="default">default</label> | <label type="default">%%<label type="default">...</label>%%</label> |
| <label type="primary">primary</label> | <label type="primary">%%<label type="primary">...</label>%%</label> |
| <label type="success">success</label> | <label type="success">%%<label type="success">...</label>%%</label> |
| <label type="info">info</label> | <label type="info">%%<label type="info">...</label>%%</label> |
| <label type="warning">warning</label> | <label type="warning">%%<label type="warning">...</label>%%</label> |
| <label type="danger">danger</label> | <label type="danger">%%<label type="danger">...</label>%%</label> |
| | |
| <LABEL type="default">default</LABEL> | |
| <LABEL type="primary">primary</LABEL> | |
| <LABEL type="success">success</LABEL> | |
| |
| == Modal | == Modal |