create a splitter to split a panel.
Its hard to find a splitter that can be draged around and works on most(all) browsers. And it is a usefull tool you can find in most visual programming languages.
I suggest a first 'div' element wil be used as the wrapper, and afther that divs can have orientation and min/max sizes. and can be nested in one another.
2 comments
-
Jos Luijten
commented
I pasted the code on a page for a while, so if you want to see the code:
http://145.99.173.206/test3/ -
Jos Luijten
commented
Since there is no response I am trying to make one myself.
So far I made a script that will divide a ‘Div’ into separate windows divided by handlebars. The separate windows consist of the child ‘Divs’ from the main splitter ‘Div’. The only thing remaining is to add a event that will drag de handle barsWhere do I put my code?