Message Boards

liferay popup

thumbnail
akash rathod, modified 12 Years ago.

liferay popup

New Member Posts: 22 Join Date: 10/6/11 Recent Posts
i have popup for on click event...........
i want to display it on center of my page.......(currently it comes on upper right corner of page)

My code............

 
function loadContent(str)
{
	AUI().ready('aui-dialog', function(A) {
		

		
		var html='<img src="';
		html +=scrt;
		html +='"> <br> <b> my image <b></b>';
		
	var dialog2 = new A.Dialog(
			{
				header: 'image',
				title: 'Image',
				bodyContent: html,
				modal:true,
				noCenter: true,
				xy: ['center', 100],
				
			}
			
		).render();

	});
};


</b>
thumbnail
Hitoshi Ozawa, modified 12 Years ago.

RE: liferay popup

Liferay Legend Posts: 7942 Join Date: 3/24/10 Recent Posts
You're posting to a wrong forum. This forum is about Liferay.com sites' community. If you have development questions, should post to Development forum.

http://www.liferay.com/community/forums/-/message_boards/category/239390
thumbnail
akash rathod, modified 12 Years ago.

RE: liferay popup

New Member Posts: 22 Join Date: 10/6/11 Recent Posts
i got that using centred attribute..(making it true)...

i want to know how to Display jsp page inside popup .?
thumbnail
Hitoshi Ozawa, modified 12 Years ago.

RE: liferay popup

Liferay Legend Posts: 7942 Join Date: 3/24/10 Recent Posts
i want to know how to Display jsp page inside popup .?


So, why are you posting to THIS forum which is about www.liferay.com site and is not about development. Should post to the right forum if you want to get any reasonable reply to your question.