wicket-bootstrap

Apache Wicket components for Twitter Bootstrap - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.

  • 所有者: martin-g/wicket-bootstrap
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

WICKET COMPONENTS FOR BOOTSTRAP

Join the chat at https://gitter.im/l0rdn1kk0n/wicket-bootstrap

Wicket-Bootstrap is based on the Bootstrap toolkit and the Apache Wicket Framework., Branch, Build, Coverage, ------, -----, --------, wicket-8.x-bootstrap-4.x, Build Status, Coverage Status, wicket-8.x, Build Status, Coverage Status, wicket-7.x, Build Status, Coverage Status, master, Build Status, Coverage Status, Current release version:

Demo

https://wb7.teliclab.info (courtesy hosted by Shengche Hsiao)

Themes

Extensions

How to get help and news

Maven

wicket-bootstrap is [available](http://search.maven.org/#artifactdetails, de.agilecoders.wicket, wicket-bootstrap-core, 0.9.5, jar) in Maven central repository.

core maven dependency:

<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>wicket-bootstrap-core</artifactId>
    <version>0.10.18</version>
</dependency>

for all extensions:

<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>wicket-bootstrap-extensions</artifactId>
    <version>0.10.18</version>
</dependency>

for all themes:

<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>wicket-bootstrap-themes</artifactId>
    <version>0.10.18</version>
</dependency>

if you want to use a less compiler:

<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>wicket-bootstrap-less</artifactId>
    <version>0.10.18</version>
</dependency>

all samples can be used with this dependency:

<dependency>
    <groupId>de.agilecoders.wicket</groupId>
    <artifactId>wicket-bootstrap-samples</artifactId>
    <version>0.10.18</version>
</dependency>

Installation

Install bootstrap settings class:

// best place to do this is in Application#init()
Bootstrap.install(this);

// if you want to customize bootstrap:
BootstrapSettings settings = new BootstrapSettings();
settings.setXXX(...);
Bootstrap.install(this, settings);

then you are able to use all wicket-bootstrap components.

Noteworthy

In order to mitigate the effect of wicket tags interfering with Bootstraps CSS selectors, it is recommended to set Wickets MarkupSettings::setStripWicketTags to true even in development mode. (The Bootstrap class is applying this setting, but other libraries might unset it.)

Authors

OpenHub profile for Michael Haitz

OpenHub profile for Martin Grigorov

powered by Jetbrains

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/l0rdn1kk0n/wicket-bootstrap/issues

Versioning

Wicket-Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

Copyright 2012 AgileCoders.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

主要指标

概览
名称与所有者martin-g/wicket-bootstrap
主编程语言Java
编程语言Java (语言数: 7)
平台
许可证
所有者活动
创建于2012-02-13 16:04:53
推送于2025-05-11 09:14:09
最后一次提交2019-02-09 22:21:25
发布数159
最新版本名称bootstrap-parent-7.0.10 (发布于 2025-04-28 14:52:12)
第一版名称bootstrap-0.4.1 (发布于 2012-07-17 08:16:05)
用户参与
星数297
关注者数36
派生数164
提交数2.7k
已启用问题?
问题数542
打开的问题数20
拉请求数590
打开的拉请求数2
关闭的拉请求数82
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?