【Lv:3】
- 注册
- 2020/04/23
- 消息
- 28
- 金粒
- 3,693金粒
Pneu Jai 提交新资源:
PneuJai's Form API - Adds classes for simple, modal and custom forms, which can be used in sendCustomForm
阅读关于此资源更多信息...
PneuJai's Form API - Adds classes for simple, modal and custom forms, which can be used in sendCustomForm
API加載
const SimpleForm = getShareData("pFormAPI").SimpleForm; const ModalForm = getShareData("pFormAPI").ModalForm; const CustomForm = getShareData("pFormAPI").CustomForm;
API接口定义 (writing the documentation takes 4x time more than scripting it)
(1)SimpleForm
// 類別名:SimpleForm
// 功能:定义一个简单表单
// 参数个数:0个
[例] let f = new SimpleForm()
(2)ModalForm
// 類別名:ModalForm
// 功能:定义一个模式对话框
// 参数个数:0个
[例] let f = new ModalForm()
(3)CustomForm
// 類別名:CustomForm
// 功能:定义一个自定义表单
// 参数个数:0个
[例] let f = new...
阅读关于此资源更多信息...