Etable/翻頁

出自六年制學程
跳轉到: 導覽搜尋

新的 postData

function postData(目的地,預設的變數儲存 json,回應冒出來出來的ID,給onAjax(a)用的a,是否要等一下){

}

現有翻頁機制

一、表單翻頁

sendFormData(…)

  1. 條件:sendFormData('condition',本程式,listId)
    • 含 onchange="createOpt("categoryItem",todo_categoryItem,this.selectedIndex);"
  2. 批次:sendFormData('batch__$this->listId',本程式,listId);
  3. 跳到指定頁:postData(本程式,跳到哪頁,listId)

二、表單元素翻頁

  1. OK 按鈕:<input type='button' value=提示 onclick="postData(本程式,$this->overPageUrl($overPage)&f[長欄名]=$true['key'],listId);">
  2. 打字縮小選單範圍:
    <input type='text' value= oninput=catchText(event,本程式,listId) onpropertychange=catchText(event,本程式,listId) />
    postData(本程式,'catchText='+input.value,listId…);

三、連結翻頁

postData(…)

  1. 插編刪:postData(本程式,$this->overPageUrl($overPage),listId);return false;