GetOrgChart を使用して入力フィールドに検証を適用する方法は? 私は次のコードを使用しました..
json_data = $.rails.ajax url: "/organization_units.json" async: false dataType: "json"
$("#organization").getOrgChart
gridView: false
zoomable: true
printable: true
editable: true
color: "neutralgrey"
primaryColumns: ["Title", "Role","Members"]
dataSource: json_data.responseJSON.tree_data