Skip to content

Instantly share code, notes, and snippets.

@yelhouti
Created April 17, 2016 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yelhouti/bf730f4285a130e57deb237c136b0e50 to your computer and use it in GitHub Desktop.
Save yelhouti/bf730f4285a130e57deb237c136b0e50 to your computer and use it in GitHub Desktop.
cutomize Primefaces mobile renderer
<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