-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtxt.js
49 lines (27 loc) · 847 Bytes
/
txt.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// /*var html = document.querySelector(".html");*/
// var editableText = document.querySelector(".editable");
// var editor = new MediumEditor('.editable', {
// // placeholder:{
// // text: 'Yaz',
// // hideOnClick: true
// // },
// buttonLabels: false,
// imageDragging: false,
// toolbar: {
// buttons: ['fontsize','fontname','colorPicker','bold', 'italic', 'underline', 'quote']
// },
// extensions: {
// 'colorPicker': pickerExtension
// }
// });
// $('.medium-editor-element').click()
// setTimeout(function(){
// t.addEvent('drag','default');
// },6000);
/*.subscribe("editableInput", function() {
html.value = editableText.innerHTML;
});
html.onkeyup = html.ontouchend = function() {
editableText.innerHTML = html.value;
};
editableText.innerHTML = html.value*/