I'm a little confused,
In the example -trees -- appearance -- node titles,
there's 3 tabs: js, employees and employeeData.js
in my php webpage I put the js tab:
isc.TreeGrid.create({
xxxxx
});
I have another php page referenced, with outputs the employeeData.js dats to populate the treegrid.
but the problem is the employees tab, all the info between <DataSource> and </DataSource>
in what place should it be?
regards,
In the example -trees -- appearance -- node titles,
there's 3 tabs: js, employees and employeeData.js
in my php webpage I put the js tab:
isc.TreeGrid.create({
xxxxx
});
I have another php page referenced, with outputs the employeeData.js dats to populate the treegrid.
but the problem is the employees tab, all the info between <DataSource> and </DataSource>
in what place should it be?
regards,
Comment