【问题标题】:opentbs and jQuery Mobileopentbs 和 jQuery Mobile
【发布时间】:2013-09-24 01:30:47
【问题描述】:

我正在制作一个允许用户输入表单并生成 Word 文档的网络应用程序。表单比较复杂,我使用了很多 jQuery 和 jQuery Mobile 框架。我尝试从 opentbs 插入演示 ut 似乎它没有做任何事情:

<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>

当我将其注释掉时,它看起来很好。 有人有这样的问题吗?

我也很难找到如何在 docx 中修改模板的资源。 我知道here 喜欢变量,所以我可以通过 php 表单对其进行修改,但是否有更详细的文档?

【问题讨论】:

  • 您好,您可以尝试DocxGenJS,我领导和维护它,它是从模板生成 docx 文件。它在 Javascript 上运行。 Demo

标签: php ms-word docx opentbs


【解决方案1】:

我发现与 opentbs 无关,它是 jQuery 假设帖子是 ajax 请求,因此我无法下载文件(我不确定我是否 100% 正确地解释它)。但是,我找到了解决方法:将脚本放在 jQuery Mobile 脚本之前。这个对我有用。

<script>$(document).bind("mobileinit", function(){$.mobile.ajaxEnabled = false;});</scipet>

this link 在您的 htnl 标记中:

<a href="download.php?file=test.txt" rel="external">test.txt<a>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-07-24
    • 2014-01-02
    • 2013-03-19
    • 2013-10-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-05-10
    相关资源
    最近更新 更多