You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Pierre Smits <pi...@gmail.com> on 2013/03/20 18:01:55 UTC

ajax-window

Hi All,

In a screen.xml I can have a pop-up window with following
code:

<link target="EditProductLayer?productId=${productId}" link-type=
"ajax-window" width="1000" height="400" style="buttontext create"/>

How can I achieve the same functionality on field level in a form.xml?


-- 
Pierre Smits

Re: ajax-window

Posted by Scott Gray <sc...@hotwaxmedia.com>.
Oh hi Pierre, how did things go at ApacheCon Europe?

Regards
Scott

On 21/03/2013, at 6:01 AM, Pierre Smits wrote:

> Hi All,
> 
> In a screen.xml I can have a pop-up window with following
> code:
> 
> <link target="EditProductLayer?productId=${productId}" link-type=
> "ajax-window" width="1000" height="400" style="buttontext create"/>
> 
> How can I achieve the same functionality on field level in a form.xml?
> 
> 
> -- 
> Pierre Smits