This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



May 15, 2013, 11:16 AM
47 Posts

Re: Keep one container node open in a Navigator

  • Category: Extension Library
  • Platform: Windows
  • Release: 8.5.3
  • Role:
  • Tags: navigator,expand level
  • Replies: 4
Yes I am navigating between various XPages.  Here is the code for the navigator:

 

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">
   <xp:this.resources>
 <xp:styleSheet href="/core.css"></xp:styleSheet>
   </xp:this.resources>
   <xe:navigator id="navigator1"
 styleClass="lotusColLeft .lotusSection h2" expandable="true"
 expandLevel="0">
 <xe:this.treeNodes>
        <xe:basicContainerNode label="Administration"
  style="font-size:12pt;font-weight:bold">
  <xe:this.children>
     <xe:pageTreeNode label="Original Expense Documents"
   page="/ViewExpenseV2.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
     <xe:pageTreeNode label="Submitted Unasssigned"
   page="/ViewExpenseSubmitted2.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
     <xe:pageTreeNode label="Manager Approver List"
          page="/ViewApprovalManager.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
     <xe:basicLeafNode></xe:basicLeafNode>
  </xe:this.children>
    </xe:basicContainerNode>
    <xe:separatorTreeNode rendered="true"></xe:separatorTreeNode>
    <xe:basicContainerNode label="Expense Lines"
  style="font-size:12pt">
  <xe:this.children>
     <xe:pageTreeNode label="All Expenses - by line"
   page="/ViewExpenseLines.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
     <xe:pageTreeNode label="Unexported lines"
          page="/ViewExpenseLinesUnposted.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
        <xe:basicLeafNode></xe:basicLeafNode>
  </xe:this.children>
    </xe:basicContainerNode>
    <xe:separatorTreeNode rendered="true"></xe:separatorTreeNode>
    <xe:basicContainerNode label="Approval"
  style="font-size:12pt">
  <xe:this.children>
     <xe:pageTreeNode label="Pending Ops Approval"
   page="/VwELPendingOpsApprovalByApprover.xsp"
   style="font-size:10pt">
     </xe:pageTreeNode>
     <xe:pageTreeNode label="Ops Approved"
   page="/VwELOpsApprovedByApprover.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
     <xe:pageTreeNode label="Pending Manager Approval"
   page="/VwELPendingApproval.xsp" style="font-size:10pt">
     </xe:pageTreeNode>
        <xe:basicLeafNode></xe:basicLeafNode>
  </xe:this.children>
       </xe:basicContainerNode>
    <xe:separatorTreeNode></xe:separatorTreeNode>
 </xe:this.treeNodes>
 </xe:navigator>
</xp:view>
  
May 15, 2013, 3:42 PM
10 Posts
This is working as designed and an enhancement request has been logged
The expand and collapse feature works perfectly when on the one XPage and swapping out content with partial refresh. However, when you're moving between XPages you lose the last state of the expand\collapse state. PHAN95BGY4 has been logged to address this so that users can easily preserve the state of the twisties.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal