You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by "G.Venkata Phanindra" <ph...@gmail.com> on 2006/07/08 12:04:28 UTC

Include a widget only in specific pages

Hi..
I want to add  a widget in my Rigth bar only for few pages how can i add
them.

Phani

-- 
G.Venkata Phanindra
Mob:: 9849852989

Re: Include a widget only in specific pages

Posted by BJ Freeman <bj...@free-man.net>.
Please note, this is a list of volunteers, not paid support individuals.
if you don't have the time to do the proper research and do the proper 
debugging, then turn it over to a paid consultant that will do it for you.

We all like to help, where we can, but not support some one that is not 
willing to do their part.


G.Venkata Phanindra sent the following on 7/8/2006 3:12 AM:
> Hi...
> Any Exact answer i need urgent i  am in hurry ....no time to Do research
> Phani
> 
> On 7/8/06, Chris Howe <cj...@yahoo.com> wrote:
>>
>> Jacopo would you prefer me not give the answers so
>> quickly? ;)
>>
>> --- Jacopo Cappellato <ti...@sastau.it> wrote:
>>
>> > There are many examples of this in OFBiz, just do a
>> > bit of research and
>> > study of the existing code.
>> >
>> > Jacopo
>> >
>> > G.Venkata Phanindra wrote:
>> > > Hi..
>> > > I want to add  a widget in my Rigth bar only for
>> > few pages how can i add
>> > > them.
>> > >
>> > > Phani
>> > >
>> >
>>
>>
> 
> 

Re: Include a widget only in specific pages

Posted by David Welton <da...@gmail.com>.
> Hi...
> Any Exact answer i need urgent i  am in hurry ....no time to Do research

Open source is great, because we get lots of great code and
communities 'for free'.  However, one of the 'defects' of the model is
that it's not like a commercial vendor - there are no guaranteed
responses, and no guaranteed response times.  Fortunately, the two
models can work together, so that people who do not have time to
invest in obtaining knowledge themselves can pay someone to get an
answer *now*.

-- 
David N. Welton
 - http://www.dedasys.com/davidw/

Linux, Open Source Consulting
 - http://www.dedasys.com/

Re: Include a widget only in specific pages

Posted by Andrew Sykes <an...@sykesdevelopment.com>.
Phani,

I agree completely with Chris' advice.

Please look through the documentation, you shouldn't be in the position
of being "in a hurry" to deliver a product whose documentation you
haven't even scratched the surface of!

It is detrimental to both OFBiz and yourself, to deliver it without
basic understanding.

Since Chris is being so helpful, at least do him the favour of taking
his advice seriously!

- Andrew

On Sat, 2006-07-08 at 03:21 -0700, Chris Howe wrote:
> The only people I would think would be in a hurry
> regarding OFBiz are people who are providing services
> to other people.  I don't understand how someone can
> provide services for someone without reading through
> the wiki, or reading through
> OpenSourceStrategies.com's cookbooks, or watching
> David's instructional videos.  Perhaps it's not for me
> to understand how such a thing is possible.  So I will
> continue to be your crutch.
> 
> Most of the applications have the left and right
> defined as a variable in the main-decorator in the
> application's CommonScreens.xml.  Whatever screen your
> view-map is calling will generally set the leftbar and
> rightbar field.  whatever that value is will be the
> screen that contains the leftbar or right bar.  That
> screen definition will generally have a bunch of
> <include-screen.../> declarations.  Add or take away
> the screens that you want to include in that screen
> definition.  Or create a new screen and set your
> leftbar and rightbar fields to that new screen name
> 
> --- "G.Venkata Phanindra" <ph...@gmail.com> wrote:
> 
> > Hi...
> > Any Exact answer i need urgent i  am in hurry ....no
> > time to Do research
> > Phani
> > 
> > On 7/8/06, Chris Howe <cj...@yahoo.com> wrote:
> > >
> > > Jacopo would you prefer me not give the answers so
> > > quickly? ;)
> > >
> > > --- Jacopo Cappellato <ti...@sastau.it> wrote:
> > >
> > > > There are many examples of this in OFBiz, just
> > do a
> > > > bit of research and
> > > > study of the existing code.
> > > >
> > > > Jacopo
> > > >
> > > > G.Venkata Phanindra wrote:
> > > > > Hi..
> > > > > I want to add  a widget in my Rigth bar only
> > for
> > > > few pages how can i add
> > > > > them.
> > > > >
> > > > > Phani
> > > > >
> > > >
> > >
> > >
> > 
> > 
> > -- 
> > G.Venkata Phanindra
> > Mob:: 9849852989
> > 
> 
-- 
Kind Regards
Andrew Sykes <an...@sykesdevelopment.com>
Sykes Development Ltd
http://www.sykesdevelopment.com


Re: Include a widget only in specific pages

Posted by Hans Bakker <h....@antwebsystems.com>.
On Saturday 08 July 2006 17:21, Chris Howe wrote:
> The only people I would think would be in a hurry
> regarding OFBiz are people who are providing services
> to other people.  I don't understand how someone can
> provide services for someone without reading through
> the wiki, or reading through
> OpenSourceStrategies.com's cookbooks, or watching
> David's instructional videos.  Perhaps it's not for me
> to understand how such a thing is possible.  So I will
> continue to be your crutch.

Not only that, but demanding perfect free service here.... when he writes;

> Any Exact answer i need urgent i  am in hurry ....no
> time to Do research

because the paying customer is not satisfied and wants results.

-- 
Regards,
Hans Bakker
ANT Websystems Co.,Ltd (http://www.antwebsystems.com)

If you want to verify that this message really originates from
from the above person, download the public key from:
http://www.antwebsystems.com/hbakkerAntwebsystems.asc

Re: Include a widget only in specific pages

Posted by Chris Howe <cj...@yahoo.com>.
The only people I would think would be in a hurry
regarding OFBiz are people who are providing services
to other people.  I don't understand how someone can
provide services for someone without reading through
the wiki, or reading through
OpenSourceStrategies.com's cookbooks, or watching
David's instructional videos.  Perhaps it's not for me
to understand how such a thing is possible.  So I will
continue to be your crutch.

Most of the applications have the left and right
defined as a variable in the main-decorator in the
application's CommonScreens.xml.  Whatever screen your
view-map is calling will generally set the leftbar and
rightbar field.  whatever that value is will be the
screen that contains the leftbar or right bar.  That
screen definition will generally have a bunch of
<include-screen.../> declarations.  Add or take away
the screens that you want to include in that screen
definition.  Or create a new screen and set your
leftbar and rightbar fields to that new screen name

--- "G.Venkata Phanindra" <ph...@gmail.com> wrote:

> Hi...
> Any Exact answer i need urgent i  am in hurry ....no
> time to Do research
> Phani
> 
> On 7/8/06, Chris Howe <cj...@yahoo.com> wrote:
> >
> > Jacopo would you prefer me not give the answers so
> > quickly? ;)
> >
> > --- Jacopo Cappellato <ti...@sastau.it> wrote:
> >
> > > There are many examples of this in OFBiz, just
> do a
> > > bit of research and
> > > study of the existing code.
> > >
> > > Jacopo
> > >
> > > G.Venkata Phanindra wrote:
> > > > Hi..
> > > > I want to add  a widget in my Rigth bar only
> for
> > > few pages how can i add
> > > > them.
> > > >
> > > > Phani
> > > >
> > >
> >
> >
> 
> 
> -- 
> G.Venkata Phanindra
> Mob:: 9849852989
> 


Re: Include a widget only in specific pages

Posted by "G.Venkata Phanindra" <ph...@gmail.com>.
Hi...
Any Exact answer i need urgent i  am in hurry ....no time to Do research
Phani

On 7/8/06, Chris Howe <cj...@yahoo.com> wrote:
>
> Jacopo would you prefer me not give the answers so
> quickly? ;)
>
> --- Jacopo Cappellato <ti...@sastau.it> wrote:
>
> > There are many examples of this in OFBiz, just do a
> > bit of research and
> > study of the existing code.
> >
> > Jacopo
> >
> > G.Venkata Phanindra wrote:
> > > Hi..
> > > I want to add  a widget in my Rigth bar only for
> > few pages how can i add
> > > them.
> > >
> > > Phani
> > >
> >
>
>


-- 
G.Venkata Phanindra
Mob:: 9849852989

Re: Include a widget only in specific pages

Posted by Jacopo Cappellato <ti...@sastau.it>.
No, no... if you can help, that's great!

Jacopo

Chris Howe wrote:
> Jacopo would you prefer me not give the answers so
> quickly? ;)
> 
> --- Jacopo Cappellato <ti...@sastau.it> wrote:
> 
>> There are many examples of this in OFBiz, just do a
>> bit of research and 
>> study of the existing code.
>>
>> Jacopo
>>
>> G.Venkata Phanindra wrote:
>>> Hi..
>>> I want to add  a widget in my Rigth bar only for
>> few pages how can i add
>>> them.
>>>
>>> Phani
>>>
> 
> 


Re: Include a widget only in specific pages

Posted by Chris Howe <cj...@yahoo.com>.
Jacopo would you prefer me not give the answers so
quickly? ;)

--- Jacopo Cappellato <ti...@sastau.it> wrote:

> There are many examples of this in OFBiz, just do a
> bit of research and 
> study of the existing code.
> 
> Jacopo
> 
> G.Venkata Phanindra wrote:
> > Hi..
> > I want to add  a widget in my Rigth bar only for
> few pages how can i add
> > them.
> > 
> > Phani
> > 
> 


Re: Include a widget only in specific pages

Posted by Jacopo Cappellato <ti...@sastau.it>.
There are many examples of this in OFBiz, just do a bit of research and 
study of the existing code.

Jacopo

G.Venkata Phanindra wrote:
> Hi..
> I want to add  a widget in my Rigth bar only for few pages how can i add
> them.
> 
> Phani
>