Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8357729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:34:26+00:00 2026-06-09T10:34:26+00:00

I am using the Extension Library Application control to provide a left menu on

  • 0

I am using the Extension Library Application control to provide a left menu on my page, with a banner at the top. Most of the things like footer etc are disabled in the application control. I really don’t care if it conforms to oneui or not, I just want a left menu.

I have a view in the center column. My problem is the center column is not wide enough. Some of the columns are being truncated. Is there anyway to control it’s width? Or even disable the right column?

Or does another have a custom control that is like the application control with just a left column where I can drop a menu control and a column on the right where I can drop a view?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:34:27+00:00Added an answer on June 9, 2026 at 10:34 am

    Only the min-width from the center column is set. So it always expands to the maximum width there’s left (within the browser), this of course is limited to the resolution from the users device.

    First, I pasted an example below where the right column is displayed only when a certain condition is met. If you’re not intending to use it ever, just remove it completely. Second the .lotusColLeft class controls the left columns’ width, you could reduce it to gain some more width for the center column. Last, if you decide to give the content wrapper in the center column a fixed width, you need to add the overflow property as well to make the center column scrollable. This last option is however, in my opinion, less desirable… Hope it helps.

    CUSTOM CONTROL

    <!-- CUSTOM CONTROL -->
    <?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">
        <xe:applicationLayout id="applicationLayout1">
            <xp:callback facetName="facetMiddle" id="facetMiddle"></xp:callback>
            <xe:this.facets>
                <!-- REMOVE THE ROW BELOW IF THE RIGHT COLUMN IS NEVER USED -->
                <xp:callback facetName="facetRight" id="facetRight" xp:key="RightColumn"></xp:callback>
                <xp:callback facetName="facetLeft" id="facetLeft" xp:key="LeftColumn"></xp:callback>
            </xe:this.facets>
            <xe:this.configuration>
                <xe:oneuiApplication titleBar="false" placeBar="false"
                    footer="false" legal="false" productLogo="/logo.gif">
                </xe:oneuiApplication>
            </xe:this.configuration>
        </xe:applicationLayout>
    </xp:view>
    

    XPAGE

    <!-- XPAGE -->
    <?xml version="1.0" encoding="UTF-8"?>
    <xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom">
        <style>
            .lotusColLeft { width:100px }
            /* UNCOMMENT THESE LINES TO SEE THE LAST OPTION IN ACTION
            .hugeWidth { width:2000px }
            .lotusContent { overflow-x: scroll; }
            */
        </style>
    
        <xc:layout>
            <xp:this.facets>
                <xp:panel xp:key="facetMiddle" styleClass="hugeWidth">MiddlePanel</xp:panel>
                <!-- REMOVE THE ROW BELOW IF THE RIGHT COLUMN IS NEVER USED, OR DEFINE ITS CONDITION -->
                <xp:panel xp:key="facetRight" rendered="#{javascript:viewScope.hasView}">RightPanel</xp:panel>
                <xp:panel xp:key="facetLeft">LeftPanel</xp:panel>
            </xp:this.facets>
        </xc:layout>
    </xp:view>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to use a DataGridViewRowCollection in a LINQ expression using extension methods and
Am using Strophe.js library for communication between my application with XMPP(Openfire) server. I want
I am creating a database application using the SQLite3 library. I have created a
I'm using a third party library which contains a bunch of extension methods on
I am planning an application that must provide services that are very much like
I am using .NET mapping library AutoMapper in my application, and I have a
I am using extension methods OrderBy and ThenBy to sort my custom collection on
I have following LINQ statement and I want to rewrite it using extension methods.
I am building a GUI extension using SDL Tridion 2011 SP1. I want to
Possible Duplicate: How to add .php extension using .htaccess url rewriting? I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.