refresh

The refresh() method reloads the current instance of the Editor widget.
The optional parameter options gives the possibility to extend the initial options with the new ones.

<textarea id="editor"></textarea>

<script type="text/javascript">
    jQuery(function ($) {
        $('#editor').shieldEditor();

        $("#editor").swidget().refresh();
    });
</script>