「Etable/翻頁」修訂間的差異
跳至導覽
跳至搜尋
(→表單元素翻頁) |
|||
| 第1行: | 第1行: | ||
[[分類:Etable]] | [[分類:Etable]] | ||
| − | === | + | ===一、表單翻頁=== |
====sendFormData(…)==== | ====sendFormData(…)==== | ||
#條件:sendFormData('condition',本程式,listId) | #條件:sendFormData('condition',本程式,listId) | ||
#*含 onchange="createOpt("categoryItem",todo_categoryItem,this.selectedIndex);" | #*含 onchange="createOpt("categoryItem",todo_categoryItem,this.selectedIndex);" | ||
#批次:sendFormData('batch__$this->listId',本程式,listId); | #批次:sendFormData('batch__$this->listId',本程式,listId); | ||
| + | #跳到指定頁:postData(本程式,跳到哪頁,listId) | ||
| − | === | + | ===二、表單元素翻頁=== |
#OK 按鈕:<input type='button' value=提示 onclick="postData(本程式,$this->overPageUrl($overPage)&f[長欄名]=$true['key'],listId);"> | #OK 按鈕:<input type='button' value=提示 onclick="postData(本程式,$this->overPageUrl($overPage)&f[長欄名]=$true['key'],listId);"> | ||
#打字縮小選單範圍: | #打字縮小選單範圍: | ||
| − | === | + | ===三、連結翻頁=== |
====postData(…)==== | ====postData(…)==== | ||
#插編刪:postData(本程式,$this->overPageUrl($overPage),listId);return false; | #插編刪:postData(本程式,$this->overPageUrl($overPage),listId);return false; | ||
於 2022年7月30日 (六) 14:35 的修訂
一、表單翻頁
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);">
- 打字縮小選單範圍:
三、連結翻頁
postData(…)
- 插編刪:postData(本程式,$this->overPageUrl($overPage),listId);return false;