Skip to content

atosorigin/PAMM-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Project Reference here]

Overview

Add here a description of the project explaining at high level what the project is about.

Note: visio and graphml diagrams are provided in design folder if you require changes to suit your project

Goals

Describe the project goals in a bullet point list:

  • Goal 1
  • Goal 2
  • Goal 3

Drivers

Describe the motivations that initiated the project in a bullet point list:

  • Driver 1
  • Driver 2
  • Driver 3

#Project Information#

Include key project information, project milestones, links to project documentation, contacts.

Milestones:

Delivery Date: [dd/mm/yyyy]

Documentation

Risks and Assumptions:

Describes any risks or assumption - link to new page if required

DateDescriptionImpactResolution
TBATBATBATBA

###Team and Contacts

NameemailRole
TBAtbar@atos.netDelivery Manager
TBAtba@atos.netProduct Owner
TBAtba@atos.netBA
TBAtba@atos.netTester
TBAtba@atos.netTechnical Lead/Lead Developer
TBAtba@atos.netUX
TBAtba@atos.netSoftware Architect
TBAtba@atos.netDeveloper
TBAtba@atos.netDeveloper

import * as $ from "jquery";

this.modal.alert() .size('lg') .showClose(true) .title('A simple Alert style modal window') .body( <h4>Alert is a classic (title/body/footer) 1 button modal window that does not block.</h4> <b>Configuration:</b> <ul> <li>Non blocking (click anywhere outside to dismiss)</li> <li>Size large</li> <li>Dismissed with default keyboard key (ESC)</li> <li>Close wth button click</li> <li>HTML content</li> </ul>) .open();