Open jameshopkins opened 9 years ago
The lightbox component I've created can be seen at https://github.com/jameshopkins/lightbox. A few things to mention that are different to the current implementation, namely to do with separation of concerns:
attach
event. open
and close
events can be used to populate history
.We'll be using it in the coming week, so will be able to iron out any issues.
Aims
.click()
Lightbox
constructor so the user can inherit the object and create their own site-specific lightbox instancesWould be a good excuse to fix https://github.com/skyglobal/web-toolkit/issues/295 and https://github.com/skyglobal/web-toolkit/issues/298, too