Skip to content

Commit 8849020

Browse files
save file
1 parent a5e133e commit 8849020

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

utils/editors/markdown-editor/html/output-md/output-md.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,22 @@
101101
output.innerHTML = html;
102102

103103
}//show
104+
105+
106+
obj.horiz = function(){
107+
108+
host.style.width = '100%';
109+
host.style.height = '50%';
110+
111+
}//horiz
104112

113+
114+
obj.vert = function(){
115+
116+
host.style.width = '50%';
117+
host.style.height = '100%';
118+
119+
}//vert
105120

106121

107122
return obj;

0 commit comments

Comments
 (0)