richeditor-android icon indicating copy to clipboard operation
richeditor-android copied to clipboard

JUSTIFYFULL not implemented

Open ercanduman opened this issue 6 years ago • 0 comments

The below method should be added to RichEditor.Java

public void setAlignCenter() {
        exec("javascript:RE.setJustifyFull();");
    }

ercanduman avatar Sep 25 '19 06:09 ercanduman