support add size BootstrapDialog.SIZE_FULL_SCREEN#171
support add size BootstrapDialog.SIZE_FULL_SCREEN#171helldone1986 wants to merge 1 commit intonakupanda:masterfrom
Conversation
adding support new size of modal panel. BootstrapDialog.SIZE_FULL_SCREEN - 80% of screen width
|
@helldone1986 If 80% is full screen what name would be for 90%? I suggest name change. maybe SIZE_80 ? |
|
@Coffy I believe that for a modal dialog width of more than 80% is meaningless - because it is not a modal dialog and complete coverage of the screen. Probably it is possible to change the "SIZE_FULL_SCREEN" to "SIZE_MAX_WIDTH"... |
|
It's your opinion @helldone1986 |
|
I mentioned a simialr idea in issue #264. The issue also has a jsfiddle example of the CSS changes needed. |
|
This may be the size property for definning a full width and height modal BootstrapDialog.show({ .modal-dialog-full I open an issue over here #326 Update: @waspinator Your fiddle seems to be working as expected. |
adding support new size of modal panel.
BootstrapDialog.SIZE_FULL_SCREEN - 80% of screen width
additonal need add style for modal-full-screen: