Javascript Floating & Docking Layout Library
This is my first project on GH. I will try to create a docking/floating windows library in Javascript.
The project is open for pull requests & contributions.
Tough the library is still in early stage, you can take a look ath the demo page for the current status.
- Unlimited number of floating / resizing windows (Docking function is limited to right-dock)
- Docking/Undocking windows to/from each other
- Maximize / normalize window
- Minimize window
- Save / Load layout
- Tabbed windows
You may notice that the code is too dirty / buggy by the time. As this library has not yet been released, I'm trying hard to fix problems and make code cleaner and apply the standards rules as much as possible. If you notice that you can improve any part of the code, please do request a pull, or drop me a line describing the change you suggest.
I also would like to remove all third party library dependencies. (Mostly jQuery)
I couldn't find any library / framework that covers this kind of flexible / floating / docking layout functionality. That's why I started this project.
- Documentation
- A fully working demo page
Why not, maybe.
"Windows is very important, just like PHP" -- Ryan Dahl
I don't feel myself that crazy yet.