|
|
|
@ -22,8 +22,8 @@ |
|
|
|
|
$("#reset-btn").hide(); |
|
|
|
|
|
|
|
|
|
$('#markItUp').markItUp(mySettings); |
|
|
|
|
$("#markItUp").width($(window).width()-22) |
|
|
|
|
.height(($(window).height())-(40)); |
|
|
|
|
$("#markItUp").width($(window).width()-100) |
|
|
|
|
.height($(window).height()-80); |
|
|
|
|
$('iframe').width($(window).width()-24) |
|
|
|
|
.height($(window).height()-46); |
|
|
|
|
if(window.sankore){ |
|
|
|
@ -53,8 +53,8 @@ |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
$(window).resize(function(){ |
|
|
|
|
$("#markItUp").width($(window).width()-22) |
|
|
|
|
.height($(window).height()-40); |
|
|
|
|
$("#markItUp").width($(window).width()-100) |
|
|
|
|
.height($(window).height()-80); |
|
|
|
|
$('iframe').width($(window).width()-24) |
|
|
|
|
.height($(window).height()-46); |
|
|
|
|
$('#markItUpFooter').width($(window).width()-30); |
|
|
|
@ -66,7 +66,7 @@ |
|
|
|
|
<textarea id="markItUp" cols="80" rows="20"> |
|
|
|
|
Welcome to HTML EDITOR |
|
|
|
|
</textarea> |
|
|
|
|
<img id="reset-btn" src="images/bts.png" style="position:absolute; top:0; left:5"> |
|
|
|
|
<img id="reset-btn" src="images/bts.png" style="position:absolute; top:0; left:5"/> |
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|