Posts by Luis Alves • 56 points
2 posts
-
3
votes3
answers1134
viewsA: Create DIV with border crossing the title
You can do something like this: .form1 { text-align: 'center' } .form1 fieldset{ border: 2px solid #06c; } .form1 legend{ text-align: 'center' width: 400px; margin:auto; } <form class="form1"…
-
1
votes1
answer49
viewsA: how to implement jsPanel with jsf
It depends on the version you’re using. In this case the option "load" was replaced by "contentAjax" which receives a json array of data, including the destination url. Follow a jsPanel v3.0.0…