Viewpanel or regular panel with visible border? - xpages

Is there anyway to have a visible border on a view panel and a regular panel? If so how?

if you look in the web page source for the view panel you wil find that the view panel is a table , so just put some style on it e.g
table style="border:1px solid blue"...

I ended up just placing a table around the view panel.

Related

Changing Admin Panel Navigation bar Position

By Default in Orchard CMS, navigation bar is aligned to left as shown in picture on the below link. Is this possible to aligned to top or change its navigation theme to something else?
http://tinypic.com/r/t7zsls/8
Yes it is possible to change the layout of the admin menu. To do this you will need to modify Layout.cshtml and Menu.cshtml to your liking.
From your screenshot it looks like you are using the default TheAdmin theme so that is where you could locate these views.

How do I get a vertical scroll bar on an XPages iNotes List View component?

As the title says. I created an iNotes List view component in my XPage and it renders great.
The problem is that I have more fields then I can view on screen, and it does not appear to have a vertical scroll bar.
Is there a setting to switch that on?
Doesn't appear to have a vertical scroll bar. I have created SPR SODY92NLB5 for development to investigate.

How can I change the twistie icon in view control?

Is there a way how can I change the twistie icon in view control? I mean the icon used for expand/collapse buttons for categories.
In HTML source I can see, its not managed by CSS, so I can't change it this way. It seems to be rather hardcoded.
<img id="view:_id1:viewPanel1:2:viewColumn1__shrink:1.1.1.1img" alt="expanded" src="/domjava/xsp/theme/common/images/collapse.gif">
click the ViewColumn and look for Expand/Collapse Image in the all properties view :-)

How to remove left side panel on component page?

I am using Joomla 1.6.5 with default theme "Beez2 - Default". I have created a top menu item with type as external link which has link 'index.php?option=com_sample'. When i click on this menu item i can see the output of the component 'sample'.
But on the left side there are few menus like User Menu, About Joomla, This Site. I want to remove that whole vertical panel so that i can use more space for my sample component.
I tried to search in administrator panel and on google but cant find anything to remove left panel.
How can i remove that panel? what code should i write in sample component file to make it not display the left panel..
Please guide me.... thanks in advance.!!
You need to set the menu not to appear when your component is the one used. Remove the show in all pages setting in the menu module.

Autoscroll on parent panel, when there is overflow on child panels.Extjs

I'm having a single Parent Panel, which has 2 child panels. One has content dynamically created, while the other is fixed height and width. The Parent panel is using border layout, with center and east regions defined. I'm trying to get autoscroll to trigger on the parent panel when there is an overflow on on the center region panel. I've set the autoscroll option to true to the parent panel, but everytime there is an overflow on the center panel, it just gets cuts off. When I'm adding an overflow to center region panel, i get a scrollbar for that panel alone. I don't need that, but rather I want it on the entire Parent Panel. Let me know if anyone has any suggestions..
This issue is usually a result of over-nesting Panels, and/or one or more Panels in the layout not having a layout config specified. Some layout configuration code would help.
Here is my view from what I understood.. You have two panels that go into the center region of the border layout.. and you need a scroll bar for the center when one of the panels overflow.
Here is how I worked out a similar situation. In my center region, I have a panel with autoScroll set to true. I have two panels added to this panel. The first is fixed height (its a grid) and second is panel (displayed below the grid) is a large form panel. Due to the parent panel having a autoScroll property set, you will have a scroll bar for the entire panel and not the second panel alone!
I don't think you can use fit layout. In fit layout, the panel will take up the whole area of its container and you will not be able to add another panel (the second panel will be hidden I suppose!).
Note: I am using the default layout (Container Layout) I do not specify any layout in my parent panel.

Resources