FLOE-164: Separate simpleEditor code from the rest of the metadata demo

Metadata

Source
FLOE-164
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2014-01-20T13:09:36.222-0500
Updated
2014-01-29T11:27:54.467-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Metadata

Description

The metadata demo has a simpleEditor used to illustrate integration into an authoring tool. However the demo code has been mixed together with the code for creating the simpleEditor. This should be split apart to better represent the separate concerns and decoupled state that the integration should take in production environments.

simpleEditor.js should only contain the code needed to create the simple editor. A new demo js file should be created to house the integration.

Comments