Ace Code Editor integration for Wicket

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

Лицензия

Лицензия

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.rauschig
Идентификатор

Идентификатор

wicket-ace
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Ace Code Editor integration for Wicket
Wicket Ace provides components and behaviours to easly use the Ace editor with wicket
Система контроля версий

Система контроля версий

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

Скачать wicket-ace

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.wicket : wicket-core jar 6.0.0
org.rauschig : wicket-js jar 0.4.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1.0