Library of classes to easily manage things like Pop-up windows, dropdowns and more.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
Fixed a bug with the footnote on gallery where if it wasn't a direct child it wouldn't be found.
8fcaf17View on GitHubRenamed one of the params for PopWindow, and removed one of them also, combining them both into one to make more sense and have less parms for the same thing.
286d199View on GitHubAdded the ability to drag and move PopWindows, and the ability to have no timer to shift the items in a Slideshow, so you have to go through the images manually.
e2e1174View on GitHubAllow the gallery to have a different view to the main element that would appear or disappear, allowing for greater control of alignment and position of the container for the image
f153be4View on GitHubAdded keybinds for PopWindow to close by pressing the escape key, also added a check to UploadPreview to account for whether the file input allows multiple files or not and to reflect that by instead of adding to the array of previews, just replacing it.
b08b0b3View on GitHubAdded a check whether the Gallery is on the first or last item to have the ability to hide the previous or forward button depending if there is a previous/next item to view
8ef2f64View on GitHubAdded a new ContextMenu class, to replace the standard context menu with a custom one, with the ability to change the context menu that opens based on the element you're hovering over.
3c9468eView on GitHubFixed some names for functions in Slideshow class to _funcname to show theyre not to be used by developers
a6d3accView on GitHubAdded hover option to dropdown, so you can set it to open on hover or on click
c47152bView on GitHubGallery is now more concise, uses less code and works better, as well, has the option for the gallery container direct children to not just be images, but can be something containing the image.
5ce51e5View on GitHubAdded an Image and Video file upload preview class, so when uploading a file through an input, you could have a file preview before you upload it.
29f2212View on GitHub