We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebb496 commit b57a2f2Copy full SHA for b57a2f2
1 file changed
utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html
@@ -93,6 +93,9 @@
93
var chk = {};
94
95
96
+ var btn = {};
97
+
98
99
//:
100
101
@@ -139,6 +142,8 @@
139
142
chk.html = $.chkbox(shadow,'#html');
140
143
chk.breaks = $.chkbox(shadow,'#breaks');
141
144
chk.linkify = $.chkbox(shadow,'#linkify');
145
+ var group = $.chkbox.group(shadow,'#mode-md','#mode-html');
146
+ group.callback = btn.mode;
147
148
149
output = $(shadow,'#output');
@@ -147,6 +152,14 @@
152
}//initdom
153
154
155
+ //:
156
157
158
+ btn.mode = function(chk,id){
159
+ debug('btn.mode',id);
160
+ }//mode
161
162
150
163
151
164
165
0 commit comments