[{"text":"LPU 1","leaf":false},{"text":"LPU 2","leaf":false},{"text":"LPU 3","leaf":false}]
Код JS
//Хранилище с древом
var storeTree = Ext.create('Ext.data.TreeStore', {
proxy : {
type : 'ajax',
url : 'getdata.php?getLPU',
},
root : {
text : 'Список ЛПУ',
id : 'root',
expanded : true
}
});
//Древо
var tree = Ext.create('Ext.tree.Panel', {
store : storeTree,
renderTo : Ext.getBody(),
width : 200,
border : 0,
padding :2
});
В итоге получается неограниченная вложенность. т.е. по сути - должно быть 3 пустых родителя - а получается - что они циклично заполняются из хранилища
_____________
HTML, CSS (Bootstrap), JS(JQuery, ExtJS), PHP, MySQL, MSSql, Posgres, (TSql, BI OLAP, MDX), Mongo, Git, SVN, CodeIgnater, Symfony, Yii 2, JiRA, Redmine, Bitbucket, Composer, Rabbit MQ, Amazon (SQS, S3, Transcribe), Docker