Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bootrstrap Modal form - moving and sizing
Message
From
24/06/2015 04:17:32
 
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01621411
Message ID:
01621425
Views:
46
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>Looking at the documentation and samples for the Modal dialog at https://angular-ui.github.io/bootstrap/ it seems like two important properties are missing - the ability to move the Modal form or resize it. Do you know if somehow it's possible?
>
>Thanks in advance.

As per Borislav's link you can apply the jquery .resizable() (and/or the .draggable()) function.

If you are using the ui.bootstrap.modal and want to open the modal at a specific size you can use the .windowClass option on the open() method to specify a size:
http://stackoverflow.com/questions/21311736/how-do-i-increase-modal-width-in-angular-ui-bootstrap

At a cruder level there is the size option which allows you to choose between standard bootstrap sizes (sm etc)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform