<tc:panel> <f:facet name="layout"> <tc:gridLayout columns="auto;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:in value="#{value}"> ... </tc:in> </tc:panel>
<tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/> </f:facet> <tc:label value="#{label}" for="@auto"/> <tc:in value="#{value}"> ... </tc:in> </tc:panel>
|
|
|
|
|
|
|
|
|
|
|
|
|
|