Class AceMarker
java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.AceMarker
- All Implemented Interfaces:
Serializable
Ace marker.
The cssClass must be defined in some css file. Example:
.ace_marker-layer .mymarker1 {
background: red;
border-bottom: 2px solid black;
position: absolute;
}
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
What to do with the marker when the text changes.static enum
Ace Marker type. -
Constructor Summary
ConstructorDescriptionAceMarker
(String markerId, AceRange range, String cssClass, AceMarker.Type type, boolean inFront, AceMarker.OnTextChange onChange) -
Method Summary
-
Constructor Details
-
AceMarker
public AceMarker(String markerId, AceRange range, String cssClass, AceMarker.Type type, boolean inFront, AceMarker.OnTextChange onChange)
-
-
Method Details