Skip to content

Commit

Permalink
Update Grid and SlideCarousel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvl committed Oct 3, 2018
1 parent 093152b commit 04033e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/MAF/element/Grid.js
Expand Up @@ -17,9 +17,8 @@
**/
/**
* @class MAF.element.Grid
* @classdesc <p>This component is intended for single use only. Please do not nest the component in itself or other complex components.</p>
* @extends MAF.element.Container
* @classdesc > The Grid object extends the Container object.
* @classdesc > This component is intended for single use only. Please do not nest the component to create an two dimentional navigation. If this is the design you need, please contact us.
* > * Each cell is fixed in size.
* * The grid is a container recieving info from its cells to have a single entry point to listen on.
* * All cells are based on descendants of MAF.element.GridCell
Expand Down
4 changes: 3 additions & 1 deletion src/MAF/element/SlideCarousel.js
Expand Up @@ -18,7 +18,9 @@
/**
* @class MAF.element.SlideCarousel
* @extends MAF.element.Container
* @classdesc <p>This component is intended for single use only. Please do not nest the component in itself or other complex components to create an two dimentional navigation. If this is the design you need, please contact us.</p>
* @classdesc > This component is intended for single use only. Please do not nest the component in itself or other complex components to create an two dimentional navigation. If this is the design you need, please contact us.
* > * Each cell is fixed in size.
* * The SlideCarousel is a container recieving info from its cells to have a single entry point to listen on.
* * All cells are based on descendants of MAF.element.SlideCarouselCell
* * cellCreator() is a required method that returns a cell with no data.
* * cellUpdater() is a required method that will update a cell with data.
Expand Down

0 comments on commit 04033e8

Please sign in to comment.