thymeleaf-bootstrap2

Thymeleaf dialect for support of bootstrap2

License

License

Categories

Categories

Leaf Data Databases
GroupId

GroupId

de.ppi.oss
ArtifactId

ArtifactId

thymeleaf-bootstrap2
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

thymeleaf-bootstrap2
Thymeleaf dialect for support of bootstrap2
Project URL

Project URL

https://github.com/ppi-ag/thymeleaf-bootstrap2
Project Organization

Project Organization

PPI AG
Source Code Management

Source Code Management

https://github.com/ppi-ag/thymeleaf-bootstrap2

Download thymeleaf-bootstrap2

How to add to project

<!-- https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/ -->
<dependency>
    <groupId>de.ppi.oss</groupId>
    <artifactId>thymeleaf-bootstrap2</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/
implementation 'de.ppi.oss:thymeleaf-bootstrap2:0.2'
// https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/
implementation ("de.ppi.oss:thymeleaf-bootstrap2:0.2")
'de.ppi.oss:thymeleaf-bootstrap2:jar:0.2'
<dependency org="de.ppi.oss" name="thymeleaf-bootstrap2" rev="0.2">
  <artifact name="thymeleaf-bootstrap2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ppi.oss', module='thymeleaf-bootstrap2', version='0.2')
)
libraryDependencies += "de.ppi.oss" % "thymeleaf-bootstrap2" % "0.2"
[de.ppi.oss/thymeleaf-bootstrap2 "0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.thymeleaf : thymeleaf jar 2.1.4.RELEASE
org.thymeleaf : thymeleaf-spring4 jar 2.1.4.RELEASE

provided (1)

Group / Artifact Type Version
org.springframework : spring-context jar 4.1.5.RELEASE

test (4)

Group / Artifact Type Version
org.thymeleaf : thymeleaf-testing jar 2.1.3.RELEASE
junit : junit jar 4.12
org.assertj : assertj-core jar 1.6.0
org.springframework : spring-webmvc jar 4.1.5.RELEASE

Project Modules

There are no modules declared in this project.

thymeleaf bootstap2Build Status

Thymeleaf Dialect which helps to create bootstrap2-forms.

Supported attributes at input, select, option and textarea are:

  • bs:field: which is similar to th:field, but it adds a label and shows the validation-message. The label can be changed via bs:label.
  • bs:name: like bs:field doesn't need a form object. The label can be changed via bs:label.

See the testdata at src/test/resources/thymeleaf/bootstrap2.

To use codecompletion add xmlns:bs="http://www.ppi.de/thymeleaf/bootstrap2" to the html-tag.

Installation

Simply add

<dependency>
    <groupId>de.ppi.oss</groupId>
    <artifactId>thymeleaf-bootstrap2</artifactId>
    <version>0.2</version>
</dependency>
de.ppi.oss

PPI Informationstechnologie

http://www.ppi.de

Versions

Version
0.2
0.1