提交 df5cea04 编写于 作者: C Catouse

* add iframeBodyClass option to modal trigger.

上级 62480b3d
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
position: 'fit', position: 'fit',
showHeader: true, showHeader: true,
delay: 0, delay: 0,
// iframeBodyClass: '',
backdrop: true, backdrop: true,
keyboard: true keyboard: true
}; };
...@@ -243,6 +244,7 @@ ...@@ -243,6 +244,7 @@
{ {
// todo: update iframe url to ref attribute // todo: update iframe url to ref attribute
var $framebody = frame$('body').addClass('body-modal'); var $framebody = frame$('body').addClass('body-modal');
if(options.iframeBodyClass) $framebody.addClass(options.iframeBodyClass);
var ajustFrameSize = function() var ajustFrameSize = function()
{ {
$modal.removeClass('fade'); $modal.removeClass('fade');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册