Ace Code Editor integration for Wicket

Wicket Ace provides components and behaviours to easly use the Ace editor with wicket

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.rauschig
ArtifactId

ArtifactId

wicket-ace
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

bundle
Description

Description

Ace Code Editor integration for Wicket
Wicket Ace provides components and behaviours to easly use the Ace editor with wicket
Source Code Management

Source Code Management

https://github.com/thrau/wicket-ace

Download wicket-ace

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.wicket : wicket-core jar 6.0.0
org.rauschig : wicket-js jar 0.4.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Wicket ACE

wicket-ace provides Wicket components for the easy use of the Ace code editor in Wicket applications.

Usage

You can use the AceEditorField as you would use a textarea in a form.

add(new AceEditorField<String>("code", new Model<>()));
<textarea wicket:id="code"></textarea>

More examples

You can run the examples by importing the wicket-ace maven project into your IDE and running the Start class.

Download

wicket-ace is hosted on maven central

<dependency>
  <groupId>org.rauschig</groupId>
  <artifactId>wicket-ace</artifactId>
  <version>${wicket-ace.version}</version>
</dependency>

Notice

wicket-ace is in alpha phase and subject to rapid development and change

Versions

Version
0.1.0