omidbizComponents
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:series of components based on richfaces to use in JBoss Seam Projects
#omidbizComponents

Provides components enhancements to the RichFaces Tag library for using in JBoss Seam. Features include:

+ inputListOfValues based on colorbox 
+ persianDatePicker
+ persianDateLabelConvertor
+ and more...


##Building

   mvn clean install
   
##Tips

+ Assembling this project requires maven 2.2.1 for javascript obfuscation
+ If you are using compressed version, you need to disable load on demand in web.xml
```
 Change load strategy to DEFAULT to disable sending scripts/styles as packs 

	
		org.richfaces.LoadStyleStrategy
		ALL
	

	
		org.richfaces.LoadScriptStrategy
		ALL
	
```

+ Do not forget to add compressed js and css

```


```

+ Add following namespace

```
xmlns:seam="http://omidbiz.com/fanpardaz"
```

+ jquery ui tabs 1.8.16 is embeded in resources and recommended jquery is 1.7.2

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。