GPix grids iframe integraions

GPix have not index_insert.php in distribution, to integrate grid via iframe you can use grid.php
grid code will look like this:

<iframe src ="DOMAIN/PATH_TO_GPIX/grid.php" width="100%" height="1050px" style="border:0; margin:0 auto;">
  <p>Your browser does not support iframes.</p>
</iframe>

don't forget to change DOMAIN/PATH_TO_GPIX with related domain and path.

and more if you want many grids and want to integrate each in deferent place, you can use grid id (#) as parameter for grid.php. For example grid.php?id=GRID_ID with frame will look like:

<iframe src ="DOMAIN/PATH_TO_GPIX/grid.php?id=GRID_ID" width="100%" height="1050px" style="border:0; margin:0 auto;">
  <p>Your browser does not support iframes.</p>
</iframe>

grids ids are visible GPix in administration interfaces

Tags: