modal forms in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

modal forms in ofbiz

Erwan de FERRIERES-3
Hi all,

has anyone tried to implement modal forms in ofbiz ? i'm looking for
something similar to this :
http://jqueryui.com/demos/dialog/modal-form.html

Thanks in advance,

--
- Erwan -
Reply | Threaded
Open this post in threaded view
|

Re: modal forms in ofbiz

Malin Nicolas
Erwan de FERRIERES a écrit :
> Hi all,
>
> has anyone tried to implement modal forms in ofbiz ? i'm looking for
> something similar to this :
> http://jqueryui.com/demos/dialog/modal-form.html
>
> Thanks in advance,
>
Yes you can look dojo lib or Flex, but for last isn't compatible with
Apache 2 as JasperReport ;)

Nicolas

--
Nicolas MALIN
Consultant
Tél : 06.17.66.40.06
Site projet : http://www.neogia.org/
-------
Société LibrenBerry
Tél : 02.48.02.56.12
Site : http://www.librenberry.net/

Reply | Threaded
Open this post in threaded view
|

Re: modal forms in ofbiz

Ryan Foster
In reply to this post by Erwan de FERRIERES-3
Erwan,

The Prototype and Scriptaculous libraries are included in the OFBiz  
framework and there are many methods for creating modal windows using  
these libraries.  The default back office theme (bizznesstime) uses  
modal windows for theme selection, language selection, and time  
selection.  The application.js file in that theme folder can provide  
you with a relatively simple implementation example.  The code that  
powers the modal window is a Prototype Class and is only a handful of  
lines of code.

Ryan Foster
HotWax Media
801.671.0769
[hidden email]




On Sep 17, 2009, at 2:00 PM, Erwan de FERRIERES wrote:

> Hi all,
>
> has anyone tried to implement modal forms in ofbiz ? i'm looking for  
> something similar to this :
> http://jqueryui.com/demos/dialog/modal-form.html
>
> Thanks in advance,
>
> --
> - Erwan -

Reply | Threaded
Open this post in threaded view
|

Re: modal forms in ofbiz

Erwan de FERRIERES-3
In reply to this post by Malin Nicolas


Le 17/09/2009 22:13, Malin Nicolas a écrit :

> Erwan de FERRIERES a écrit :
>> Hi all,
>>
>> has anyone tried to implement modal forms in ofbiz ? i'm looking for
>> something similar to this :
>> http://jqueryui.com/demos/dialog/modal-form.html
>>
>> Thanks in advance,
>>
> Yes you can look dojo lib or Flex, but for last isn't compatible with
> Apache 2 as JasperReport ;)
jquery and jquery UI are under a MIT licence or a GPL one, you just have
to choose which one to use when working with it.
>
> Nicolas
>

--
- Erwan -
Reply | Threaded
Open this post in threaded view
|

Re: modal forms in ofbiz

Jacques Le Roux
Administrator
Hi Erwan,

Look for "dual licencing" recent thread in dev ML, in one word, you can use it, but please check the thread

Jacques

From: "Erwan de FERRIERES" <[hidden email]>
> jquery and jquery UI are under a MIT licence or a GPL one, you just have
> to choose which one to use when working with it.
> - Erwan -