csantanapr / dapp-examples

Series of Single Page Apps using the dApp Framework
http://csantanapr.github.io/dapp-examples
Other
5 stars 4 forks source link

Implement Delete multiple selected items with one action #16

Open csantanapr opened 11 years ago

csantanapr commented 11 years ago

Two stage:

  1. elect items, or select all visible items
  2. Delete selected items

From requirement document: Checkbox above list of items ­ When checked, will check all of the items in the list. ● Delete Button ­ Always appears but is disabled until either the “all” checkbox or one of the checkboxes next to a particular “item/row” is checked. When clicked, will prompt user to verify the “delete” was intended. If confirmed, will delete the items from the model and the items will disappear from the view. If one of the items deleted is currently displayed in the Detail view (e.g., as could occur with tablet/desktop or even phone in landscape), the view will be blanked out (all elements removed).