/tapestry-widgets

Tapestry5.4 jquery components

Primary LanguageJavaScript

Tapestry 5.4.* integration jQuery component - 1.0

Demo and documentation

http://www.flywind.org/en/tapestryzzl

Tapestry widgets component cool style,you can see tapestry cms

CMS: http://cms.flywind.org/en/login User name: ===admin Password: ===123456

Tapestry5 programming technology exchange:QQ group 41138107

Exclusive jQuery components :

Exclusive jQuery Mixins :

How to use it

Use maven install tapestry-widgets-1.0.jar, click here to download https://github.com/flywind/tapestry-widgets/tree/master/componentJars

mvn install:install-file -DgroupId=org.flywind -DartifactId=tapestry-widgets -Dpackaging=jar -Dversion=1.0 -DgeneratePon=true -Dfile=d:/tapestry-widgets-1.0.jar

Just add the following dependency in your pom.xml.

For Tapestry 5.4 users:

<dependencies>
	...
	<dependency>
	  <groupId>org.flywind</groupId>
	  <artifactId>tapestry-widgets</artifactId>
	  <version>1.0</version>
	</dependency>
	...
</dependencies>

Then use components like you would normally do. For FDatagrid use "widgets" namespace:

<t:widgets.FDatagrid />

Changelog related to Tapestry 5.4.x branch

  • 1.0.1

    • Import free icons styles into widgets component module.For example: font awesome, ion icons, themify icons.
    • Add Bootstrap table and WYSIWYG Summernote Editor componenta.
    • Add Ftagsinput and FChosen components.
    • Since 1.0.1 WidgetModule not add javascript infrastructure provider.Please add jquery in your Project AppModule, like this: configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery");
  • 1.0 : Update to Tapestry 5.4.x & Upgrade libs

License

This project is distributed under Apache 2 License. See LICENSE.txt for more information.

List Of Contributors