Versions Compared

Key

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

...

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

Card
labelController & Methods
titleThe modules to be loaded for using this interface

Controller: slideshowController

Methods: No public methods

Card
labelTemplate & View
titleThe template that has to be loaded

Template: slideshow.hbs

View: slideshowView

 

...

addSlideshow(): Creates a new slideshow and returns a deffered object

updateSlideshow(): Updates the specified slide

deleteSlideshow(Object slideshow): Deletes the specified slideshow

find(String slideshow_id): Loads the specified slideshow info


Here is a list of Ember action helper methods which could be called from template or with sendAction() method 

editMode(): Makes the writable fields editable

cancel(): Back to the read only mode

addSlideshow(Object slideshow): Creates a new slideshow

deleteSlideshow(Object slideshow): Deletes the specified slideshow

updateSlideshow(Object slideshow): Updates the specified slide

play(): Plays the slideshow

stop(): Stops the slideshow from playing

pause(): Pauses the slideshow

forward(): Shows the next slide

backward(): Shows the previous slide

Card
labelTemplate & View
titleThe template that has to be loaded

Template: slideshow.hbs

View: slideshowView

 

...

Anchor
slideshowList
slideshowList

Slideshow List

This control is used for displaying a list of slideshows inside a project.

 

Deck of Cards
idsdkSlideshowList
Card
defaulttrue
labelUI Control
titleInterface for displaying a list of slideshows

Image Added

Card
labelController & Methods
titleThe modules to be loaded for using this interface

Controller: slideshowListController

Methods:

reset(): Resets the slideshow list


Here is a list of Ember action helper methods which could be called from template or with sendAction() method 

createSlideshow(): Creates a new slideshow

slideshowPlayMode(String play_mode_name): Sets the play mode of the slideshow

addSlide(String slide_id): Adds a new slide to the current slideshow

findAll(String/Object model): Loads the slideshow list that belong to a model

...

Slideshow List

This control is used for displaying a list of slideshows inside a project.

 

Deck of Cards
idsdkSlideshowList
Card
defaulttrue
labelUI Control
titleInterface for displaying a list of slideshows

Image Removed

Card
labelController & Methods
titleThe modules to be loaded for using this interface

Controller: slideshowListController

Methods: No public methods

Card
labelTemplate & View
titleThe template that has to be loaded

Template: slideshowsList.hbs

View: slideshowsListView

 

...

Anchor
slide
slide

Slide

This control is used for working with a particular slide belonging to a slideshow.

...

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:

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(): Makes the writable fields editable

cancel(): Back to the read only mode

addSlide(Object slide): Creates a new slide

deleteSlide(Object slide): Deletes the specified slide

updateSlide(Object slide): Updates the speficified slide

Card
labelTemplate & View
titleThe template that has to be loaded

Template: slide.hbs

View: slideView

...