Etable/翻頁:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
(新頁面: 分類:Etable ===sendFormData(…)=== #sendFormData('condition',本程式,listId) #*含 onchange="createOpt("categoryItem",todo_categoryItem,this.selectedIndex);")
 
新的 postData
 
(未顯示同用戶所作出之10次版本)
第 1 行: 第 1 行:
 
[[分類:Etable]]
 
[[分類:Etable]]
===sendFormData(…)===
+
==新的 postData==
#sendFormData('condition',本程式,listId)
+
function postData(目的地,預設的變數儲存 json,回應冒出來出來的ID,給onAjax(a)用的a,是否要等一下){
#*含  onchange="createOpt("categoryItem",todo_categoryItem,this.selectedIndex);"
+
 
 +
}
 +
 
 +
==現有翻頁機制==
 +
===一、表單翻頁===
 +
====sendFormData(…)====
 +
#條件:sendFormData('condition',本程式,listId)
 +
#*含  onchange="createOpt("categoryItem",todo_categoryItem,this.selectedIndex);"
 +
#批次:sendFormData('batch__$this->listId',本程式,listId);
 +
#跳到指定頁:postData(本程式,跳到哪頁,listId)
 +
 
 +
===二、表單元素翻頁===
 +
#OK 按鈕:<input type='button' value=提示 onclick="postData(本程式,$this->overPageUrl($overPage)&f[長欄名]=$true['key'],listId);">
 +
#打字縮小選單範圍:<br/>&lt;input type='text' value='' oninput=catchText(event,本程式,listId) onpropertychange=catchText(event,本程式,listId) /&gt;<br/>postData(本程式,'catchText='+input.value,listId…);
 +
 
 +
===三、連結翻頁===
 +
====postData(…)====
 +
#插編刪:postData(本程式,$this->overPageUrl($overPage),listId);return false;

2022年7月30日 (六) 15:52的最新修訂版本

新的 postData

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

}

現有翻頁機制

一、表單翻頁

sendFormData(…)

  1. 條件:sendFormData('condition',本程式,listId)
    • 含 onchange="createOpt(&quot;categoryItem&quot;,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;