留言板

Remove the title bar of Liferay pop up

Kha N Nguyen,修改在14 年前。

Remove the title bar of Liferay pop up

Junior Member 帖子: 89 加入日期: 09-11-22 最近的帖子
Hi all,

I want to remove the title bar of Liferay popup. How can I do that?

I am using the Liferay pop up as following:

function myPopUp(url) {
var popup = Liferay.Popup({
width: 350,
modal: true,
//titleBar: false,
className: 'my-ui-dialog',
position: ['center', 150]});

jQuery(popup).load(url,{ windowState: 'LiferayWindowState.EXCLUSIVE'});
}


Thanks all,
Kha N Nguyen,修改在14 年前。

RE: Remove the title bar of Liferay pop up

Junior Member 帖子: 89 加入日期: 09-11-22 最近的帖子
I have resolved my issue.
thumbnail
Atin Agarwal,修改在11 年前。

RE: Remove the title bar of Liferay pop up

Junior Member 帖子: 86 加入日期: 12-2-20 最近的帖子
Kha N Nguyen:
I have resolved my issue.


How??
Could you please share your code?


Regards,
Atin