FLOE-252: Implement the back and next buttons to move around panels

Metadata

Source
FLOE-252
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Cindy Li
Reporter
Cindy Li
Created
2015-01-29T10:44:49.622-0500
Updated
2015-11-03T10:54:40.603-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. First Discovery

Description

1. Render back and next based on the total number of pages;

  • On the first page, only show "Next" button
  • On the last page, only show "Back" button
  • On the pages in btw, show both buttons

2. Respond to back and next to change page;

3. Tooltips for these buttons;

4. Hook up with the editor component;

5. Unit tests

Comments