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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?