...
| Deck of Cards |
|---|
|
| Card |
|---|
| default | true |
|---|
| label | UI Control |
|---|
| title | Interface to update,delete & display a particular slide details |
|---|
| 
|
| Card |
|---|
| label | Controller & Methods |
|---|
| title | The modules to be loaded for using this interface |
|---|
| Controller: slideController Methods: No public methods getScene():Gets the scene parameters object from the slide addSlide(String slideshow_id): Creates a new slide and add it to the slideshow updateSlide(Object slide): Updates the speficified slide deleteSlide(Object slide): Deletes the specified slide find(String slide_id): Loads the slide info and returns a deferred object Here is a list of Ember action helper methods which could be called from template or with sendAction() method editMode(): cancel(): addSlide(Object slide): deleteSlide(Object slide): updateSlide(Object slide): |
| Card |
|---|
| label | Template & View |
|---|
| title | The template that has to be loaded |
|---|
| Template: slide.hbs View: slideView |
|
...
...
| Deck of Cards |
|---|
|
| Card |
|---|
| default | true |
|---|
| label | UI Control |
|---|
| title | Interface for displaying a list of slides |
|---|
| 
|
| Card |
|---|
| label | Controller & Methods |
|---|
| title | The modules to be loaded for using this interface |
|---|
| ControllerController: slidesListControllerMethods: No public methods Methods: findAll(String Slideshow_id): Loads all the slides belonging to a slideshow |
| Card |
|---|
| label | Template & View |
|---|
| title | The template that has to be loaded |
|---|
| Template: slidesList.hbs View: slidesListView |
|
...
Teams
This control is used for displaying the list of teams.
...
| Deck of Cards |
|---|
|
| Card |
|---|
| default | true |
|---|
| label | UI Control |
|---|
| title | Interface for displaying the list of teams |
|---|
| 
|
| Card |
|---|
| label | Controller & Methods |
|---|
| title | The modules to be loaded for using this interface |
|---|
| Controller: teamsController Methods: No public methods: selectTeam(Object team): Selects the specified team setTeamByName(String team_name, Object model): Select team by team owner name find(): Loads the project list from local database or make AJAX request to server |
| Card |
|---|
| label | Template & View |
|---|
| title | The template that has to be loaded |
|---|
| Template: teams.hbs View: teamsView |
|
...
Topology
...