|
A
|
afa1999 1/8/2011 |
|
Let's say you have a load of fields on the View page and want to hide those that are empty. For this purpose in 'View page: before display' event use the following code for each field you need to hide. This example uses field named EPAHighway:
|
|
|
T
|
tttt141 1/10/2011 |
|
thanks |
|
|
N
|
nti 5/18/2011 |
|
Does this tip work with phpr 5.3 build 7474 also? |
|
|
|
Sergey Kornilov admin 5/18/2011 |
|
Yes, it does. Just make sure you use example from PHPRunner manual. |
|
|
C
|
CodeIsPoetry 2/29/2012 |
|
Let's say you have a load of fields on the View page and want to hide those that are empty. For this purpose in 'View page: before display' event use the following code for each field you need to hide. This example uses field named EPAHighway:
|
|