-1
A
回答
0
<body>
<script>
$(document).ready(function() {
$(".various").fancybox({
maxWidth : 800,
maxHeight : 500,
fitToView : false,
width : '100%',
height : '100%',
autoSize : true,
closeClick : false,
openEffect : 'elastic',
closeEffect : 'elastic',
beforeShow: function() {
if (this.title) {
// New line
this.title += '<br />';
this.title += '<button class="btn btn-primary" id="enviar" name="enviar" type="submit">Cadastrar Produto</button>';
}
},
helpers : {
title : {
type: 'inside'
}
}
});
</script>
</body>
相關問題
- 1. Fancybox iframe重裝
- 2. 全屏fancybox(iframe)
- 3. 的fancybox:從IFRAME
- 4. FancyBox with iframe misrendering
- 5. fancybox iframe尺寸
- 6. iframe fancybox響應
- 7. Fancybox iframe編輯
- 8. fancybox IFrame print
- 9. fancyBox autosize iframe
- 10. iframe中的Fancybox jQuery
- 11. Fancybox從iframe到父
- 12. Fancybox iframe組(畫廊)
- 13. 突破iframe與fancybox
- 14. 關於fancybox的iframe?
- 15. fancybox iframe IE圓角
- 16. 從iframe關閉fancybox
- 17. iframe重疊Jquery fancybox
- 18. FancyBox iFrame body background-color
- 19. FancyBox out of IFRAME callback
- 20. jQuery FancyBox Iframe - 在$ fancybox中使用$(document).ready?
- 21. Fancybox - Iframe內容更新fancybox的大小?
- 22. Fancybox iframe,顯示iframe,然後去url?
- 23. Fancybox iFrame內容不顯示
- 24. Fancybox不顯示iframe內容
- 25. 的fancybox的iFrame問題
- 26. fancybox 2 iframe大小不變
- 27. fancybox iframe不會打開
- 28. fancybox ajax發佈到iframe
- 29. 的fancybox iframe的畫廊
- 30. Fancybox Iframe - 只顯示內容?
這是可能的。你有沒有嘗試過一些東西? – istepaniuk 2013-02-20 20:37:46
我把底部的按鈕,增加了底部... 填充: 「各種」[15,15,50,15] $(文件)。就緒(函數(){ \t $( ).fancybox({ \t \t \t maxWidth:800, \t \t \t maxHeight:600, \t \t \t fitToView:假, \t \t \t寬度\t: '100%', \t \t高度\t \t: '100%', \t \t的autoSize \t:真, \t \t closeClick \t:假, \t \t openEffect \t: '彈性', \t \t closeEffect \t: '彈性', \t \t填充:[15,15,50,15], \t \t fitToView:true \t}); }); – Max 2013-02-20 20:43:52
在這個例子中,我使用Bootstrap,bootstrap但更簡單 http://img441.imageshack.us/img441/395/imagemwt.png – Max 2013-02-20 21:02:11