ASP. NET Aries JSAPI documentation Description: AR. Utility, jsapiar. utility
AR. Utility document 1: method:
Name |
Description |
QueryString |
Function (key) * Simulate a. NET Request object |
StringFormat |
Function (str, args) * Simulate the String. Format function of. NET. The call method is String. Format ("a = {0}", 'A ') |
Guid |
Number of random guids generated |
Cookie object
Name |
Description |
Get |
Function (name) |
Set |
Function (key, value, expiredays) |
Remove |
Function (name) |
Ajax object
Name |
Description |
Get |
Function (method, objName, data, async, url, callback, isShowProgress) |
Post |
Function (method, objName, data, async, url, callback, isShowProgress) |
Window object
Name |
Description |
Refresh |
Whether to refresh the parent form when closing the window of the Bool type |
Open |
Open (url, title, update, opts) /** * Open a new page * @ Param {string} url Connection * @ Param {string} title the window title after opening * @ Param {bool} indicates whether to update the tag. The default value is false. * Param {object} opts easyui window attribute Overwrite */ |
Close |
Close the form (the reflesh attribute can be used together) |
ShowMsg |
ShowMsg (msg, title, showType, timeout) See EasyUI |
Confirm |
Confirm (msg, title, asyncFun) |
OpenLoading |
Loading... Prompt |
CloseLoading |
Close loading... Prompt |
Dialog |
Dialog (title, html, options) |
CloseDialog |
Close dialog box |