FormBuilder<T>.OnEditorEnterKey Method
| Name | Parameters | Description |
|---|---|---|
| OnEditorEnterKey(RazorBlock) | jsFunc | A function that is executed when the Enter key has been pressed while an editor is focused. Mirrors the client-side onEditorEnterKey option. |
| OnEditorEnterKey(String) | jsFunc | A function that is executed when the Enter key has been pressed while an editor is focused. Mirrors the client-side onEditorEnterKey option. |