Refactory Widget Locations

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

Refactory Widget Locations

BJ Freeman
is it desired to move all the widgets to the widget folder in all apps?
is anybody working on this?
Reply | Threaded
Open this post in threaded view
|

Re: Refactory Widget Locations

Leon Torres-2
For what it's worth, we've taken the following pattern for form and screen widgets,

widget/subapp/screens/  -- for screen widgets
widget/subapp/forms/    -- for form widgets

subapp is the name of the webapp such as facilities and catalog in the product
application.  This turned out to work very well in CRMSFA, where we rely heavily
on re-usable screen and form widgets to generate nearly everything.

- Leon


BJ Freeman wrote:
> is it desired to move all the widgets to the widget folder in all apps?
> is anybody working on this?
>
Reply | Threaded
Open this post in threaded view
|

Re: Refactory Widget Locations

BJ Freeman
That works for me.
I don't know separating Forms and screens in necessary if the naming
convention is followed.

my current layout is
widget/App/subapp/
this is so if the complete widgets for an app are re factored, it is to
move them.

any other thoughts on this

Leon Torres sent the following on 7/12/2006 11:27 AM:

> For what it's worth, we've taken the following pattern for form and
> screen widgets,
>
> widget/subapp/screens/  -- for screen widgets
> widget/subapp/forms/    -- for form widgets
>
> subapp is the name of the webapp such as facilities and catalog in the
> product application.  This turned out to work very well in CRMSFA, where
> we rely heavily on re-usable screen and form widgets to generate nearly
> everything.
>
> - Leon
>
>
> BJ Freeman wrote:
>> is it desired to move all the widgets to the widget folder in all apps?
>> is anybody working on this?
>>
>