Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I Use the setProxyValue() method to pass PHP values to JavaScript.
$pageObject->setProxyValue("name", "some value");
the value can get on Onload and custom button.... evnets,
alert(proxy['name']);
but how to get proxy value on field event ??
self-questioning,The following code needs to be added to the OnLoad event event
window.proxy = proxy;