C
|
cgphp 5/15/2012 |
Create a template var in the Visual editor, just above the grid, like this one: {$grid_message}
$xt->assign("grid_message","Here it is a sample message");
|
P
|
Philip author 5/15/2012 |
Create a template var in the Visual editor, just above the grid, like this one: {$grid_message}
$xt->assign("grid_message","Here it is a sample message");
|
C
|
cgphp 5/15/2012 |
You can edit the templates files located in the visual folder of the PHPrunner project. More info here: http://xlinesoft.com/phprunner/docs/working_with_projects.htm |
P
|
Philip author 5/15/2012 |
You can edit the templates files located in the visual folder of the PHPrunner project. More info here: http://xlinesoft.com/phprunner/docs/working_with_projects.htm
|
C
|
cgphp 5/15/2012 |
Every project has its own folder. |
P
|
Philip author 5/15/2012 |
Every project has its own folder.
|
![]() |
Sergey Kornilov admin 5/15/2012 |
Display message (error message in fact) is a built-in Edit/Add page functionality. There is no such functionality on the list page which means you need to implement it manually. |
P
|
Philip author 5/16/2012 |
Display message (error message in fact) is a built-in Edit/Add page functionality. There is no such functionality on the list page which means you need to implement it manually.
|