绑定表单Form到表格Grrid中

 

  现在我们需要选中一行表格数据的时候 数据能在表单中显示出来

  我们可以使用DHTMLX 丰富的组件功能实现它。

  

绑定表单到表格

 

  1.调用bind方法将表单绑定到网格,使其反映从网格中的所有数据

  

 "index.html" file

contactForm = layout.cells("b").attachForm();
contactForm.loadStruct("data/form.xml");
contactForm.bind(contactsGrid);

  DHTMLX 前端框架 建立你的一个应用程序 教程(九)--绑定表单Form到表格Grrid中

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案