HTML 文档编辑器中的页眉/页脚/分页

发布于 11-10 08:11 字数 252 浏览 3 评论 0原文

作为我们当前项目的一部分,我们将放弃 MS Word,转而使用基于 Intranet 的文档编辑器;要么我们使用现成的(tinyMCE/CKeditor),要么我们自己推出。目前我们使用 ASP.NET 和 Ext.NET (extjs) 进行开发。

我正在尝试复制 Google 文档已确定的 3 个功能(IMO):分页、页眉和页脚。他们的实施是一个理想的设置。

有谁知道这些是否是单独使用CSS来生成分页文档的效果?或者是否有底层的服务器端技术。在玩吗?

As part of our current project we are dropping MS Word in favour of an intranet-based document Editor; either one that we get off-the-shelf (tinyMCE/CKeditor) or we'll roll our own. We are using ASP.NET and Ext.NET (extjs) for development currently.

I'm trying to copy 3 features (IMO) Google Docs have nailed: pagination, headers and footers. Their implementation is an ideal setup.

Does anyone know if these are using CSS alone to generate the effects of paged documents? Or is there an underlying server-side tech. at play?

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

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

发布评论

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

评论(1

葮薆情2024-11-17 08:11:18

仅 CSS 无法处理分页,您需要服务器端的帮助。

CSS alone cannot handle pagination, you need server-side help for this.

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