Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing ASP.NET page as pop-up/modal?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01612499
Message ID:
01612562
Vues:
48
The samples I've seen use non-resizable modal popups http://angular-ui.github.io/bootstrap/.

Do you know what changes to make to have it resizable?

Here is what I have so far and need something better:
<div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" ng-click="$dismiss()" aria-hidden="true">×</button>
    <h2 class="modal-title" style="text-align:center">{{ title }}</h2>
</div>
<div class="modal-body">
   
    <textarea ng-model="message" readonly class="form-control col-lg-12"></textarea> 
   
</div>
<div class="modal-footer">
    <button class="btn btn-primary" data-dismiss="modal" aria-hidden="true" ng-click="$dismiss()">{{ okLabel }}</button>   
</div>
>Yeah well, Angular 2.0 is also over a year away. In the meantime we need to get stuff done... and Angular even so is the best option out there today IMHO.
>
>OTOH, for Dmitry that indeed doesn't make sense. Choosing a SPA frame is generally not useful unless you plan on building a new application or you need to integrate very rich functionality into a very complex page.
>
>+++ Rick ---
>
>
>
>>I have used both the jQuery and bootstrap dialogs in various applications. Both are easy to setup and use. My advice regarding Angular is to don't bother learning version 1.x as 2.0 has MANY changes and from what I've read, 1.x apps cannot be upgraded without lots of changes.
>>
>>>Thank you. I found some pages showing how to use Bootstrap and/or jQuery for dialogs; so I will follow them. Angular is outside my scope of knowledge.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform