CINXE.COM
Task Force Meetings - Delaware General Assembly
<!DOCTYPE html> <!--[if IE 9]> <html class="ie9" lang="en" class="k-dekaware"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en" class="k-delaware"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0"> <title>Task Force Meetings - Delaware General Assembly</title> <meta name="author" content="Delaware Legislature"> <link rel="stylesheet" href="/Content/css/bootstrap.css"> <link rel="stylesheet" href="/Content/css/bootstrap-theme.css"> <link rel="stylesheet" href="/Content/css/kendo.common-delaware.min.css"> <link rel="stylesheet" href="/Content/css/kendo.delaware.min.css"> <link rel="stylesheet" href="/Content/css/Kendo/2016.1.112/kendo.material.mobile.min.css"> <link rel="stylesheet" href="/Content/css/monthly.css"> <link rel="stylesheet" href="/Content/css/styles.css"> <link rel="stylesheet" href="/Content/css/yammcessible.css"> <link rel="stylesheet" href="/Content/css/selectbox.css"> <link rel="stylesheet" href="/Content/CustomStyles.css"> <link rel="stylesheet" href="https://js.arcgis.com/3.17/esri/css/esri.css"> <link rel="stylesheet" href="https://cdn.botframework.com/botframework-webchat/latest/botchat.css"> <link href='https://fonts.googleapis.com/css?family=PT+Serif:400,700' rel='stylesheet' type='text/css'> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script src="/Content/scripts/jquery-2.1.4.min.js"></script> <script src="/Content/scripts/jquery-ui-custom.min.js"></script> <script src="/Content/scripts/bootstrap.js"></script> <script src="/Content/scripts/jquery-yammcessible.js"></script> <script src="/Content/scripts/jquery.customselect.js"></script> <script src="/Content/scripts/monthly.js"></script> <script src="/Content/scripts/Common/kendo-grid-helper.js"></script> <script src="https://cdn.botframework.com/botframework-webchat/latest/botchat-es5.js"></script> <script src="/scripts/kendo?v=E7QE3aVI0waHc8BcQtL5OPgAKC6Hxp-a6fpAmA-e7YY1"></script> <!-- Google Analytics --> <script type="text/javascript"> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-85909261-1', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- AppDynamics --> <script charset="UTF-8" type="text/javascript"> window["adrum-start-time"] = new Date().getTime(); (function (config) { config.appKey = "AD-AAB-ACV-WEV"; config.adrumExtUrlHttp = "http://cdn.appdynamics.com"; config.adrumExtUrlHttps = "https://cdn.appdynamics.com"; config.beaconUrlHttp = "http://pdx-col.eum-appdynamics.com"; config.beaconUrlHttps = "https://pdx-col.eum-appdynamics.com"; config.useHTTPSAlways = true; config.resTiming = { "bufSize": 200, "clearResTimingOnBeaconSend": true }; config.maxUrlLength = 512; })(window["adrum-config"] || (window["adrum-config"] = {})); </script> <script src="//cdn.appdynamics.com/adrum/adrum-23.10.1.4359.js"></script> <!-- End AppDynamics --> </head> <body> <noindex> <a href="#content" class="skip">Skip to Content</a> </noindex> <div class="page-container"> <div class="container container-header"> <div class="row"> <header class="clearfix"> <div class="col-xs-24 col-sm-15 col-lg-16"> <noindex><h1><a href="/" title="Return to Delaware General Assembly home page">Delaware General Assembly</a></h1></noindex> <div class="mobile-toggles hidden-sm hidden-md hidden-lg"> <button type="button" class="search-toggle" data-toggle="collapse" data-target="#header-search-collapse"> <noindex> <span class="sr-only">Toggle search</span> </noindex> <i class="glyphicon glyphicon-search"></i> </button> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#de-navbar-collapse-1"> <noindex> <span class="sr-only">Toggle navigation</span> </noindex> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> </div> <div id="header-search-collapse" class="col-xs-24 col-sm-9 col-lg-8 search-collapse collapse"> <noindex> <div class="input-group"> <label class="sr-only" for="srch-term">Enter search terms</label> <input type="text" class="form-control" placeholder="Enter Bill Number, Legislator, or Keyword" name="srch-term" id="srch-term"> <div class="input-group-btn"> <a href="/HowToSearch" class="btn btn--help"> <span class="glyphicon glyphicon-question-sign" data-toggle="tooltip" data-placement="auto bottom" title="How do I search the Delaware General Assembly?"></span> </a> <button class="btn" type="button" onclick="submitSearch(event)"><i class="glyphicon glyphicon-search"></i><span class="sr-only">Search site</span></button> </div> </div> <div id="globalInvalidSearchMessage" class="globalSearchWrap validGlobalSearch" style="display: none;"><div class="globalSearchText">Invalid character in search term. Please revise and try again.</div></div> </noindex> <script type="text/javascript"> $("document").ready(function () { $("#srch-term").keyup(function (event) { if (event.which == 13) { submitSearch(event); } }); $(function () { $('[data-toggle="tooltip"]').tooltip(); }); }); function submitSearch(event) { event.preventDefault(); var searchTerm = document.getElementById('srch-term').value; // RegEx of all valid URL characters var regEx = new RegExp("^[\\sABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789/\\-\\._~:?#\\[\\]@!\\$&\\(\\)\\*\\+,=;\\.`\"]*$") var isValid = regEx.test(searchTerm); if (isValid) { $('#globalInvalidSearchMessage').hide(); if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : ''); } window.location = window.location.origin + "/Search/Global?searchTerm=" + searchTerm; } else { $('#globalInvalidSearchMessage').show(); } } </script> </div> </header> </div> <noindex> <nav id="myNavbar" class="navbar navbar-default yamm megamenu" role="navigation"> <div class="collapse navbar-collapse" id="de-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Bills & Resolutions </span> <span class="hidden-xs hidden-md hidden-lg"> Bills &<br />Resolutions </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/Legislation">All Legislation</a></h3> <h3><a href="/Legislation/RecentLegislation">Recent Legislation</a></h3> <h3><a href="/Legislation/House">House Bills</a></h3> <h3><a href="/Legislation/Senate">Senate Bills</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Archives</h3> <ul class="list-unstyled list-section"> <li> <a href="/Events/Agenda/Reports">Agenda and Activity Reports</a> </li> <li> <h3><a href="/Offices/ControllerGeneral/AppropriationBills">Budget / Appropriations Bills</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Process</h3> <ul class="list-unstyled list-section"> <li> <a href="/LawsOfDE/BillDraftingManual">Legislative Drafting Manual</a> </li> <li> <h3><a href="/LawsOfDE/LegislativeProcess">How a Bill Becomes Law</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Delaware Laws </span> <span class="hidden-xs hidden-md hidden-lg"> Delaware<br />Laws </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/LawsOfDE/DelawareConstitution" target="_blank">Delaware Constitution<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/LawsOfDE/Regulations" target="_blank">Regulations<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/LawsOfDE/Charters" target="_blank">City/Town Charters<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">The Delaware Code</h3> <ul class="list-unstyled list-section"> <li> <a href="/LawsOfDE/LawsofDelaware" target="_blank">View Delaware Code<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a> </li> </ul> <ul class="list-unstyled list-section"> <li class="form-group"> <label for="codeSearch" class="sr-only">Search Delaware Code</label> <div class="input-group"> <input name="codeSearch" id="codeSearch" class="form-control" placeholder="Search Delaware Code" /> <span class="input-group-btn"> <button type="button" class="btn" id="btnSearchDelCode"><span class="glyphicon glyphicon-search"></span></button> </span> </div> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Laws of Delaware</h3> <ul class="list-unstyled list-section"> <li> <a href="/SessionLaws">View Laws of Delaware</a> </li> <li> <h3><a href="/LawsOfDE/AdministrativeCode" target="_blank">Administrative Code<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </li> <li> <h3><a href="/LawsOfDE/LandlordTenantCode" target="_blank">Landlord Tenant Code<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle mm-single-line">Committees</a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/Meetings">Meetings/Hearings Schedule</a></h3> <h3><a href="/Committee">All Committees</a></h3> <h3><a href="/Committee/SenateCommittees">Senate Committees</a></h3> <h3><a href="/Committee/HouseCommittees">House Committees</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Joint Committees</h3> <ul class="list-unstyled list-section"> <li> <a href="/Committee/JointFinance">Finance Committee</a> </li> <li> <h3><a href="/Committee/CapitalImprovement">Capital Improvement Committee</a></h3> </li> <li> <h3><a href="/Committee/Sunset">Legislative Oversight and Sunset Committee</a></h3> </li> <li> <h3><a href="/Committee/LegislativeCouncil">Legislative Council</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Task Forces & Commissions</h3> <ul class="list-unstyled list-section"> <li> <a href="/Task-Forces">All Task Forces</a> </li> <li> <h3><a href="/Task-Force-Meetings">Task Force Meetings Schedule</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle mm-single-line">Senate</a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Members & Districts</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/Senate/SenateLeadership">Senate Leadership</a> </li> <li> <h3><a href="/Chambers/Senate/AssemblyMembers">All Senators</a></h3> </li> <li> <h3><a href="/Chambers/Senate/SenateDemocraticCaucus">Democratic Caucus</a></h3> </li> <li> <h3><a href="/Chambers/Senate/SenateRepublicanCaucus">Republican Caucus</a></h3> </li> <li> <h3><a href="/Chambers/Senate/SenateDistrict">District</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Senate Committees & Meetings</h3> <ul class="list-unstyled list-section"> <li> <a href="/Committee/SenateCommittees">Senate Committees</a> </li> <li> <h3><a href="/Meetings/Senate">Committee Meetings</a></h3> </li> <li> <h3><a href="/Events/Agenda/Senate">Agenda</a></h3> </li> <li> <h3><a href="/Meetings/Minutes/Senate">Meeting Minutes</a></h3> </li> <li> <h3><a href="/Chambers/Senate/Journal">Journal</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Other Resources</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/Senate/ReadyList">Senate Ready List</a> </li> <li> <h3><a href="/Chambers/Senate/RollCall">Voting Record (Roll Calls)</a></h3> </li> <li> <h3><a href="/Chambers/Senate/Nominations">Governor's Nominations</a></h3> </li> <li> <h3><a href="/Chambers/Senate/OfficeOfTheSecretaryOfTheSenate">Office of the Secretary of the Senate</a></h3> </li> <li> <h3><a href="/Senate-Majority-Staff">Senate Majority Staff Listing</a></h3> </li> <li> <h3><a href="/SenateMinorityStaff">Senate Minority Staff Listing</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle mm-single-line">House</a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Members & Districts</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/House/Leadership">House Leadership</a> </li> <li> <h3><a href="/Chambers/House/AssemblyMembers">All Representatives</a></h3> </li> <li> <h3><a href="/Chambers/House/HouseDemocraticCaucus">Democratic Caucus</a></h3> </li> <li> <h3><a href="/Chambers/House/HouseRepublicanCaucus">Republican Caucus</a></h3> </li> <li> <h3><a href="/Chambers/House/District">District</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">House Committees & Meetings</h3> <ul class="list-unstyled list-section"> <li> <a href="/Committee/HouseCommittees">House Committees</a> </li> <li> <h3><a href="/Meetings/House">Committee Meetings</a></h3> </li> <li> <h3><a href="/Events/Agenda/House">Agenda</a></h3> </li> <li> <h3><a href="/Meetings/Minutes/House">Meeting Minutes</a></h3> </li> <li> <h3><a href="/Chambers/House/Journal">Journal</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Other Resources</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/House/ReadyList">House Ready List</a> </li> <li> <h3><a href="/Chambers/House/OfficeOfTheChiefClerkOfTheHouse">Office of the Chief Clerk of the House</a></h3> </li> <li> <h3><a href="/Chambers/House/RollCall">Voting Record (Roll Calls)</a></h3> </li> <li> <h3><a href="/Chambers/House/HouseBoardsandCommissionsApplication" target="_blank">Boards and Commissions Application<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Offices & Services </span> <span class="hidden-xs hidden-md hidden-lg"> Offices &<br />Services </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Division of Legislative Services</h3> <ul class="list-unstyled list-section"> <li> <a href="/Offices/DivisionOfResearch">Division of Legislative Services Home</a> </li> <li> <h3><a href="/Offices/DivisionOfResearch/DivisionCareerOpportunities">Division Career Opportunities</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/DivisionStaff">Division Staff</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/LegislativeLibrary">Legislative Library</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/PrintShop">Legislative Print Shop</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/Publications">Publications</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/RegistrarOfRegulations">Registrar of Regulations</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Office of the Controller General</h3> <ul class="list-unstyled list-section"> <li> <a href="/Offices/ControllerGeneral">Office of the Controller General Home</a> </li> <li> <h3><a href="/Offices/ControllerGeneral/Responsibilities">Responsibilities and Functions</a></h3> </li> <li> <h3><a href="/Offices/ControllerGeneral/Analysts">Analyst Assignments and Staff</a></h3> </li> <li> <h3><a href="/Offices/ControllerGeneral/AppropriationBills">Budget / Appropriations</a></h3> </li> <li> <h3><a href="/GrantInAid/Information">Grant in Aid Process</a></h3> </li> <li> <h3><a href="/Offices/ControllerGeneral/LIS">Legislative Information Systems</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Resources</h3> <ul class="list-unstyled list-section"> <li> <a href="/Resources/FAQ">Frequently Asked Questions</a> </li> <li> <h3><a href="/Resources/GlossaryOfTerms">Glossary Of Terms</a></h3> </li> <li> <h3><a href="/Resources/PreparingToTestify">Public Participation in the Legislative Process</a></h3> </li> <li> <h3><a href="/Media-Credentialing-Policy">Legislative Hall Media Credentialing Policy</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Events & Facilities </span> <span class="hidden-xs hidden-md hidden-lg"> Events &<br />Facilities </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/LegislativeSessionSchedule">Legislative Session Schedule</a></h3> <h3><a href="/Session/Calendar">Legislative Calendar</a></h3> <h3><a href="/Meetings">Committee Meetings/Hearings</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/Resources/AboutLegislativeHall">About Legislative Hall</a></h3> <h3><a href="/Resources/HoursAndDirections">Hours and Directions</a></h3> <h3><a href="/LegislativeHallCafe">Legislative Hall Cafeteria</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/Resources/PlanningAVisit">Planning a Visit?</a></h3> <h3><a href="/VirtualTour" target="_blank">Virtual Tour of Legislative Hall<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/MemorialsandMonuments">Map of Memorials & Monuments</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/Resources/LegislativeHallFacilityUsePolicy">Legislative Hall Facility Use Policy</a></h3> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Meetings & Archives </span> <span class="hidden-xs hidden-md hidden-lg"> Meetings &<br />Archives </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/WatchAndListen/SenateChamber">Senate Chamber</a></h3> <h3><a href="/WatchAndListen/HouseChamber">House Chamber</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/WatchAndListen/SenateCommittees">Senate Committees</a></h3> <h3><a href="/WatchAndListen/HouseCommittees">House Committees</a></h3> <h3><a href="/WatchAndListen/JointCommittees">Joint Committees</a></h3> <h3><a href="/WatchAndListen/TaskForces">Task Forces</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/WatchAndListen/SenateChamber-YouTube" target="_blank">Senate Chamber - YouTube<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/WatchAndListen/HouseChamber-YouTube" target="_blank">House Chamber - YouTube<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/WatchAndListen/JointFinanceMeetingRoom-YouTube" target="_blank">Joint Finance Hearing Room - YouTube<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </div> </div> </div> </li> </ul> </li> </ul> </div> </nav> </noindex> <script type="text/javascript"> $(document).ready(function () { $("#btnSearchDelCode").click(function (e) { e.preventDefault(); submitDelCodeSearch(); }); $("#codeSearch").keyup(function (event) { if (event.which == 13) { submitDelCodeSearch(); } }); }); function submitDelCodeSearch() { var query = $('#codeSearch').val(); window.location.href = window.location.origin + "/DelCode/Search?query=" + query; } </script> </div> <div id="content" class="container container-main" role="main"> <div class="row"> <div class="row-same-height"> <!-- main area --> <div class="content col-xs-24 col-sm-18 col-sm-push-6 col-sm-height col-top"> <div class="row"> <div class="col-xs-24"> <h2 class="nosub">Task Force Meetings</h2> </div> </div> <div class="row"> <div class="col-xs-24"> <section class="k-content"> <h3 class="sr-only">All Task Force Meetings</h3> <div id="meetingSummaryPdfLink" style="display:none;"> <a href="/json/TaskForceMeetingsController/GenerateTaskForceSummaryPdf" class="file-link file-link-pdf">View Summary PDF</a> </div> <div class="k-table-responsive"> <div class="k-widget k-grid" id="UpcomingMeetingsGrid"><table><colgroup><col style="width:150px" /><col style="width:230px" /><col style="width:230px" /><col style="width:30px" /></colgroup><thead class="k-grid-header"><tr><th class="k-header" data-field="TaskForceMeetingStatusId" data-index="0" data-title="Task Force Meeting Status Id" scope="col" style="display:none"><span class="k-link">Task Force Meeting Status Id</span></th><th class="k-header" data-field="MeetingDateTime" data-index="1" data-title="Date" scope="col"><span class="k-link">Date</span></th><th class="k-header" data-field="TaskForceName" data-index="2" data-title="Task Force" scope="col"><span class="k-link">Task Force</span></th><th class="k-header" data-field="AddressAliasNickname" data-index="3" data-title="Location" scope="col"><span class="k-link">Location</span></th><th class="k-header" data-field="TaskForceMeetingId" data-index="4" data-title="Notice" scope="col"><span class="k-link">Notice</span></th></tr></thead><tbody><tr class="k-no-data"><td colspan="4"></td></tr></tbody></table></div><script> jQuery(function(){jQuery("#UpcomingMeetingsGrid").kendoGrid({"dataBound":onGridBind,"columns":[{"title":"Task Force Meeting Status Id","headerAttributes":{"data-field":"TaskForceMeetingStatusId","data-title":"Task Force Meeting Status Id"},"hidden":true,"field":"TaskForceMeetingStatusId","encoded":true},{"title":"Date","headerAttributes":{"data-field":"MeetingDateTime","data-title":"Date"},"width":"150px","template":"\u003cdiv\u003e# if (TaskForceMeetingStatusId != 2) {#\u003cspan\u003e#: MeetingDateTimeFormatted#\u003c/span\u003e#} else {#\u003cdiv class=\u0027cancelledMeetingDate\u0027\u003e\u003cdiv class=\u0027text-danger undecorate\u0027\u003e\u003cspan class=\u0027glyphicon glyphicon-exclamation-sign\u0027\u003e\u003c/span\u003e \u003cb\u003eCanceled\u003c/b\u003e\u003c/div\u003e\u003cspan class=\u0027cancelledDate\u0027\u003e#: MeetingDateTime#\u003c/span\u003e\u003c/div\u003e#}#\u003c/div\u003e","field":"MeetingDateTime","encoded":true},{"title":"Task Force","headerAttributes":{"data-field":"TaskForceName","data-title":"Task Force"},"width":"230px","template":"\u003cspan\u003e# #\u003ca href=\u0027/TaskForceDetail?taskforceid=#: TaskForceId#\u0027\u003e#: TaskForceName# \u003c/a\u003e# #\u003c/span\u003e","field":"TaskForceName","encoded":true},{"title":"Location","attributes":{"class":"viewMeetingLocationDetails"},"headerAttributes":{"data-field":"AddressAliasNickname","data-title":"Location"},"width":"230px","template":"\u003cspan\u003e# if (AddressAliasNickname != null) {#\u003ca href=\u0027/RoomLocations\u0027\u003e#: AddressAliasNickname#\u003c/a\u003e#} else {#\u003ca href=\u0027/TaskForceMeetingDetail?taskForceMeetingId=#: TaskForceMeetingId#\u0027 id=\u0027viewDetails_#: TaskForceMeetingId#\u0027\u003e\u003cspan\u003eVirtual Meeting\u003c/span\u003e\u003c/a\u003e#}#\u003c/span\u003e","field":"AddressAliasNickname","encoded":true},{"title":"Notice","attributes":{"class":"viewNoticeDetails"},"headerAttributes":{"data-field":"TaskForceMeetingId","data-title":"Notice"},"width":"30px","template":"\u003ca href=\u0027/TaskForceDetail?taskforceid=#: TaskForceId#\u0027 id=\u0027viewDetails_#: TaskForceMeetingId#\u0027\u003e\u003cspan\u003eview\u003c/span\u003e\u003c/a\u003e","field":"TaskForceMeetingId","encoded":true}],"scrollable":false,"noRecords":true,"messages":{"noRecords":"No Upcoming Meetings Scheduled"},"dataSource":{"type":(function(){if(kendo.data.transports['aspnetmvc-ajax']){return 'aspnetmvc-ajax';} else{throw new Error('The kendo.aspnetmvc.min.js script is not included.');}})(),"transport":{"read":{"url":"/json/TaskForceMeetings/GetUpcomingTaskForceMeetings","type":"POST"},"prefix":""},"serverPaging":true,"serverSorting":true,"serverFiltering":true,"serverGrouping":true,"serverAggregates":true,"filter":[],"schema":{"data":"Data","total":"Total","errors":"Errors","model":{"fields":{"TaskForceMeetingId":{"type":"number"},"TaskForceId":{"type":"number"},"TaskForceName":{"type":"string"},"ChairmanPersonId":{"type":"number","defaultValue":null},"LegislatorDetailLink":{"type":"string"},"ChairmanShortName":{"type":"string"},"ChairmanPersonRaw":{"type":"string"},"MeetingLocationAddressID":{"type":"number","defaultValue":null},"AddressAliasNickname":{"type":"string"},"MeetingLocationOverride":{"type":"string"},"MeetingDateTime":{"type":"date","defaultValue":null},"MeetingDateTimeFormatted":{"type":"string"},"MeetingEndDateTime":{"type":"date","defaultValue":null},"MeetingTopic":{"type":"string"},"TaskForceMeetingStatusId":{"type":"number"},"HasAttachment":{"type":"boolean"},"IsVirtualMeeting":{"type":"boolean"},"VirtualMeetingLink":{"type":"string"},"CallInInformation":{"type":"string"},"ContactPersonName":{"type":"string"},"ContactPersonPhone":{"type":"string"},"ContactPersonEmail":{"type":"string"},"PublicVirtualMeetingLink":{"type":"string"}}}}}});}); </script> </div> </section> </div> </div> <div id="taskForceMeetingModals"> <div class="modal fade" id="followModal" tabindex="-1" role="dialog" aria-labelledby="follow committee meeting modal"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title" id="exampleModalLabel">Follow Committee Meeting</h4> </div> <div class="modal-body"> Get alerts by: <form> <div class="form-group"> <label for="recipient-name" class="control-label">Email:</label> <input type="text" class="form-control" id="follow-email"> </div> <div class="form-group"> <label for="message-text" class="control-label">Text:</label> <textarea class="form-control" id="follow-text"></textarea> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-link" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary">Follow</button> </div> </div> </div> </div> <div class="modal fade" id="locationModal" tabindex="-1" role="dialog" aria-labelledby="meeting location detail modal"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div id="meetingLocationModalSpinner" class="modalSpinner"> <img src="/Content/images/delaware/loading-image.gif" alt="Modal Spinner"> </div> <div class="modal-data"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title" id="exampleModalLabel"></h4> </div> <div class="modal-body"> <div class="modal-title-wrap"> <div id="body-title"></div> <div id="modal-additional-info"></div> </div> <div class="row"> <div class="col-xs-24 col-sm-24"> <div class="info-horizontal info-horizontal-sm"> <div class="info-group"> <label class="info-label-sm">Address:</label> <div class="info-value"> <span id="modal-address1"></span> <span id="modal-address2"></span> </div> </div> <div class="info-group"> <label class="info-label-sm">City:</label> <div id="modal-city" class="info-value"> </div> </div> <div class="info-group"> <label class="info-label-sm">State:</label> <div id="modal-state" class="info-value"> </div> </div> <div class="info-group"> <label class="info-label-sm">Postal Code:</label> <div id="modal-postal" class="info-value"> </div> </div> </div> </div> </div> <div class="row"> <div class="col-xs-24"> <div class="modalDisclaimer"> <span id="modal-disclaimer"></span> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-link" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> <script type="text/javascript"> function LoadMeetingLocationDetailsModal(addressId) { $('#meetingLocationModalSpinner').show(); $('.modal-data').hide(); var postData = { addressId: addressId }; $.ajax({ url: "/json/MeetingNotice/GetMeetingLocationDetailsByAddressId", type: "POST", data: postData, success: function (result) { if (result.Success) { var locationDetails = result.Model; HydrateLocationModal(locationDetails); // Hide spinner then show modal contents $('#meetingLocationModalSpinner').hide(); $('.modal-data').show(); } else { console.log('There was a problem loading the meeting location modal. Please try again.'); } }, error: function () { console.log('There was a problem loading the meeting location modal. Please try again.'); } }); } function HydrateLocationModal(details) { // Clear ClearModal(); // Hydrate Modal var modal = $('#locationModal'); var modalTitle = "Meeting Location Details"; modal.find('.modal-title').text(modalTitle); var bodyTitle = details.AddressAliasNickname; if (details.RoomNumber != null && details.RoomNumber != null) { bodyTitle = bodyTitle + " - " + details.RoomNumber; } modal.find('#body-title').text(bodyTitle); modal.find('#modal-address1').text(details.AddressLine1); if (details.AddressLine2 != null && details.AddressLine2 != "") { $("#modal-address2").append("<br />" + details.AddressLine2); } modal.find('#modal-city').text(details.City); modal.find('#modal-state').text(details.State); modal.find('#modal-postal').text(details.PostalCode); modal.find('#modal-disclaimer').append(details.Disclaimer); } function ClearModal() { $("#body-title").empty(); $("#modal-address1").empty(); $("#modal-address2").empty(); $("#modal-city").empty(); $("#modal-state").empty(); $("#modal-postal").empty(); $("#modal-disclaimer").empty(); } </script> </div> <script> //On client-side grid rebind function onGridBind(e) { addStikethroughToCancelledMeetings(this, e); setSummaryPDFLinkVisibility(this.dataSource.total() !== 0); } function setSummaryPDFLinkVisibility(isVisible) { isVisible ? $("#meetingSummaryPdfLink").show() : $("#meetingSummaryPdfLink").hide(); } // Add strike through class to cancelled meetings function addStikethroughToCancelledMeetings(e) { $("#UpcomingMeetingsGrid").find("tbody").find("tr").each(function () { var meetingStatusId = $(this).children().contents().get(0).nodeValue; if (meetingStatusId == "2") { $(this).find("td").addClass("strike-cell"); } }); } </script> </div> <!-- sidebar --> <div class="col-xs-24 col-sm-6 col-sm-pull-18 col-sm-height col-top sidebar" role="navigation"> <ul class="nav list-unstyled"> <li class="nav-section-title"> Display </li> <li class="active"><a href="/TaskForceMeetings">All Task Force Meetings</a></li> </ul> <hr /> </div> </div> </div> </div> <noindex> <footer class="footer"> <div class="container footer-container"> <div class="row"> <div class="col-sm-10 footer-block footer-contact"> <h3>Contact Legislative Hall</h3><div class="vcard"><ul class="list-unstyled"><li><em class="glyphicon glyphicon-map-marker"></em><span class="street-address">411 Legislative Avenue</span><br /><span class="region">Dover, DE</span> <span class="postal-code">19901</span></li><li class="tel"><em class="glyphicon glyphicon-earphone"></em>302-744-4114</li><li><em class="glyphicon glyphicon-envelope"></em><a class="email" href="mailto:DivisionOfResearch@state.de.us"></a><a class="email" href="mailto:DivisionOfResearch@delaware.gov"></a><a class="email" href="mailto:DGA_reception@delaware.gov">Legislative Hall</a></li></ul><p><em><strong>To ensure quick and accurate assistance, please include your full name and address in your correspondence.</strong></em></p></div> </div> <div class="col-sm-7 footer-block"> <h3>Useful links</h3> <ul class="list-unstyled"> <li><a href="/Footer/FOIARequests">FOIA Requests</a></li> <li><a href="/Media-Credentialing-Policy">Legislative Hall Media Credential Policy</a></li> <li><a href="/Footer/CSG" target="_tab">CSG</a></li> <li><a href="/Footer/ULC" target="_tab">ULC</a></li> <li><a href="/Footer/NCSL" target="_tab">NCSL</a></li> <li><a href="/RssFeed">RSS Feeds</a></li> <li><a href="/Resources/DE_NotificationService">Legislative Notifications</a></li> </ul> </div> <div class="col-sm-7 footer-block"> <h3>Other Resources</h3> <ul class="list-unstyled"> <li><a href="https://legis.delaware.gov/docs/default-source/default-document-library/adapolicy.pdf?sfvrsn=3560b238_2">Accessibility</a></li> <li><a href="/Footer/DelawareGov" target="_tab">Delaware.gov</a></li> <li><a href="/Footer/Judicial" target="_tab">Judicial</a></li> <li><a href="/Footer/AgencyList" target="_tab">Agency Contact Info</a></li> <li><a href="/Footer/Copyright">Copyright</a></li> <li><a href="/Footer/Disclaimer">Disclaimer</a></li> </ul> </div> </div> </div> </footer> </noindex> </div> <script> $("document").ready(function () { $('.megamenu').accessibleMegaMenu(); $(".skip").click(function (event) { var skipTo = "#" + this.href.split('#')[1]; $(skipTo).attr('tabindex', -1).on('blur focusout', function () { $(this).removeAttr('tabindex'); }).focus(); }); // $("select").selectBoxIt(); $('select').customSelect(); $('#followModal').on('show.bs.modal', function (event) { var button = $(event.relatedTarget); var recipient = button.data('meeting'); var modal = $(this); modal.find('.modal-title').text('Follow ' + recipient + ' Meeting'); }); $('#locationModal').on('show.bs.modal', function (event) { var button = $(event.relatedTarget); var addressId = button.data('id'); LoadMeetingLocationDetailsModal(addressId); }); }); </script> </body> </html>