绑定表单Form到表格Grrid中
现在我们需要选中一行表格数据的时候 数据能在表单中显示出来
我们可以使用DHTMLX 丰富的组件功能实现它。
绑定表单到表格
1.调用bind方法将表单绑定到网格,使其反映从网格中的所有数据
"index.html" file contactForm = layout.cells("b").attachForm();
contactForm.loadStruct("data/form.xml");
contactForm.bind(contactsGrid);