Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laurel Lee
O2OA
Commits
f13ab2be
Commit
f13ab2be
authored
3 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
api中增加了所有el组件的事件说明
parent
99a633ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
o2web/source/x_component_cms_Xform/Author.js
+1
-1
o2web/source/x_component_cms_Xform/Author.js
o2web/source/x_component_cms_Xform/Reader.js
+1
-1
o2web/source/x_component_cms_Xform/Reader.js
o2web/source/x_component_process_Xform/Org.js
+1
-1
o2web/source/x_component_process_Xform/Org.js
with
3 additions
and
3 deletions
+3
-3
o2web/source/x_component_cms_Xform/Author.js
+
1
-
1
View file @
f13ab2be
...
...
@@ -8,7 +8,7 @@ MWF.xDesktop.requireApp("cms.Xform", "Org", null, false);
* var field = this.target; //在组件本身的脚本中获取,比如事件脚本、默认值脚本、校验脚本等等
*
* var data = field.getData(); //获取值
* field.setData(
"字符串值"
); //设置值
* field.setData(
value
); //设置值
* field.hide(); //隐藏字段
* var id = field.json.id; //获取字段标识
* var flag = field.isEmpty(); //字段是否为空
...
...
This diff is collapsed.
Click to expand it.
o2web/source/x_component_cms_Xform/Reader.js
+
1
-
1
View file @
f13ab2be
...
...
@@ -8,7 +8,7 @@ MWF.xDesktop.requireApp("cms.Xform", "Org", null, false);
* var field = this.target; //在组件本身的脚本中获取,比如事件脚本、默认值脚本、校验脚本等等
*
* var data = field.getData(); //获取值
* field.setData(
"字符串值"
); //设置值
* field.setData(
value
); //设置值
* field.hide(); //隐藏字段
* var id = field.json.id; //获取字段标识
* var flag = field.isEmpty(); //字段是否为空
...
...
This diff is collapsed.
Click to expand it.
o2web/source/x_component_process_Xform/Org.js
+
1
-
1
View file @
f13ab2be
...
...
@@ -10,7 +10,7 @@ MWF.require("MWF.widget.O2Identity", null, false);
* var field = this.target; //在组件本身的脚本中获取,比如事件脚本、默认值脚本、校验脚本等等
*
* var data = field.getData(); //获取值
* field.setData(
"字符串值"
); //设置值
* field.setData(
value
); //设置值
* field.hide(); //隐藏字段
* var id = field.json.id; //获取字段标识
* var flag = field.isEmpty(); //字段是否为空
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help