Works just like a standard textarea field placeholder
Jodit.make('#editor', { /** * Show placeholder */ showPlaceholder: true, /** * Use a placeholder from original input field, if it was set */ useInputsPlaceholder: true, /** * Default placeholder */ placeholder: 'start typing text ...'}); Copy
Jodit.make('#editor', { /** * Show placeholder */ showPlaceholder: true, /** * Use a placeholder from original input field, if it was set */ useInputsPlaceholder: true, /** * Default placeholder */ placeholder: 'start typing text ...'});
If you like Jodit - try Jodit PRO
Editor placeholder
Works just like a standard textarea field placeholder