Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    trees - data source

    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,

    #2
    See DataSource Declaration. That particular DataSource is in XML and would normally be loaded by the SmartClient Server. With a PHP backend, create the DataSource in JavaScript instead.
    Last edited by Isomorphic; 20 Sep 2008, 12:57.

    Comment

    Working...
    X