留言板

Dockbar at the bottom of the screen

Peter Ranegger,修改在13 年前。

Dockbar at the bottom of the screen

New Member 帖子: 3 加入日期: 10-12-15 最近的帖子
Hi,

I placed the dockbar at the bottom of the screen (by modifying dockbar.css).
But if I click on a menu entry (Add), the submenu is still opened below the dockbar, so it is outside of the view area.
What do I have to modify in dockbar.css, dockbar.js, portal_normal.vm, ... to get the submenus opened above the dockbar?

Thanks

Peter
thumbnail
Kedar Patil,修改在13 年前。

RE: Dockbar at the bottom of the screen

New Member 帖子: 15 加入日期: 10-11-16 最近的帖子
Hi Peter,

Onover we open submenu. Plz check submenu container inline style. Remove top & add bottom.

Thanks,
Kedar
Peter Ranegger,修改在13 年前。

RE: Dockbar at the bottom of the screen

New Member 帖子: 3 加入日期: 10-12-15 最近的帖子
Hi Kedar,

how can I modify the inline style "z-index: 101009; left: 46px; top: 29px; "? Where is this style generated?

Thanks
Peter
Peter Ranegger,修改在13 年前。

RE: Dockbar at the bottom of the screen

New Member 帖子: 3 加入日期: 10-12-15 最近的帖子
Is there nobody who knows how the inline styles for the submenu container is generated?

Thanks, Peter
thumbnail
Kedar Patil,修改在13 年前。

RE: Dockbar at the bottom of the screen

New Member 帖子: 15 加入日期: 10-11-16 最近的帖子
Hi Peter,

Goto ../ROOT/html/portlet/dockbar/view.jsp

Add inline style
style="top:auto !important; bottom:30px;"

for add, manage & goto change in
e.g. <div class="aui-menu manage-content-menu aui-overlaycontext-hidden" id="<portlet:namespace />manageContentContainer" style="top:auto !important; bottom:30px;">

other solution is goto in ../ROOT/html/js/liferay/dockbar.js


Thanks,
Kedar
thumbnail
Dinesh Balaji,修改在13 年前。

RE: Dockbar at the bottom of the screen

Junior Member 帖子: 51 加入日期: 10-10-6 最近的帖子
Hi Kedar,

My requirement is I want a drop down as same as Manage drop down for the purpose of different language selection( same as in the liferay web site for language selection). One way I tried to achieve is by giving

<liferay-ui:language displayStyle="3" languageIds='<%= new String[]{"en_US","pt_PT", "es_ES"} %>' /> in view.jsp but the option 3 in displayStyle is not taken by the dockbar but options such as 1 and 2 does.

SO how to bring the drop down, do I have to change any thing in dockbar.js?

Thanks in advance,

Dinesh Balaji V