How does the Container Node in the Title Bar of the Application Layout Control work? (added code)

StackOverflow https://stackoverflow.com/questions/11193582

Question

I created a Layout Control that uses the ExtLib Application Layout Control. I have several Title Bar items, of which one is a Container Node. The Container Node has several children. The problem is when I put this on an XPage and run it, the child nodes don't show up. In fact, the cursor does not change to the pointing finger when it is over the Container Node either. What am I doing wrong? Is there something else to configure?

<xe:basicContainerNode
label="Information Centers">
<xe:this.children>
    <xe:basicLeafNode
    label="Account Requirements"
    href="https://Server.xxx.com/Support and Info/acctreq.nsf?OpenDatabase">
        </xe:basicLeafNode>
</xe:this.children>
</xe:basicContainerNode>

MJ

Was it helpful?

Solution

Ok, it looks to me like the Banner Bar Containers work differently than the Title Bar Containers. I can get the Banner Bar Containers to work properly, but not so with the Title bar containers. Does anyone no why this is the case?

MJ

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top