Searched refs:modal (Results 1 – 9 of 9) sorted by relevance
/test/vti/dashboard/src/main/webapp/css/ |
D | test_acknowledgments.css | 72 .acknowledgments-modal.modal { 75 .acknowledgments-modal.modal h4, .acknowledgments-modal.modal h5 { 79 .acknowledgments-modal.modal .modal-content .row .modal-section > .col { 82 .acknowledgments-modal.modal .modal-content h5 { 86 .acknowledgments-modal.modal .modal-content h5 b { 89 .acknowledgments-modal.modal .modal-content .chips { 93 .acknowledgments-modal.modal .modal-content .chips .chip { 101 .acknowledgments-modal.modal .modal-content .chips .chip i.material-icons { 104 .acknowledgments-modal.modal .modal-content .input-container { 107 .acknowledgments-modal.modal .modal-content .input-container .material-icons.add-button { [all …]
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_gcs_log.jsp | 31 $('.modal').modal({ 32 dismissible: true, // Modal can be dismissed by clicking outside of the modal 33 opacity: .5, // Opacity of modal background 38 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availa… 40 if ($(modal).attr("id") == "logEntryListModal") { 45 … $(modal).find('#entry-list-modal-title').text(fileName); // Set file name for modal window 47 $(modal).find('#downloadLink').prop('href', url + "&action=download"); 49 var entryList = $(modal).find('#modal-entry-list'); 51 …t.append("<li class='collection-item'><a href='#logEntryViewModal' class='modal-trigger'>" + eleme… 58 $(modal).find('#entry-view-modal-title').text(paraMap['entry']); [all …]
|
D | show_table.jsp | 76 // Actives the log links to display the log info modal when clicked. 83 /** Displays a modal window with the specified log entries. 99 var infoContainer = $('#info-modal>.modal-content>.info-container'); 102 var modal = $('#info-modal'); 103 modal.modal(); 104 modal.modal('open'); 318 <div id="help-modal" class="modal"> 319 <div class="modal-content"> 323 <div class="modal-footer"> 324 <a href="#!" class="modal-action modal-close waves-effect btn-flat">Close</a> [all …]
|
D | show_plan_run.jsp | 36 $('#apiCoverageModal').modal({ 38 dismissible: true, // Modal can be dismissed by clicking outside of the modal 39 opacity: .5, // Opacity of modal background 44 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab… 45 var urlSafeKeyList = modal.data('urlSafeKeyList'); 198 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;"> 199 <div class="modal-content"> 229 <div class="modal-footer"> 230 <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">Close</a>
|
D | show_tree.jsp | 72 $('#apiCoverageModal').modal({ 74 dismissible: true, // Modal can be dismissed by clicking outside of the modal 75 opacity: .5, // Opacity of modal background 80 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab… 81 var urlSafeKeyList = modal.data('urlSafeKeyList'); 285 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;"> 286 <div class="modal-content"> 316 <div class="modal-footer"> 317 <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">Close</a>
|
D | show_coverage_overview.jsp | 62 $('#coverageModalGraph').modal({ 64 dismissible: true, // Modal can be dismissed by clicking outside of the modal 65 opacity: .5, // Opacity of modal background 70 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab… 71 var testname = modal.data('testname'); 235 $('#coverageModalGraph').modal('open'); 474 <div id="coverageModalGraph" class="modal modal-fixed-footer" style="width: 75%;"> 475 <div class="modal-content"> 498 <div class="modal-footer"> 499 <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">Close</a>
|
/test/vti/dashboard/src/main/webapp/js/ |
D | common.js | 34 var modal = 39 content.appendTo(modal); 42 footer.appendTo(modal); 43 modal.appendTo(container); 48 $('#info-modal').modal({dismissible: true}); 49 $('#info-modal').modal('open');
|
D | test_acknowledgments.js | 154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument 157 var vals = modal.find('.modal-section>.input-container>input').each(function(_, input) { 190 modal.modal({ 193 modal.modal('close'); 214 wrapper.modal(); 291 wrapper.modal({ 294 wrapper.modal('close'); 310 wrapper.modal('open'); 313 wrapper.modal('open');
|
D | test_results.js | 36 var modal = 41 content.appendTo(modal); 44 footer.appendTo(modal); 45 modal.appendTo(container); 50 $('#info-modal').modal({dismissible: true}); 51 $('#info-modal').modal('open'); 297 $('#apiCoverageModal').modal('open'); 310 $('#coverageModalGraph').modal('open');
|