Foros de discusión

liferay popup

thumbnail
akash rathod, modificado hace 11 años.

liferay popup

New Member Mensajes: 22 Fecha de incorporación: 6/10/11 Mensajes recientes
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, modificado hace 11 años.

RE: liferay popup

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
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, modificado hace 11 años.

RE: liferay popup

New Member Mensajes: 22 Fecha de incorporación: 6/10/11 Mensajes recientes
i got that using centred attribute..(making it true)...

i want to know how to Display jsp page inside popup .?
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: liferay popup

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
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.