javascript - Create Website that behaves more like a desktop application with windows and dragging of assets between the windows -


i create website front page behaves more actual desktop application windows , ability drag , drop assets 1 window next (and untop of other items on windows).

this done in desktop application. how can replicate using on website?

i know can jquery such this: http:// jsfiddle.net/4vfm5/1095/ resize , move image.

what want make website behave more application windows. not concerned mobile applications website viewed via desktop computer.

are there frameworks process?

i have seen site behave way (using "div"s each window) - gather used lot of custom code make that. trying see if there packages process along?

this how want webpage https://drive.google.com/file/d/0b_fn5ulpyrbovu9wzzfrdgl6tle/view?usp=sharing

thank much.

jack

one can try ext js: http://www.sencha.com/products/extjs

depending on use case may need pay them (i think if use commercial purpose). supports layout , controls similar type of design expect desktop ui framework. has drag , drop support built in.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -