최신 웹 개발 튜토리얼
 

AppML참조 - API


AppML 방법

방법 기술
new AppML() 새로운 AppML 객체를 생성
appml("name") 지정된 이름을 가진 appml 오브젝트를 돌려줍니다
displayMessage(text) 지정된 메시지를 표시합니다
getData() 응용 프로그램 데이터를 가져옵니다
run() 응용 프로그램 개체를 실행
setError(no, description) 지정된 오류 및 오류 설명을 설정합니다

AppML 등록

재산 기술
appName 응용 프로그램 이름 (the container id)
container 응용 프로그램 컨테이너 요소
controller 응용 프로그램 컨트롤러
data 응용 프로그램 데이터 객체
dataSource 응용 프로그램 데이터 소스
displayType 응용 프로그램 유형 ("form" or "list")
message 응용 프로그램 메시지 개체
error 응용 프로그램 오류 개체

데이터 개체의 속성

재산 기술
data.model 응용 프로그램 데이터 모델
data.records 응용 프로그램 레코드 (data)

AppML 양식 방법

방법 기술
newRecord() 현재 양식 재설정
saveRecord() 현재 레코드를 저장
deleteRecord() 현재 레코드를 삭제
closeForm() 닫기 현재 양식

AppML 필터 속성

방법 기술
orderBys 필드 이름에 의해 순서의 배열
orderByDirections 방향으로 순서의 배열
queryFields 쿼리 필드 이름의 배열
queryValues 쿼리 값의 배열
queryTypes 쿼리 유형의 배열