更好地控制视图输出标记?

发布于 2024-08-23 13:04:08 字数 614 浏览 8 评论 0原文

我正在使用 drupal 6 开发一个网站,并使用基于 960 网格系统的主题。

我想创建一个带有视图的动态缩略图库,并使用此 jquery 效果:

http://www.queness.com/post/590/jquery-thumbnail-with-zooming-image-and-fading-caption-tutorial

我有一些经验有视图,但我绝不是专家...我在这里面临两个问题:

  • 如何使视图 html 输出 符合我的960网格系统主题 (这意味着数组中的每个对象 视图输出应该有一个 grid-x 类,至少)
  • 如何使视图 html 输出适应 我想要使​​用的jquery效果所需的DOM。

所以我想要的基本上是对视图输出的更多控制。现在我只能获取 html 列表或表格。无论如何,是否可以使用更自定义的 DOM 并为其中的字段放置某种占位符?

感谢您阅读

O.

I am developing a website with drupal 6, and using a 960 grid system based theme.

I want to create a dynamic thumbnail gallery with Views, and using this jquery effect:

http://www.queness.com/post/590/jquery-thumbnail-with-zooming-image-and-fading-caption-tutorial

I have some experience with views, but I am by not means an expert... I am facing two problems here:

  • How to make the views html output
    conform to my 960 grid system theme
    (that means that each object in the
    views output should have a grid-x
    class, at the very least)
  • How to adapt the views html output to
    the DOM required by the jquery effect I want to use.

So what I want is basically more control over the output of Views. Right now I can only get html lists or tables. Is there anyway to use a more customized DOM and put some kind of placeholders for fields in it?

Thank you for reading

O.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

看透却不说透 2024-08-30 13:04:08

您可以定义自己的模板,视图将使用该模板来代替默认模板。

在这些模板中,您几乎可以使用您可以想象到的任何类型的 HTML 标记——这意味着您将对输出进行非常好的控制。

有关更多信息,您可以开始查看此问题及其答案:Drupal 6:如何快速主题化视图?

还有一些可能有用的链接:

You can define your own templates, that Views will use instead of its default ones.

In those template, you can use almost any kind of HTML markup that you possibily can imagine -- which means you'll be having a really great level of control over the output.

For more informations, you can start looking at this question and its answers : Drupal 6: How to quickly theme a view ?.

And a couple more links that might be useful :

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