Constructor
new EzSearchItem(action, sqlId, popupUrl, popupTitle, popupWidth, popupoHeight, hideSubEditer, mainEditKey, subEditKey, columnLabel, subcolumnLabel)
Example
new nexacro.EzSearchItem(action, sqlId, popupUrl, popupTitle, popupWidth, popupoHeight, hideSubEditer, mainEditKey, subEditKey, columnLabel, subcolumnLabel);
Parameters:
| Name | Type | Description |
|---|---|---|
action |
string | transaction 호출 시 action |
sqlId |
string | transaction 호출 시 sqlId |
popupUrl |
string | popup호출시 popup경로 |
popupTitle |
string | function | popup호출시 popup제목 |
popupWidth |
number | popup호출시 popup넓이 |
popupoHeight |
number | popup호출시 popup높이 |
hideSubEditer |
boolean | 참조값 editor 숨김 여부 |
mainEditKey |
string | 조회된 데이터중 maineditor에 바인딩할 값(양방향 바인딩은 maineditor만 가능) |
subEditKey |
string | 조회된 데이터중 subeditor에 표시할 값 |
columnLabel |
string | maineditor에 적용할 arialable |
subcolumnLabel |
string | subeditor에 적용할 arialable |