All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.citytechinc.cq.component.dialog.richtexteditor.KeysRtePlugin Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.citytechinc.cq.component.dialog.richtexteditor;

public class KeysRtePlugin extends RtePlugin {

    public static final String KEYS = "keys";

    private final String tabSize;

    public KeysRtePlugin(KeysRtePluginParameters parameters) {
        super(parameters);

        this.tabSize = parameters.getTabSize();
    }

    public String getTabSize() {
        return tabSize;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy