Usng FindScreenDecorator in LookupScreen

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

Usng FindScreenDecorator in LookupScreen

Bruno Busco
Hi,
I have made some change to have the LookupScreen use the FindScreenDecorator
and it works quite fine.
Additionally, I would like to have the lookup popping up with the Search
Options collapsed and so I am trying to use the tag:
initially-collapsed="true" property in the screenlet tag but this seems not
to work.

What happens is that no HTML is rendered at all for screenlet with
initially-collapsed="true" property and so, the java script cannot make it
visible when requested.

Any help on this?

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

Re: Usng FindScreenDecorator in LookupScreen

Adrian Crum-2
I believe in the "layout best practices" discussion that we had recently it was decided that the Find screens would show initially the Search Options form with an unfiltered list of search results below it. I think it would be best to have the lookup screens follow the same pattern.

I will work on the problem you reported.

-Adrian

--- On Sat, 6/14/08, Bruno Busco <[hidden email]> wrote:

> From: Bruno Busco <[hidden email]>
> Subject: Usng FindScreenDecorator in LookupScreen
> To: [hidden email]
> Date: Saturday, June 14, 2008, 3:29 AM
> Hi,
> I have made some change to have the LookupScreen use the
> FindScreenDecorator
> and it works quite fine.
> Additionally, I would like to have the lookup popping up
> with the Search
> Options collapsed and so I am trying to use the tag:
> initially-collapsed="true" property in the
> screenlet tag but this seems not
> to work.
>
> What happens is that no HTML is rendered at all for
> screenlet with
> initially-collapsed="true" property and so, the
> java script cannot make it
> visible when requested.
>
> Any help on this?
>
> -Bruno


     
Reply | Threaded
Open this post in threaded view
|

Re: Usng FindScreenDecorator in LookupScreen

Bruno Busco
Adrian,
I think I have fixed. Please see
https://issues.apache.org/jira/browse/OFBIZ-1840
-Bruno

2008/6/14 Adrian Crum <[hidden email]>:

> I believe in the "layout best practices" discussion that we had recently it
> was decided that the Find screens would show initially the Search Options
> form with an unfiltered list of search results below it. I think it would be
> best to have the lookup screens follow the same pattern.
>
> I will work on the problem you reported.
>
> -Adrian
>
> --- On Sat, 6/14/08, Bruno Busco <[hidden email]> wrote:
>
> > From: Bruno Busco <[hidden email]>
> > Subject: Usng FindScreenDecorator in LookupScreen
> > To: [hidden email]
> > Date: Saturday, June 14, 2008, 3:29 AM
> > Hi,
> > I have made some change to have the LookupScreen use the
> > FindScreenDecorator
> > and it works quite fine.
> > Additionally, I would like to have the lookup popping up
> > with the Search
> > Options collapsed and so I am trying to use the tag:
> > initially-collapsed="true" property in the
> > screenlet tag but this seems not
> > to work.
> >
> > What happens is that no HTML is rendered at all for
> > screenlet with
> > initially-collapsed="true" property and so, the
> > java script cannot make it
> > visible when requested.
> >
> > Any help on this?
> >
> > -Bruno
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Usng FindScreenDecorator in LookupScreen

Bruno Busco
Please see also https://issues.apache.org/jira/browse/OFBIZ-1841
about the lookups.


2008/6/14 Bruno Busco <[hidden email]>:

> Adrian,
> I think I have fixed. Please see
> https://issues.apache.org/jira/browse/OFBIZ-1840
> -Bruno
>
> 2008/6/14 Adrian Crum <[hidden email]>:
>
> I believe in the "layout best practices" discussion that we had recently it
>> was decided that the Find screens would show initially the Search Options
>> form with an unfiltered list of search results below it. I think it would be
>> best to have the lookup screens follow the same pattern.
>>
>> I will work on the problem you reported.
>>
>> -Adrian
>>
>> --- On Sat, 6/14/08, Bruno Busco <[hidden email]> wrote:
>>
>> > From: Bruno Busco <[hidden email]>
>> > Subject: Usng FindScreenDecorator in LookupScreen
>> > To: [hidden email]
>> > Date: Saturday, June 14, 2008, 3:29 AM
>> > Hi,
>> > I have made some change to have the LookupScreen use the
>> > FindScreenDecorator
>> > and it works quite fine.
>> > Additionally, I would like to have the lookup popping up
>> > with the Search
>> > Options collapsed and so I am trying to use the tag:
>> > initially-collapsed="true" property in the
>> > screenlet tag but this seems not
>> > to work.
>> >
>> > What happens is that no HTML is rendered at all for
>> > screenlet with
>> > initially-collapsed="true" property and so, the
>> > java script cannot make it
>> > visible when requested.
>> >
>> > Any help on this?
>> >
>> > -Bruno
>>
>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Usng FindScreenDecorator in LookupScreen

Jacopo Cappellato-3
Sorry for the off topic... but about lookup screens: in my opinion a
great enhancement would be to render them with a "modal" effect (and
not in separate windows as is now)... I've seen some examples of this
in an Ajax tutorial some time ago.

Jacopo


On Sat, Jun 14, 2008 at 6:14 PM, Bruno Busco <[hidden email]> wrote:

> Please see also https://issues.apache.org/jira/browse/OFBIZ-1841
> about the lookups.
>
>
> 2008/6/14 Bruno Busco <[hidden email]>:
>
>> Adrian,
>> I think I have fixed. Please see
>> https://issues.apache.org/jira/browse/OFBIZ-1840
>> -Bruno
>>
>> 2008/6/14 Adrian Crum <[hidden email]>:
>>
>> I believe in the "layout best practices" discussion that we had recently it
>>> was decided that the Find screens would show initially the Search Options
>>> form with an unfiltered list of search results below it. I think it would be
>>> best to have the lookup screens follow the same pattern.
>>>
>>> I will work on the problem you reported.
>>>
>>> -Adrian
>>>
>>> --- On Sat, 6/14/08, Bruno Busco <[hidden email]> wrote:
>>>
>>> > From: Bruno Busco <[hidden email]>
>>> > Subject: Usng FindScreenDecorator in LookupScreen
>>> > To: [hidden email]
>>> > Date: Saturday, June 14, 2008, 3:29 AM
>>> > Hi,
>>> > I have made some change to have the LookupScreen use the
>>> > FindScreenDecorator
>>> > and it works quite fine.
>>> > Additionally, I would like to have the lookup popping up
>>> > with the Search
>>> > Options collapsed and so I am trying to use the tag:
>>> > initially-collapsed="true" property in the
>>> > screenlet tag but this seems not
>>> > to work.
>>> >
>>> > What happens is that no HTML is rendered at all for
>>> > screenlet with
>>> > initially-collapsed="true" property and so, the
>>> > java script cannot make it
>>> > visible when requested.
>>> >
>>> > Any help on this?
>>> >
>>> > -Bruno
>>>
>>>
>>>
>>>
>>
>