xform数据网格

发布于 2024-08-28 10:57:41 字数 516 浏览 5 评论 0原文

我正在使用 orbeon 来处理我的 xforms。我正在尝试创建一个数据网格,可用于从剪贴板(excel)复制和粘贴数据行/列。

你知道我如何实现这个吗?

我刚刚偶然发现了 ajax dhtmlxgrid。

http://dhtmlx.com/docs/products/dhtmlxGrid/samples/ 12_initialization_loading/03_grid_int_from_html.html

我正在尝试使用 dhtmlxgrid 作为 xform 的前端。我的 xform 将生成一个 html 表格,dxhtmlgrid 将显示 ajax 组件。

有人成功地将外部 javascript 库与 xform 一起使用吗?

I am using orbeon to process my xforms. I am attempting to create a data grid that I can use to copy and paste rows/columns of data from my clipboard (excel).

Do you have any clue how I can implement this?

I just stumbled on the ajax dhtmlxgrid.

http://dhtmlx.com/docs/products/dhtmlxGrid/samples/12_initialization_loading/03_grid_int_from_html.html

I am attempting to use a dhtmlxgrid as the front end to an xform. My xform will generate an html table and the dxhtmlgrid will present the ajax component.

As anyone successfully used an external javascript library with an xform?

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

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

发布评论

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

评论(1

つ可否回来 2024-09-04 10:57:41

目前 Orbeon Forms 中没有内置功能可以执行此操作。我认为富文本编辑器可能会有所帮助:

http://wiki.orbeon.com /forms/how-to/htmlarea

如果将 Excel 中的内容粘贴到其中会发生什么?

如果它做了任何有意义的事情,那么您可以将粘贴的 HTML 处理为其他内容,例如使用 XSLT。

另一个可能相关的组件是数据表:

http://wiki。 orbeon.com/forms/doc/developer-guide/xbl-components/datatable

这可用于可视化先前捕获的数据。

There is no built-in functionality in Orbeon Forms to do this at the moment. I am thinking that the rich text editor might help:

http://wiki.orbeon.com/forms/how-to/htmlarea

What happens if you paste something from Excel in there?

If it does anything meaningful, then you could process the pasted HTML into something else, for example using XSLT.

Another possibly relevant component is the datatable:

http://wiki.orbeon.com/forms/doc/developer-guide/xbl-components/datatable

That might be used for visualizing data previously captured.

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