1

I am developing an web app on AngularJS, which has similar functionality to Dev HTTP Client and right now I have to divide my web-ui into 2 parts and make the first one resizible with the element like this one:

enter image description here

so I could just move it up and down and the content inside the element gets resized.

Does anyone know how can I develop such element? Please, point me to the solution, provide some links, articles. Every useful answer is highly appreciated and evaluated.

Thank you.

amenoire
  • 1,892
  • 6
  • 21
  • 34

1 Answers1

1

I have seen this plugin before it's similar to what you want. http://layout.jquery-dev.net/documentation.cfm Here's the docs and here is a demo of it being used. http://layout.jquery-dev.net/demos/simple.html

John
  • 7,114
  • 2
  • 37
  • 57