JQuery Portlet - 是否可以有不同的 Portlet 大小?
我正在使用 JQuery UI 的 portlet 功能 创建一个基本的门户页面。 JQuery UI 页面上的示例显示了一个非常简单的示例,其中包含 3 列和适合这些列的固定大小的 portlet。有没有办法解决这个问题,以便可以使用不同大小的 portlet。
具体来说,如果我有 3 列,我希望能够:
1) 拥有一个跨越所有 3 列的 portlet (3*1) 2) 同一行有一个 2*1 portlet 和一个 1*1 portlet,从而占据全部 3 列 3) 有任何变化。
如果有人能给我任何指示,我将不胜感激,
谢谢
JP
I am using the portlet function of JQuery UI to create a basic portal page. The example on the JQuery UI page shows a pretty simple example with 3 columns and fixed size portlets that fit into those columns. Is there a way to approach this such that varying sized portlets can be used.
Specifically, if i have 3 columns i would like the ability:
1) To have one portlet that spans all 3 columns (3*1)
2) To have one 2*1 portlet and one 1*1 portlet on the same row, thereby taking up all 3 columns
3) Have any variation thereof.
I would greatly appreciate if anyone could give me any pointers,
Thank you
JP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://jsfiddle.net/93F2T/
基于显示为网格。使用一个可排序项,并在空间不足时让您的 portlet 换行到下一行。
http://jsfiddle.net/93F2T/
Based on display as a grid. Use one sortable, and let your portlets wrap to the next line when there's not enough space.