Table of Contents |
---|
...
Code Block | ||
---|---|---|
| ||
<button id="passengerNoShowButton" type="button" data-ex-bind="method" data-ex-method="sendSelectionsEmail" class="btn btn-lg btn-primary"> Send Email </button> |
Roster
Roster application shows a list of drivers in order they have to perform duties for specific date range.
To build Roster page, we need to see traffic debug and XML request to identify activity name and style.
...
Code Block | ||
---|---|---|
| ||
<table id="portalRoster" data-ex-bind="data" data-ex-populatemethod="listDriverRoster"></table> |