File: README.TXT

Recommend this page to a friend!
  Classes of Chi H.   Book list   README.TXT   Download  
File: README.TXT
Role: Documentation
Content type: text/plain
Description: readme
Class: Book list
Display and sort a book list
Author: By
Last change:
Date: 8 years ago
Size: 1,476 bytes
 

Contents

Class file image Download
<!--/* * Copyright (C) Chi Hoang - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * For educational purpose only * Written by Chi Hoang, March 2016 * *//--> Book lists 1. What is does it do? Generate a list of books. A book should have a name, an author, a genre and a publish date. An author should have a name and a gender. Display a scrollable list of all books. 1.2 Features - Sort by Book Name - Sort By Author Name - Filter By Book Genre - Filter By Author Gender - Indicate books in the "horror" genre, published on Halloween - Indicate books in the "finance" genre, published on the last Friday of any month 3. Installation Unpack the archive and copy the content to your pc. 4. Tutorial 4.1 Double-click the example.html file. A web browser should open in a second. 4.2 Navigation 4.2.1 All buttons works in combination, for example press FGenre and FHalloween to indicate books in "horror" genre, published on Halloween. 4.2.1 Sort-Up button: sort by book name ascending order 4.2.2 Sort-Down button: sort by book name descending order 4.2.3 FgW-button: filter by author gender woman 4.2.4 FgM-button: filter by author gender man 4.2.5 FGenre: filter by author gender 4.2.6 FHalloween: filter by date Halloween 4.2.7 FlastFriday: filter by date last friday 4.2.8 Reset: reset list to inital state 5. Changelog 30.03.2016 Initial release