|
|
|
@ -45,16 +45,16 @@
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<abp-tabs>
|
|
|
|
|
<abp-tab title="Tag Helper">
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-button button-type="Primary" data-toggle="modal" data-target="#myModal">Launch modal</abp-button>
|
|
|
|
|
|
|
|
|
|
<abp-modal centered="true" size="Large" id="myModal">
|
|
|
|
|
<abp-modal-header title="Modal title"></abp-modal-header>
|
|
|
|
|
<abp-modal-body>
|
|
|
|
|
Woohoo, you're reading this text in a modal!
|
|
|
|
|
</abp-modal-body>
|
|
|
|
|
<abp-modal-footer buttons="(AbpModalButtons.Save|AbpModalButtons.Close)"></abp-modal-footer>
|
|
|
|
|
</abp-modal>
|
|
|
|
|
<pre><code>
|
|
|
|
|
<abp-button button-type="Primary" data-toggle="modal" data-target="#myModal">Launch modal</abp-button>
|
|
|
|
|
|
|
|
|
|
<abp-modal centered="true" size="Large" id="myModal">
|
|
|
|
|
<abp-modal-header title="Modal title"></abp-modal-header>
|
|
|
|
|
<abp-modal-body>
|
|
|
|
|
Woohoo, you're reading this text in a modal!
|
|
|
|
|
</abp-modal-body>
|
|
|
|
|
<abp-modal-footer buttons="@(AbpModalButtons.Save|AbpModalButtons.Close)"></abp-modal-footer>
|
|
|
|
|
</abp-modal>
|
|
|
|
|
</code></pre>
|
|
|
|
|
</abp-tab>
|
|
|
|
|
<abp-tab title="Rendered">
|
|
|
|
|