Lines Matching refs:panel

5 <panel type="default">Basic panel example</panel>
7 <code html5><panel type="default">Basic panel example</panel></code>
11 <panel type="default" title="Panel title">
13 </panel>
15 <code html5><panel type="default" title="Panel title">
17 </panel></code>
21 <panel type="default" title="Panel title" subtitle="Panel subtitle">
23 </panel>
25 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle">
27 </panel></code>
31 Like other components, easily make a panel more meaningful to a particular context by adding any of…
33 <panel type="primary" title="Panel title">Panel content</panel>
34 <panel type="success" title="Panel title">Panel content</panel>
35 <panel type="info" title="Panel title">Panel content</panel>
36 <panel type="warning" title="Panel title">Panel content</panel>
37 <panel type="danger" title="Panel title">Panel content</panel>
40 <panel type="primary" title="Panel title">Panel content</panel>
41 <panel type="success" title="Panel title">Panel content</panel>
42 <panel type="info" title="Panel title">Panel content</panel>
43 <panel type="warning" title="Panel title">Panel content</panel>
44 <panel type="danger" title="Panel title">Panel content</panel>
49 Add any non-bordered table within a panel for a seamless design. If there is a ''no-body'' attribut…
51 <panel type="default" title="Panel title" no-body="true">
52panel-body>Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean laci…
57 </panel>
61 <code html5><panel type="default" title="Panel title" no-body="true">
62panel-body>Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean laci…
67 </panel></code>
69 If there is no panel body, the component moves from panel header to table without interruption.
71 <panel type="default" title="Panel title" no-body="true">
76 </panel>
80 <code html5><panel type="default" title="Panel title" no-body="true">
85 </panel></code>
89 Easily include full-width [[list-group|list groups]] within any panel.
91 <panel type="default" title="Panel title" no-body="true">
92panel-body>Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean laci…
99 </list-group></panel>
103 <code html5><panel type="default" title="Panel title" no-body="true">
104panel-body>Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean laci…
111 </list-group></panel></code>
116 <panel type="default" title="Panel title" subtitle="Panel subtitle" icon="glyphicon glyphicon-home">
118 </panel>
120 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle" icon="glyphicon gly…
122 </panel></code>
128 …ault'' | ''default'', ''primary'', ''success'', ''info'', ''warning'', ''danger'' | Type of panel |
129 | ''title'' | optional | | Title of panel |
130 | ''subtitle'' | optional | | Subtitle of panel |
132 | ''no-body'' | optional | | Don't add a panel body. Useful to add other particular tags (or table…