1) 체크박스
- displaytype: checkboxcontrol
- edittype: checkbox
2) No(자동부여번호)
- displaytype: normal
- text: dataset.rowcount - currow
3) ComboBox
- displaytype: combocontrol
- edittype: none
- combocodecol: DATA_CODE
- combodatacol: DATA_NAME
- combodataset: data_table
4) 평소엔 text, 수정시엔 ComboBox
- displaytype: combotext
- edittype: combo
- combocodecol: DATA_CODE
- combodatacol: DATA_NAME
- combodataset: data_table
5) 형식 있는 text
- displaytype: mask
- edittype: mask
- text: bind
- maskeditformat: AA-### / #.###
- maskedittype: string / integer
6) 날짜형식
- displaytype: date
- edittype: date
- calendardateformat: yyyy-MM-dd ddd (2021-10-01 월)
7) 프로그레스바
- displaytype: progressbarcontrol
- text: (퍼센트) Math.round(DATA1/DATA2*100) + "%"
8) (조건별)이미지
- displaytype: imagecontrol
- text:
GENDER == "M" ? "Images::img_gender_m.png" : "Images::img_gender_w.png"
'Nexacro > 예제' 카테고리의 다른 글
[Nexacro] 현재 날짜 구하기(Y,M,D): getDate, toString, padLeft (0) | 2021.11.30 |
---|---|
[Nexacro] Dynamic Creation - 스크립트로 컴포넌트 생성/데이터 바인딩 (2) | 2021.11.24 |
[Nexacro] 팝업창 띄우기(Modal VS Modaless) (0) | 2021.11.24 |
[Nexacro] 타이머 (0) | 2021.11.24 |
[Nexacro] Form 예제 - 폼의 오브젝트/컴포넌트 정보 구하기 (0) | 2021.11.24 |
댓글