Thanks Jacques!
So, the answer to my question is:
javascript:call_fieldlookup2(document.FormName.FieldName,
'LookupScreenViewName', 'window');
-Adrian
On 6/2/2011 3:39 AM, Jacques Le Roux wrote:
Hi Adrian,
In
https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples
1st of Lookup Fields (type popup)
Jacques
From: "Adrian Crum" <[email protected]>
I need a simple popup lookup window that I can code from a Freemarker
template. With all of the JQuery stuff added, it's hard to tell which
JS function to call and what parameters to use.
Is there any documentation on this?
-Adrian