Skip to content

All Courses Listing ​

An All Courses link will show all current courses in a list:

<a href="ShowSchedule.awp?&Group=:FULL&Title=All+Courses">All Courses</a>

All Courses

You can also specify the sort order of the listing by adding the Order statement to the href attribute and entering the column number of the sort column.

For example, to sort by begin date in the above example, enter Order=2 in the url (Begins is the 2nd column in the list):

<a href="ShowSchedule.awp?&Mode=GROUP&Group=:FULL&Title=All+Courses+by+Date&Order=2">All Courses by Date</a>