https://github.com/jonasraoni/resizeable-splitter
A resizeable splitter panel manager.
https://github.com/jonasraoni/resizeable-splitter
component html javascript panel resizeable splitter
Last synced: 5 months ago
JSON representation
A resizeable splitter panel manager.
- Host: GitHub
- URL: https://github.com/jonasraoni/resizeable-splitter
- Owner: jonasraoni
- License: mit
- Created: 2017-10-26T21:57:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T22:13:30.000Z (about 8 years ago)
- Last Synced: 2025-06-16T22:41:56.164Z (7 months ago)
- Topics: component, html, javascript, panel, resizeable, splitter
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resizeable splitter
A resizeable splitter panel manager
## How to use
Please, view the file [index.htm](index.htm).
This code was built to with the intention of loading the layout from JSON data, so the [Container](container.js) object has a build method for it. The Container also has a property "structure", which is a tree of [Nodes](node.js), updated as the panels are splitted/added/removed.
[Block](block.js) = each panel is a Block object.
[Splitter](splitter.js) = unite blocks with a resizer
[Resizer](resizer.js) = the divisor line.