Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic Jquery Splitter Plugin

I am trying to use Jquery Splitter http://www.methvin.com/jquery/splitter/

It works fine if the splitter panes are static but I need to add panes dynamically in it. Also I need to remove those panes dynamically as well. How can I remove the splitter binding and add dynamic split regions in it?

please check it from here http://01webdesigner.com/Inam/SplitterTest.htm

Re-sizing works only in the last dynamically added region.

please help

like image 289
Inam Jameel Avatar asked Oct 23 '09 07:10

Inam Jameel


2 Answers

jQuery UI layout: http://layout.jquery-dev.net/

Ideas taken from EXT layout model.

Demo: http://layout.jquery-dev.net/demos.html

like image 62
jmav Avatar answered Nov 03 '22 16:11

jmav


Splitter plugin: http://krikus.com/js/splitter/

  • can collapse
  • min/max size
  • nice
  • works
like image 29
Manel Clos Avatar answered Nov 03 '22 14:11

Manel Clos