A full page layout with resizable panes using jQuery UI

前端 未结 7 1002
一个人的身影
一个人的身影 2020-12-07 21:31

I\'m trying to create the overall layout of a webapp. The app is full-screen and has a fixed header and three columns/panes. The center pane consists of two rows:

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 21:52

    I came up with the answer to this myself, although in the end it took me over a year of development! The result is a modern, responsive panel layout widget built using jQuery and jQuery UI widget factory.

    http://www.silvercore.co.uk/widgets/propanellayout/

    The best solution at the time the question was asked was undoubtedly jQuery UI.Layout, but over time that project has stagnated and the plugin does not work with jQuery 2. Despite the code being released on GitHub its fate is unknown, which makes using it as the foundation of a long term project questionable.

    A few of the other links posted here are dead now and if you don't want or need a full application framework your choices are limited.

提交回复
热议问题