|
|
|
@ -10,18 +10,22 @@
|
|
|
|
|
<col style="width: 8%;"/>
|
|
|
|
|
<col style="width: 20%;"/>
|
|
|
|
|
<col style="width: 8%;"/>
|
|
|
|
|
<col/>
|
|
|
|
|
<col style="width: 20%;"/>
|
|
|
|
|
<col style="width: 8%;"/>
|
|
|
|
|
<col/>
|
|
|
|
|
<col style="width: 7%;"/>
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>메뉴번호</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input id="menuNo" name="menuNo" type="text" size="8" maxlength="8" title="검색조건"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th>메뉴명</th>
|
|
|
|
|
<td>
|
|
|
|
|
<input id="menuNm" name="menuNm" type="text" size="80" maxlength="60" title="검색조건"/>
|
|
|
|
|
</td>
|
|
|
|
|
<td colspan="6">
|
|
|
|
|
<td colspan="4">
|
|
|
|
|
<input type="button" id="btnSearch" class="btn_search" title="검색" value="검색" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
@ -135,7 +139,7 @@
|
|
|
|
|
type: CustomButtonRenderer,
|
|
|
|
|
options: {
|
|
|
|
|
formatter : (props) => ({
|
|
|
|
|
formatter : props.grid.getRow(props.rowKey).progrmFileNm
|
|
|
|
|
formatter : props.grid.getRow(props.rowKey).menuNm
|
|
|
|
|
, element: "text"
|
|
|
|
|
})
|
|
|
|
|
, eventFunction: fnBiz.onClickMenuNmGrid //function(){alert("1234")}
|
|
|
|
|