Author: apatel
Date: Mon Jun 9 19:38:34 2008
New Revision: 665953
URL:
http://svn.apache.org/viewvc?rev=665953&view=revLog:
Added collapsible attribute to demonstrate Effects javascript based implementation.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=665953&r1=665952&r2=665953&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Mon Jun 9 19:38:34 2008
@@ -40,7 +40,7 @@
<not><if-empty field-name="lookupPerson"/></not>
</condition>
<widgets>
- <screenlet title="${uiLabelMap.PartyPersonalInformation}" navigation-menu-name="personUpdate">
+ <screenlet title="${uiLabelMap.PartyPersonalInformation}" navigation-menu-name="personUpdate" collapsible="true" id="PartyPersonalInformationPanel">
<include-menu name="personUpdate" location="component://party/widget/partymgr/PartyMenus.xml"/>
<include-form name="ViewPartyPerson" location="component://party/webapp/partymgr/party/PartyForms.xml"/>
<section>
@@ -59,7 +59,7 @@
<not><if-empty field-name="lookupGroup"/></not>
</condition>
<widgets>
- <screenlet title="${uiLabelMap.PartyPartyGroupInformation}" navigation-menu-name="groupUpdate">
+ <screenlet title="${uiLabelMap.PartyPartyGroupInformation}" navigation-menu-name="groupUpdate" collapsible="true" id="PartyGroupInformationPanel">
<include-menu name="groupUpdate" location="component://party/widget/partymgr/PartyMenus.xml"/>
<include-form name="ViewPartyGroup" location="component://party/webapp/partymgr/party/PartyForms.xml"/>
<section>