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



Dec 5, 2012, 5:21 PM
47 Posts

basicContainerNode

  • Category: Extension Library
  • Platform: Windows
  • Release: 8.5.3
  • Role:
  • Tags:
  • Replies: 17
Hi,
 
I have a navigator in applicationLayout and I set the Option "Expandable" to true.  In the book XPages Extension Library, I can read that when you put this property to true, you will see a twisty arrow on the basicContainerNode. 
My basicContainerNode contains some pageTreeNode and the pageTreeNodes are below the container which is ok.
 
The problem is that I don't see the twisty but I can click to the left of the container Node label to expand or collapse.
 
Here is  part of the code:

<xe:navigator id="navigator1" style="margin-top:5.0px"

expandable="true">

<xe:this.treeNodes>

<xe:basicContainerNode label="Expense Lines">

<xe:this.children>

<xe:pageTreeNode

label="All Expenses - by line" page="/ViewExpenseLines.xsp">

</xe:pageTreeNode>

....

</xe:this.children>

</xe:basicContainerNode>

 
</xe:this.treeNodes>
 

 Did someone see this?
Dec 5, 2012, 5:28 PM
366 Posts
Re: basicContainerNode
 This sounds more like a theming issue.  Is your theme set to one of the OneUIV2.x themes?
 
Does it behave that way in all browsers or just a particular one? 
Dec 5, 2012, 5:52 PM
298 Posts
It is working for me
I have two container Nodes with each one holding two Basic Leaf Nodes and it looks like: As you can see, I do get the twistie. We are using the OneUI2.1 theme. Here is part of the navigator source: Howard
Dec 5, 2012, 6:09 PM
47 Posts
Re: basicContainerNode
Paul, I use oneuiv2_1_blue and yes it is the same on IE, Chrome and Firefox
Howard, I do not see your code
Dec 5, 2012, 6:14 PM
47 Posts
Re: basicContainerNode
Paul, I use oneuiv2_1_blue and yes it is the same on IE, Chrome and Firefox
 
Howard, I do not see your code, I only  see this in your mnessage : 
 I have two container Nodes with each one holding two Basic Leaf Nodes and it looks like: As you can see, I do get the twistie. We are using the OneUI2.1 theme. Here is part of the navigator source: Howard
 
Thanks
 
Dec 5, 2012, 6:32 PM
366 Posts
Re: basicContainerNode
 That might be your problem.
 
The theme name is  
 
 
oneuiv2.1_blue 
 
with a period and not an underscore. 
Dec 6, 2012, 2:31 PM
366 Posts
Re: basicContainerNode
 So when you right click and do a "View Source" in your browser you see the references to the one ui stylesheets ?
 
Similar to this ? 
 
<link rel="stylesheet" type="text/css" href="/oneuiv2.1/base/core.css">
<link rel="stylesheet" type="text/css" href="/oneuiv2.1/base/dojo.css">
<link rel="stylesheet" type="text/css" href="/oneuiv2.1/purpleTheme/purpleTheme.css">
<link rel="stylesheet" type="text/css" href="/oneuiv2.1/purpleTheme/dojoTheme.css">
 
In order to see this make sure you haven't checked the "Use Optimized JS and CSS" in the application properties. 
Dec 6, 2012, 3:57 PM
47 Posts
Re: basicContainerNode
Yes, I see this with blue instead of purple of course
Dec 6, 2012, 3:57 PM
47 Posts
Re: basicContainerNode
Yes, I see this with blue instead of purple of course
Dec 6, 2012, 4:54 PM
366 Posts
Re: basicContainerNode
 And this is happening in BOTH your local preview AND your test server ?
 
can you post the source so we can run it on a different system? 
 
what version of Domino?  8.5.3 ?  FP 2 or FP 3. 
 
 
Dec 6, 2012, 9:40 PM
47 Posts
Re: basicContainerNode
I have FP2 on local and I can see everything (Twisties and expand/collapse in DataView, last column)
I don't  know where to search for the FP on the server but I am sure that we have FP2. I don't see the image for the twisties and the expand/collapse in DataView on the right side.
 
  
 
Dec 6, 2012, 10:16 PM
366 Posts
Re: basicContainerNode
 add the following SSJS code to a computed field on an xpage and render it on the server
 
 
return session.getNotesVersion();
 
That will tell you the version and fix paks. 
 
 
You also might try getting the html of the locally rendered XPage and the html of the server rendered xpage and save those to a two seperate text files. 
 
You can then add the text files as file resources an application in DDE and then select them both, right click and choose "compare with each other" to see if the server is rendering something different than the local preview. 
 
It seems as if there IS something different about the server.  Settings, version, config.  Something 
Dec 7, 2012, 12:27 PM
47 Posts
Re: basicContainerNode
Hi Paul,
 
I did it and it is giving me the version only for the server :  Release 8.5.3|September 15, 2011 
 
But on local it is also giving me the FP : Release 8.5.3FP2|July 03, 2012 
 
It is telling me that the server version need an update anyway.
 
Added at 13:12
 We just put FP3 on the server :
Release 8.5.3FP3|November 15, 2012
Release 8.5.3FP3|November 15, 2012
The problem still persist, I will have to check the HTML
 
 
 
Dec 7, 2012, 6:32 PM
47 Posts
Re: basicContainerNode
I check the HTML and both seem the same to me. Here is the part with the twisties:
 

I compare the files and I get the message "there are no difference between the selected inputs" 

What can I do? 

Dec 7, 2012, 11:29 PM
366 Posts
Re: basicContainerNode
 Wow.  I'm not sure where to go from here.  If the markup (generated html) is the same in the local preview as it is in the server produced output then it should render the same in the browser.
 
The only difference we seem to have identified is the version number.  Possibly the css in the themes was tweeked in FP1-3 . 
 
Other than that I've ran out of ideas as to where the problem could be. 
 
Sorry.  I'll reach out to some other folks in the community to see if they have any more ideas. 
Dec 10, 2012, 1:39 PM
47 Posts
Re: basicContainerNode
Thanks, I forget to tell you that if I choose to open the same XPages in Notes, I see all the images without problem
 
I hope that by the webinar this week, someone will have found a solution.

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