Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to set elements in an Application Layout control (XPages)
    primarykey
    data
    text
    <p>Ok, I have two custom controls:</p> <ul> <li>MainLayout: Contains an Application Layout control (from the Domino extension library)</li> <li>Section1: Contains a section with a header and a few items</li> </ul> <p>Now I create a new XPage, and drag the MainLayout control on it.</p> <p>Now I want to drag Section1 to the page, and connect it to LeftColumn area of the MainLayout... which seems like something trivial, but I can't get it to work for some reason.</p> <p>When I drag the section1 control to the leftColumn area, the component is always getting inserted at the top of the page. The little pencil-icon next to "LeftColumn" seems decoration-only to me, because no matter if you left-click or right-click on it, nothing happens...</p> <p>How is this supposed to work?</p> <p>Update:</p> <p>This how my xpage looks like after adding the MainLayout control:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom"&gt; &lt;xp:this.resources&gt; &lt;xp:styleSheet href="/custom.css"&gt;&lt;/xp:styleSheet&gt; &lt;/xp:this.resources&gt; &lt;xc:MainLayout&gt;&lt;/xc:MainLayout&gt; &lt;/xp:view&gt; </code></pre> <p>XML of the MainLayout custom component:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex" xmlns:xc="http://www.ibm.com/xsp/custom"&gt; &lt;xe:applicationLayout id="applicationLayout1"&gt; &lt;xe:this.configuration&gt; &lt;xe:oneuiApplication titleBarName="Test" placeBarName="Server1" legalText="YadaYada"&gt; &lt;xe:this.footerLinks&gt; &lt;xe:userTreeNode label="User 1"&gt;&lt;/xe:userTreeNode&gt; &lt;/xe:this.footerLinks&gt; &lt;xe:this.bannerUtilityLinks&gt; &lt;xe:loginTreeNode label="Login 1"&gt;&lt;/xe:loginTreeNode&gt; &lt;/xe:this.bannerUtilityLinks&gt; &lt;xe:this.placeBarActions&gt; &lt;xe:basicContainerNode label="Select server"&gt; &lt;xe:this.children&gt; &lt;xe:basicLeafNode label="Server1"&gt;&lt;/xe:basicLeafNode&gt; &lt;/xe:this.children&gt; &lt;/xe:basicContainerNode&gt; &lt;/xe:this.placeBarActions&gt; &lt;/xe:oneuiApplication&gt; &lt;/xe:this.configuration&gt; &lt;/xe:applicationLayout&gt; &lt;/xp:view&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload