views:

18

answers:

1

In the how to install section of the jQuery Grid plugin, it is said:

Step 3: Under the myproject folder, create two additional directories named js and css

Are these names a suggestion or a strong restriction?

+1  A: 

They are suggestions. You will specify the locations of the js file and the css files within your HTML.

RC
I know I will, I was just wondering if there were any hard coded restriction within the jqgrid code. Apparently not, then..
Rodrigo Gama
No, it doesn't use the file directly within the code.
RC
@Rodrigo Gama: the only place with any path exist in Development Installation exist and documented on the same page http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install#development_installation: "open the grid.loader.js file and change the pathtojsfiles variable to “js/src/”". If you use minimized version of jqGrid: **jquery.jqGrid.min.js** then there are no file/directory referenced within the code.
Oleg