This topic is locked

How Using user_message

12/23/2010 2:18:18 AM
PHPRunner General questions
D
doykoes author

Dear all,
How can i using user_message box or message box (yellow), with my message..

I,' trying using snippet... but it does'nt work..
Thank you..

Sergey Kornilov admin 12/23/2010

What event do you use and what's your code?

D
doykoes author 12/26/2010



What event do you use and what's your code?


Just :

echo "Hello World";

Where i have to put that code, so that will appear on user_message or message yellow-box...?

Sergey Kornilov admin 12/26/2010

PHPRunner 5.3
Syntax:

$message="Another test message";
Use it in those events that provide $message parameter i.e. in BeforeDelete or BeforeEdit.