Initial community commit
This commit is contained in:
18
Src/Plugins/Library/ml_webdev/resources/pages/historyApi.htm
Normal file
18
Src/Plugins/Library/ml_webdev/resources/pages/historyApi.htm
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>JSAPI2::History Api</title>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<script type="text/javascript" src="api2.js"></script>
|
||||
</head>
|
||||
<body style="FONT-FAMILY: MS Shell Dlg 2;">
|
||||
<h2>History API</h2>
|
||||
<h3>Methods:</h3>
|
||||
<input type="button" value="Query" onClick="hisQueryClicked();">
|
||||
<br>
|
||||
<input type="text" size="80" value="LASTPLAY<[now]" id="his_t_Query_in">
|
||||
<br>
|
||||
<textarea rows="24" cols="50" id="his_t_Query">
|
||||
</textarea>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user