Hi guys,
I want no focus on the first input field when I open the editor. What is the best approach?
This code does not work:
editor.on( 'open', function( e, mode, action ) { $('input').blur(); });
Cheers Hannes
This question has an accepted answers - jump to answer
Use the focus option of the form-options object.
focus
form-options
Allan
Great thanks, did not find this option!
Thanks Hannes
Answers
Use the
focusoption of theform-optionsobject.Allan
Great thanks, did not find this option!
Thanks
Hannes