Capture ctrl+s to update the value
18 Nov 20181 minute to read
To achieve this, we need to bind the keydown event to the Rich Text Editor content and capture the ctrl + s key press using its keyCode.
In the keydown event handler, the updateValue method is called to update the Value property and then we can save the content in the required database using the same.