JQuery Portlet - 是否可以有不同的 Portlet 大小?

发布于 2024-10-17 21:47:01 字数 393 浏览 7 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

記憶穿過時間隧道 2024-10-24 21:47:01

http://jsfiddle.net/93F2T/

基于显示为网格。使用一个可排序项,并在空间不足时让您的 portlet 换行到下一行。

.portlet {
    display: inline-block;
    vertical-align: top;
}

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.

.portlet {
    display: inline-block;
    vertical-align: top;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文