zoukankan      html  css  js  c++  java
  • ABP框架系列之三十:(Javascript-API-Javascript-API)

    ASP.NET Boilerplate provides a set of objects and functions that are used to make javascript development easy and standards-based.

    ASP.NET的模板提供了一套,是用来使JavaScript开发容易、基于标准的、功能的对象。

    Here is a list of APIs in ASP.NET Boilerplate. Click headers to see details and usages.

    AJAX

    Used to call server-side services using AJAX and evaluate the return value. Since ASP.NET Boilerplate server-side code returns a standard response for AJAX calls, it's suggested to use this method to handle the standard return value.

    用于使用Ajax调用服务器端服务,并评估返回值。由于ASP.NET使用服务器端代码返回一个标准响应Ajax调用,建议使用此方法处理标准的返回值。

    Notification

    Used to show auto-disappearing notifications.

    Message

    Used to show message boxes (dialogs) to the user.

    UI Block & Busy

    Used to make an area (a div, a form, entire page...) blocked for user inputs. Also used to make an area busy (with a busy indicator).

    用于为用户输入设置一个区域(一个div、一个窗体、整个页面…)。也用于使区域忙碌(带有一个忙碌的指示器)。

    Event Bus

    Used to register to and trigger client side global events.

    Logging

    Used to write logs in client-side.

    Other Utility Functions

    Some utility functions that make it easy to perform some common stuff.

    一些实用功能,可以很容易地执行一些常见的东西。

  • 相关阅读:
    mysql 数据库 II(数据类型)
    mysql 数据库 I
    网络协议
    Python 类IV(类成员,异常处理等)
    Python 类III(三大特性,约束,super)
    Python 类II
    类加载机制
    Java新篇章之集合
    Java 类类型之 String 类型
    java 多态
  • 原文地址:https://www.cnblogs.com/smileberry/p/8296178.html
Copyright © 2011-2022 走看看