최신 웹 개발 튜토리얼
 

AppML API


AppML API는 AppML의 메서드와 속성을 정의


어떤 방법 및 등록 할 수 있습니까?

방법과 당신이 할 수있는 호텔이 :

  • AppML 응용 프로그램 만들기
  • 데이터 피드 애플리케이션
  • 웹 페이지에서 사용하는 응용 프로그램 데이터를 가져 오기

새로운 AppML() 새로운 AppML 개체를 만듭니다.
데이터 소스는 AppML 오브젝트의 데이터 소스를 설정한다.
getData() 데이터를 가져옵니다.
data.records 데이터 레코드가 포함되어 있습니다.

당신은 루프 기록과는 HTML 요소의 내용을 표시 할 수 있습니다 :

// Create an AppML object and fetch the data
myObj = new AppML();
myObj.dataSource = "http://www.w3ii.com/appml/customers.php";
myObj.getData();

// Locate the data records
myArr = myObj.data.records;
len = myArr.length;

// Display the records
for (i = 0; i < len; i++) {
    txt += myArr[i].CustomerName + "<br>";
}
document.getElementById("demo").innerHTML = txt;
»스스로를보십시오

결과

Alfreds Futterkiste
Berglunds snabbkop
Centro comercial Moctezuma
Ernst Handel
FISSA Fabrica Inter. Salchichas S.A.
Galeria del gastronomo
Island Trading
Koniglich Essen
Laughing Bacchus Wine Cellars
Magazzini Alimentari Riuniti
North/South
Paris specialites
Rattlesnake Canyon Grocery
Simons bistro
The Big Cheese
Vaffeljernet
Wolski Zajazd

일부 AppML 방법

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

일부 AppML 등록

재산 기술
appName 응용 프로그램 이름 (the container id)
container 응용 프로그램 컨테이너 요소
controller 응용 프로그램 컨트롤러
data 응용 프로그램 데이터 객체
dataSource 응용 프로그램 데이터 소스
message 응용 프로그램 메시지

일부 데이터 개체 속성

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