method emptyUndoBuffer

void emptyUndoBuffer();

Argumente

Zurückgegebener Wert

This method clears the undo buffer for the control.
var box = scene.getBoxById("htmlBox");
if (box)
{
    box.emptyUndoBuffer();
}