SharePoint2010 chrometype修改

发布于 2024-10-21 04:00:22 字数 382 浏览 2 评论 0原文

我正在设置一个网页设计,并且网页部件标题的标题将使用具有弯角的图像进行设计。问题是 Web 部件可以具有动态宽度。我使用 FireBug 检查了 Web 部件标头的构造方式,并在标头的每一侧发现了 2 个 TD,

<tr class="ms-WPHeader">    
    <td align="left" class="ms-wpTdSpace">    ...    <td align="left" class="ms-wpTdSpace">
</tr>

我可以使用这 2 个 TD 来放置弓形角,以使标头的其余部分背景宽度动态变化。

所以 - 我想知道在哪里可以找到构建“默认”Chrome 类型的文件?

I am setting up a webdesign and the headers of the webpart titles is to be designed with an image which has bowed corners. The issue is that the webparts can have dynamical widths. I used FireBug to check how the webpart headers is constructed and found 2 TD on each side of the header

<tr class="ms-WPHeader">    
    <td align="left" class="ms-wpTdSpace">    ...    <td align="left" class="ms-wpTdSpace">
</tr>

These 2 I can use to put in the bowed corners to make the rest of the headers background dynamical in width.

So - I wondered where I can find the file which constructs the "Default" Chrome Type?

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

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

发布评论

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

评论(2

彼岸花似海 2024-10-28 04:00:22

它不是由任何文件完成的。它是在 ASP.NET 和 SharePoint 程序集中完成的。您需要创建一个控制适配器并为 Web 部件创建自定义呈现。

It's not done by any file. It's done inside the ASP.NET and SharePoint assemblies. You need to create a Control Adapter and create custom rendering for the Web Parts.

烂柯人 2024-10-28 04:00:22

只需对您发现的包装 Web 部件的包装器进行样式设计即可。然后使用滑动门方法和带有圆角的图像。

如果您想要真正的挑战,请尝试使它们在宽度和高度上动态化。 ;)

Just style the heck out of the wrappers that you find wrapping your web part. Then use the sliding doors method with an image with your rounded corners.

If you want a real challenge, try to make them dynamic width wise AND height wise. ;)

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