Add or Edit modal UI

Developer
Size
2,683 Kb
Views
32,384

How do I make an add or edit modal ui?

What is a add or edit modal ui? How do you make a add or edit modal ui? This script and codes were developed by Sreekanth Are on 21 November 2022, Monday.

Add or Edit modal UI Previews

Add or Edit modal UI - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Add or Edit modal UI</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target=".bs-example-modal-lg"> Add or Edit
</button>
<!-- Modal -->
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="myModalLabel">Add or Edit Items</h4> </div> <div class="modal-body"> <div class="row content"> <div class="col-sm-6"> <div class="bg-light-gray">3 Items Selected</div> <ul> <li>Bagel<a href="#" class="pull-right"><i class="fa fa-minus"></i></a></li> <li>Muffin<a href="#" class="pull-right"><i class="fa fa-minus"></i></a></li> <li>Corrosoint<a href="#" class="pull-right"><i class="fa fa-minus"></i></a></li> </ul> </div> <div class="col-sm-6" id="right"> <div class="bg-light-gray"> <span><input type="text"></span> <a href="#" class="pull-right" valign="center">Add all</a> </div> <ul> <li>Bagel<a href="#" class="pull-right "><i class="fa fa-plus"></i></a></li> <li>Muffin<a href="#" class="pull-right"><i class="fa fa-plus"></i></a></li> <li>Corrosoint<a href="#" class="pull-right"><i class="fa fa-plus"></i></a></li> <li>Hot Dog<a href="#" class="pull-right"><i class="fa fa-plus"></i></a></li> <li>Doughnut<a href="#" class="pull-right"><i class="fa fa-plus"></i></a></li> <li>Hashbrowns<a href="#" class="pull-right"><i class="fa fa-plus"></i></a></li> </ul> </div> </div> </div> <!-- <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> --> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
<script src='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>
</body>
</html>

Add or Edit modal UI - Script Codes CSS Codes

.modal-body .content { margin-right: 0; margin-left: 0; border: 1px solid #dedede; display: flex; flex-direction: row;
}
@media (max-width: 768px) { .modal-body .content { flex-direction: column; }
}
.modal-body .content .col-sm-6 { padding-right: 0; padding-left: 0;
}
#right { border-left: 1px solid #e5e5e5;
}
@media (max-width: 768px) { #right { border-left: 0; }
}
.bg-light-gray { background-color: #ececec; padding: 10px; height: 50px;
}
/* .bg-light-gray span input { margin-top: -10px;
} */
.content ul { padding-left: 0;
}
.content ul li { padding: 8px 10px; list-style-type: none;
}
.content ul li:hover { background-color: #f5f5f5;
}
Add or Edit modal UI - Script Codes
Add or Edit modal UI - Script Codes
Home Page Home
Developer Sreekanth Are
Username srees
Uploaded November 21, 2022
Rating 3
Size 2,683 Kb
Views 32,384
Do you need developer help for Add or Edit modal UI?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Sreekanth Are (srees) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!