﻿function styleEditor(editor)
{
    var style = editor.GetContentArea().style;
    style.backgroundColor = "white";
}
