Created
April 17, 2016 20:57
-
-
Save yelhouti/bf730f4285a130e57deb237c136b0e50 to your computer and use it in GitHub Desktop.
cutomize Primefaces mobile renderer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<application> | |
<navigation-handler> | |
org.primefaces.mobile.application.MobileNavigationHandler | |
</navigation-handler> | |
<default-render-kit-id>PRIMEFACES_MOBILE</default-render-kit-id> | |
</application> | |
<render-kit> | |
<render-kit-id>PRIMEFACES_MOBILE</render-kit-id> | |
<renderer> | |
<component-family>org.primefaces.component</component-family> | |
<renderer-type>org.primefaces.component.InputTextareaRenderer</renderer-type> | |
<renderer-class>com.elhouti.util.mobile.InputTextareaRenderer</renderer-class> | |
</renderer> | |
</render-kit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment