-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavascript-api.html
37 lines (31 loc) · 1.67 KB
/
javascript-api.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Entities</title>
<link type="text/css" rel="stylesheet" href="bootstrap.min.css" />
</head>
<body>
<p>ASP.NET Boilerplate provides a set of objects and functions those are
used to make javascript development easy and standard-based.</p>
<p>Here, list of APIs in ASP.NET Boilerplate. Click headers to see details and
usages.</p>
<h4><a href="/Pages/Documents/Javascript-API/AJAX">AJAX</a></h4>
<p>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.</p>
<h4 id="DocNotifications">
<a href="/Pages/Documents/Javascript-API/Notification">Notification</a></h4>
<p>Used to show auto-disappearing notifications.</p>
<h4><a href="/Pages/Documents/Javascript-API/Message">Message</a></h4>
<p>Used to show message boxes (dialogs) to the user.</p>
<h4><a href="/Pages/Documents/Javascript-API/UI-Block-Busy">UI block & busy</a></h4>
<p>Used to make an area (a div, a form, entire page...) blocked for user inputs.
Also, making an area busy (with a busy indicator).</p>
<h4><a href="/Pages/Documents/Javascript-API/Logging">Logging</a></h4>
<p>Used to write logs in client-side.</p>
<h4><a href="/Pages/Documents/Javascript-API/Other-Utilities">Other utility
functions</a></h4>
<p>Some utility functions those make easy to perform some common stuff.</p>
</body>
</html>