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

de.jwic.controls.ckeditor.ToolBarButton Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
package de.jwic.controls.ckeditor;

/**
 * Possible ToolBar buttons.
 * @author lippisch
 */
public enum ToolBarButton {
		/** A vertical separator between two buttons */
		Separator {	
			@Override
			public String toString() {
				return "-";
			}
		},
		Source,Save,NewPage,Preview,Templates,
		Cut,Copy,Paste,PasteText,PasteFromWord,Print, SpellChecker, Scayt,
		Undo,Redo,Find,Replace,SelectAll,RemoveFormat,
	    Form, Checkbox, Radio, TextField, Textarea, Select, Button, ImageButton, HiddenField,
	    Bold,Italic,Underline,Strike,Subscript,Superscript,
	    NumberedList,BulletedList,Outdent,Indent,Blockquote,CreateDiv,
	    JustifyLeft,JustifyCenter,JustifyRight,JustifyBlock,
	    BidiLtr, BidiRtl,
	    Link,Unlink,Anchor,
	    Image,Flash,Table,HorizontalRule,Smiley,SpecialChar,PageBreak,Iframe,
	    Styles,Format,Font,FontSize,
	    TextColor,BGColor,
	    Maximize, ShowBlocks,About
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy