Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deck of Cards
idsdkSlides
Card
defaulttrue
labelUI Control
titleInterface to update,delete & display a particular slide details

Card
labelController & Methods
titleThe 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
labelTemplate & View
titleThe template that has to be loaded

Template: slide.hbs

View: slideView

 

...

Anchor
slideList
slideList

...

Deck of Cards
idsdkSlideList
Card
defaulttrue
labelUI Control
titleInterface for displaying a list of slides

Card
labelController & Methods
titleThe 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
labelTemplate & View
titleThe template that has to be loaded

Template: slidesList.hbs

View: slidesListView

 

...

Anchor
teams
teams

Teams

This control is used for displaying the list of teams.

...

Deck of Cards
idsdkTeams
Card
defaulttrue
labelUI Control
titleInterface for displaying the list of teams

Card
labelController & Methods
titleThe 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
labelTemplate & View
titleThe template that has to be loaded

Template: teams.hbs

View: teamsView

 

...

Anchor
topology
topology

Topology

...