資料來源:
httpsss://www.tiny.cloud/docs/configure/editor-appearance/
1 2 3 4 | tinymce.init({ selector: 'textarea', // change this value according to your HTML resize: false }); |
1 2 3 4 | tinymce.init({ selector: 'textarea', // change this value according to your HTML resize: 'both' }); |
1 2 3 4 | tinymce.init({ selector: 'textarea', // change this value according to your HTML min_width: 400 }); |
1 2 3 4 | tinymce.init({ selector: 'textarea', // change this value according to your HTML max_width: 500 }); |