How to process php file on tree child click event? -
i have created tree panel in viewport , placed toolbar menu items in north region of viewport.
this how works:
- i select file -> open, i.e. xml file
- now
"somefile.xml"dynamically added tree
i want following on treechilenodeclick:
- once
dblclickonsomefile.xml, want able callphpfile xml file , returns results - how can run
phpscript? - how can retrieve returned values of
phpscript?
thanks tip/solution.
i found out sencha website how it. here people wandering.
ext.ajax.request({ url: "test.php?id=something", method: "get", success: function(response) { ext.get("result").update(response.responsetext); } }); if needs added, please feel free add.
Comments
Post a Comment