Hi,

"screenlets" are the class element defined in the
*.css file that can be used with the screen widgets.It
creates the outer box in gray color for you.Take a
look at this snippet.

<container style="screenlet">
   <container style="screenlet-header">
   <label style="boxhead"
text="${uiLabelMap.PartyClassifications}"/>
   </container>
<container style="screenlet-body">
<include-form name="ListPartyClassifications"
location="component://party/widget/partymgr/PartyClassificationForms.xml"/>
<include-form name="AddPartyClassification"
location="component://party/widget/partymgr/PartyClassificationForms.xml"/>
</container>
</container>

To better understand the approach see the
tabstyles.css file and search for word "screenlet".

Regards
Ashish Vijaywargiya

----------------------------------------


--- Jean-Sébastien Hederer <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> What's the main purpose of "screenlet" in widgets?
> 
> Thank you by advance
> 



 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index
  • Screenlet usage Jean-Sébastien Hederer
    • Re: Screenlet usage Ashish Vijaywargiya

Reply via email to