Closed
Bug 707279
Opened 13 years ago
Closed 13 years ago
Widgets
Categories
(Pancake Graveyard :: Front-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfoster, Unassigned)
Details
(Keywords: meta)
* init method: expects a sandbox bridge thing - an object that contains method for getting to the outside world.
* all widgets are event emitters
* render method - create DOM, (or noop if the rendering is already there)
* data binding: model which provides data/content for the widget. See separate data store ticket
Updated•13 years ago
|
Assignee: nobody → gbrander
Updated•13 years ago
|
Assignee: gbrander → nobody
| Reporter | ||
Comment 1•13 years ago
|
||
we have a widget thingy in place. It might get some refactoring at some point to share the attachPoints and partial rendering seen in eg. views/stackplacesview.js
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•