Go to the documentation of this file.
20 ultimix.IframeDialogInit =
function( DivSelector , Url )
22 jQuery(
'#' + DivSelector ).html(
23 '<iframe style="border:0px; width: 100%; height: 100%;" src="' + Url +
'"></iframe>'
36 ultimix.IframeDialogOnOpen =
function( DivSelector )
38 jQuery(
'#' + DivSelector ).attr(
'style' ,
'padding: 0px; ' +
jQuery(
'#' + DivSelector ).attr(
'style' ) );