You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adrian Crum (JIRA)" <ji...@apache.org> on 2008/02/08 19:05:07 UTC

[jira] Commented: (OFBIZ-1626) Sandbox: New screenlet screen widget

    [ https://issues.apache.org/jira/browse/OFBIZ-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567136#action_12567136 ] 

Adrian Crum commented on OFBIZ-1626:
------------------------------------

The screenlet widget supports sub-widgets in the same way as a <container> element.

The screenlets in the screen shots are defined as follows:

<screenlet name="searchCriteria" title="${uiLabelMap.CommonSearchCriteria}" collapsible="true">
  <container style="screenlet-body">
    <include-form name="FindFixedAssets" location="component://assetmaint/widget/forms/FixedAssetForms.xml"/>                     
  </container>
</screenlet>
<screenlet title="${uiLabelMap.CommonSearchResults}" navigation-form-name="ListFixedAssets">
  <include-form name="ListFixedAssets" location="component://assetmaint/widget/forms/FixedAssetForms.xml"/>
</screenlet>

The "navigation-form-name" attribute tells the widget to look for the specified form in its sub elements and put the form's pagination menu in the screenlet title bar.

There is also a "navigation-menu-name" attribute for specifying a menu widget sub element to be included in the screenlet title bar. In the case of both attributes being used, the "navigation-menu-name" attribute takes precedence.


> Sandbox: New screenlet screen widget
> ------------------------------------
>
>                 Key: OFBIZ-1626
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1626
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: COLLAPSE.JPG, EXPAND.JPG, screenlet_widget.patch
>
>
> I'm working on developing a screenlet screen widget. Details are in comments and attached files. Please review and comment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.