ASP. NET Aries JSAPI documentation Description: AR. Form, AR. Combobox, jsapiar. form
AR. Form document 1: objects or attributes:
Name |
Type |
Description |
Data |
Attribute |
Edit page data returned based on primary key request |
Method |
Attribute |
The point of the function used to obtain data. The default value is Get. |
ObjName |
Attribute |
The name of the request data object used to intercept the form. It can be a table name or a view name. |
TableName |
Attribute |
Table Name |
BtnCommit |
Button |
OnBeforeExecute = function (arrayData) ArrayData: Post Data IsHidden: whether to hide $ Target: JQ object |
BtnCancel |
Attribute |
OnExecute = function () IsHidden: whether to hide $ Target: JQ object |
Event
Name |
Description |
OnBeforeExecute = function () |
|
OnBeforeFillForm = function (data) |
Data obtained by the Get Method |
|
|
AR. Combobox document 1: object or attribute:
Name |
Type |
Description |
Values |
Attribute |
Value set by the setValues Method |
Paras |
Attribute |
Value set by the setParas Method |
Method event
Name |
Description |
SetParas |
Set query conditions for the objname attribute of input |
SetValues |
Set SelectedVale for the input combobox |
OnAfterExecute |
Function (type, $ input, options) Type has one of the following values: Configkey, objname, and dialog |
SetCombo |
Set combobox or combotree attributes uniformly: SetCombo ($ box, key, value, isTree) |