This topic is locked
[SOLVED]

 Customizing Messages On List Pages When has no data to shown

4/22/2020 8:03:24 PM
PHPRunner General questions
M
marcelorribas author

Hello,

I would like to customize the message "No Data Yet" that is displayed on list pages when there´s no data to

be shown, displaying specifics messages.
Any tips?
Thanks in advance,
Marcelo

N
Nir Frumer 4/22/2020

hi

take a look at https://xlinesoft.com/phprunner/docs/localizing_runner_applications.htm
the key you should change is: <message tag="NO_DATA_YET">
hope it helps,

Sergey Kornilov admin 4/23/2020

BeforeDisplay event:

$xt->assign("message", "my message");
M
marcelorribas author 4/23/2020



hi

take a look at https://xlinesoft.com/phprunner/docs/localizing_runner_applications.htm
the key you should change is: <message tag="NO_DATA_YET">
hope it helps,


Thanks for your reply Nir.

Stay Safe.

Marcelo

M
marcelorribas author 4/23/2020



BeforeDisplay event:

$xt->assign("message", "my message");



Thanks Sergey,

Stay Safe.

Marcelo