cgestes / dock-spawn

Dock Spawn is a web based dock layout engine that aids in creating flexible user interfaces by enabling panels to be docked on the screen similar to Visual Studio IDE

Home Page:http://dockspawn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dock Spawn

Panel docking library that provides panel docking similar to how Visual Studio handles dockable panels.

This project is originally forked from: https://github.com/northerneyes/dock-spawn.

You can find everything you need in the dist/ folder.

This fork include the following changes:

  • use gulp, browserify and uglify
  • correct tab shadow
  • correct tab behavior when changing their order
  • do not remove hidden panel from DOM
  • split CSS style into 3 files

Installation

in the root folder run:

npm install

then run gulp:

./node_modules/.bin/gulp

All files are generated in dist.

Develop

The dev mode is useful to rebuild automatically the project when file are modified.

./node_modules/.bin/gulp dev

Run JSHint

To have some warning on the code use jshint.

./node_modules/.bin/gulp jshint

About

Dock Spawn is a web based dock layout engine that aids in creating flexible user interfaces by enabling panels to be docked on the screen similar to Visual Studio IDE

http://dockspawn.com

License:MIT License


Languages

Language:JavaScript 97.6%Language:CSS 1.3%Language:HTML 1.1%