Azure-Mobile-BasicNativeScript 表單插件
Azure-Mobile-Basic 是 NativeScript 模塊,通過 Azure Mobile Services 提供基礎(chǔ)表單數(shù)據(jù) GET 功能。
創(chuàng)建:
// viewmodel.js var client = new azuremobile.MobileServiceClient( "https://<Your Mobile Service URL>", "<Your mobile service application key>" );
調(diào)用:
var itemArr = [];
client.getTableItems('<tableName>', '<dataColumnName>', itemArr)
.then(function(){
for (var i = 0; i < itemArr.length; ++i) {
tasks.push(itemArr[i]);
}
});
評(píng)論
圖片
表情
