jquery - Primefaces Mobile 5.0+ changing style of <p:tab> in <p:accordion> -


i trying change style of <p:tab> in way:

<p:ajax .../> <p:tab id="tab1" title="title"        titlestyle="#{tabbackingmobile.tab1changed ? 'background:red;' : ''}"> 

this works on desktop version - in mobile not. know how resolve problem on primefaces mobile? tried use titlestyleclass using css class, unfortunately nothing changes

for , tip lot! :)


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -