BorderPane、SplitView 和 TabView 等容器中使用,而最外层的 HT 组件则需要用户手工将 getView() 返回的底层 div 元素添加到页面的 DOM 元素中,这里需要注意的是...;
}
return fillFormPane(formPane1, w, h, tablePane1, names, cb);//返回的值是什么属性值就显示什么...}
return fillFormPane(formPane2, w, h, tablePane2, phones, cb);//返回的值是什么属性值就显示什么...,属性值可以显示html标签,ht的组件,文字等等
}
}
]);
}
第三第四个属性中 drawPropertyValue 属性的返回值为 fillFormPane...(config) 方法配置对话框的标题,尺寸,内容等,我给 createDialog 传了一个参数 tPane 表格组件,用作对话框显示的内容:
?