Search
 
SCRIPT & CODE EXAMPLE
 

PHP

static modal

<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#staticBackdrop">
  Launch static backdrop modal
</button>

<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-backdrop="static" tabindex="-1" role="dialog" aria-labelledby="staticBackdropLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="staticBackdropLabel">Modal title</h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
        ...
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary">Understood</button>
      </div>
    </div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Php :: pluck array in laravel 
Php :: laravel 5.8 cors 
Php :: php.ini location 
Php :: angular post phph 
Php :: php button to another page 
Php :: laravel duplicate row 
Php :: laravel validation array unique values 
Php :: foreach reverse laravel 
Php :: send html email laravel 
Php :: laravel socialite 
Php :: aapanel ubuntu 20.04 
Php :: check number is positive or negative in php 
Php :: laravel migrate specific table 
Php :: default value date symfony entity 
Php :: php hash 
Php :: laravel validation regex 
Php :: convert to json php 
Php :: hiding the extension of website 
Php :: laravel make component inline 
Php :: laravel get all records order by 
Php :: php now 
Php :: web scraping in php 
Php :: update role spatie 
Php :: how to take last entry in database in laravel Method Two 
Php :: php Calculate the number of months between two dates 
Php :: laravel auth without vue or bootstrap 
Php :: create laravel project with preferred version : 8 
Php :: php endwhile 
Php :: PHP Time Limit: 
Php :: env value return null laravel 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =