$
(
'[name="content"]'
)
.
summernote
(
{
height
:
400
,
}
)
.
on
(
'summernote.change'
,
function
(
customEvent
,
contents
,
$editable
)
{
// Revalidate the content when its value is changed by Summernote
fv
.
revalidateField
(
'content'
)
;
}
)
;