<h:dataTable id="commentLineTable" value="#{regionComLine}" var="item" border="0" cellpadding="0" cellspacing="0" first="0" width="100%" dir="LTR" frame="hsides" rules="none" summary=""> <h:column> <f:facet name="header"> <h:outputText value="" /> </f:facet> <h:outputText value="Comment Line" rendered="#{item.id.commentLineTypeId eq 0}"></h:outputText> <h:outputText value="Extcom Line #{item.id.commentLineTypeId}" rendered="#{item.id.commentLineTypeId gt 0}"></h:outputText> </h:column> <h:column> <f:facet name="header"> <h:outputText value="Client Editable | Preformatted | Neither"/> </f:facet> <h:selectOneRadio id="editTypePP" value="#{item.editType}" style="text-align:center;width:100%"> <f:selectItems value="#{commentLineEditTypes}"/> <a:support event="onclick" immediate="true" actionListener="#{adminRegionsEdit.preformatEnable}" reRender="editTypePP,ppvalue"> <f:param name="editType" value="#{item.editType}"/> <f:param name="typeId" value="#{item.id.commentLineTypeId}"/> </a:support> </h:selectOneRadio> </h:column> <h:column> <f:facet name="header"> <h:outputText value="Preformat Parameters"/> </f:facet> <a:region> <h:inputText id="ppvalue" disabled="#{item.editType ne '2'}" enabled="#{item.editType eq '2'}" value="#{item.formatString}" size="50"></h:inputText> </a:region> </h:column> </h:dataTable>
0票
开心
0票
板砖
0票
感动
0票
有用
0票
疑问
0票
难过
0票
无聊
0票
震惊
顶
踩