HTML 文档编辑器中的页眉/页脚/分页
作为我们当前项目的一部分,我们将放弃 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?
仅 CSS 无法处理分页,您需要服务器端的帮助。
CSS alone cannot handle pagination, you need server-side help for this.