gpt4 book ai didi

javascript - 将 FormPanel 放入 RowExpander 中?

转载 作者:可可西里 更新时间:2023-11-01 14:57:19 25 4
gpt4 key购买 nike

有没有一种方法可以在网格上的 RowExpander 中构建 FormPanel?我想在每一行中创建 extjs 表单,但现在我只能指定一个必须是 HTML 的模板。

也就是说,我有这个:

var expander = new Ext.ux.grid.RowExpander({
enableCaching: false,
tpl : new Ext.Template($('#row-expander-template').html())
});

如何修改它以在行内使用 Ext JS 表单?

最佳答案

搞笑黑客:

使用临时元素作为模板,在展开事件中,将表单渲染到临时元素,然后将其从 DOM 中移除。

关于javascript - 将 FormPanel 放入 RowExpander 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6193021/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com