<!--// 사용자정의 -->
<[email protected](count($extra_keys))-->
{@
$oDocumentController = &getController('document');
$oDocumentController->addXmlJsFilter($module_info->module_srl);
}
<tr loop="$extra_keys=>$key,$val" cond="$val->eid!='agree'">
<th scope="row">{$val->name} <[email protected]($val->is_required=='Y')--><em>*</em><[email protected]></th>
<td>
{$val->getFormHTML()}
</td>
</tr>
{@
$oDocumentController = &getController('document');
$oDocumentController->addXmlJsFilter($module_info1->module_srl);
}
<tr loop="$extra_keys=>$key,$val" cond="$val->eid!='agree1'">
<th scope="row">{$val->name} <[email protected]($val->is_required=='Y')--><em>*</em><[email protected]></th>
<td>
{$val->getFormHTML()}
</td>
</tr>
<[email protected]>
PHP | PHP 7.4 |
---|---|
CMS | Rhymix 2.x |
-
?
히든처리가 안돼내요 agree 는돼고
Atachment 첨부 -
소스 반복은 일부러 하신 건가요?
어떤 걸 하시려는 건지 명확히 알 순 없지만, 제 짐작대로라면 저는 이렇게 할 것 같습니다.
<!--// 사용자정의 --> <[email protected](count($extra_keys))--> {@ $oDocumentController = getController('document'); $oDocumentController->addXmlJsFilter($module_info->module_srl); } <tr loop="$extra_keys=>$key,$val" cond="$val->eid!='agree' && $val->eid!='agree1'"> <th scope="row">{$val->name}<[email protected]($val->is_required=='Y')--> <em>*</em><[email protected]></th> <td>{$val->getFormHTML()}</td> </tr> <[email protected]>
덧. 그리고 소스를 공유해주실 때에는 에디터에 바로 복붙하시기보다는 에디터 컴포넌트에 있는 code highlighter 를 이용하시면 보는 사람들에게 가독성을 주실 수 있을 거예요.
-
?
이컹 감사 합니다. 잘돼내요 개인정보동의 2종류 받아야 돼는대 agree1이 리스트 에서 보여서 신경 써주셔서 감사 합니다.