javascript - How to use the RichFaces calendar dayClassFunction in client mode? -


richfaces allows specify custom javascript function via dayclassfunction attribute control css classes of days:

http://docs.jboss.org/richfaces/4.3.x/4.3.4.final/vdldoc/rich/calendar.html

yet doesn't work in client mode, after full server roundtrip styling gets updated. doesn't work mean function isn't being called until server roundtrip occurs.

how 1 enable in client mode?


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -