Class: Modal

Modal(parentElem, type)

Class that create pop up modal to show the list of (image,theme, slides)

Constructor

Parameters:
Name Type Description
parentElem * HTML Elemet where Modal is appened
type String type of modal (eg. theme or image)
Source:

Methods

addImage(src, title)

A function that append the image on modal
Parameters:
Name Type Description
src String the source of the image
title Sting description of the image
Source:

init()

A function that inilization the Modal
Source:

listProject()

A funtion that list the previously stored slides/presentation
Source: