Configuration Required for Sencha ExtJS TreeGrid Sample

Can someone help explain what configuration I am missing to get a sample TreeGrid environment for Sencha Ext JS 4?

Here is what I have done so far:

Downloads:
http://php.iis.net > click "PHP on Windows"> install "PHP53.exe"
http://www.sencha.com > click "Products"> click "EXT JS 4"> extract the zip file and put it in the folder C: \ source \ ext-4.0.7-gpl

Enabled IIS 7 in Windows 7 Programs and Features

The IIS 7 website was created in Windows 7:
- set the physical path of the website to "C: \ source \ ext-4.0.7-gpl" (setting the root of the site to * \ docs seems to have broken some examples)
- I did not set no special bindings (only port 80) .. localhost is implied without configuring it

To try to view the example, I did the following:
- go to http: // localhost > click "View examples"> Scroll down to the "Trees" section - note that in this section, when you have PHP installed, "Drag and Drop Reinstall" , "Multiple Trees" and "XML Tree" work in this section, but "Tree Grid" and "Check Tree" do not. What interests me most is TreeGrid.

What am I missing in my configuration or setup?

==================================================== =======

12/02/2012 @ 10: 51pm

, , , , . , . treegrid.json , json sencha.com extjs.

URL- ( Sencha):

http://24.177.214.232:8888/examples/tree/treegrid.html

URL- Sencha.com:

http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/tree/treegrid.html

0
2

, IIS , Tree Grid:


  • MIME-
  • > > : "json"... MIME : "application/x-javascript"
+1

treegrid.js, , treegrid.json ( JSON). http://24.177.214.232:8888/examples/tree/treegrid.json ( , treegrid.js treegrid.json), , ,

:)

JSON : http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/tree/treegrid.json

+4

Source: https://habr.com/ru/post/1761256/


All Articles