blob: f0373ff3a6c50fbbe300391f597440521796152d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="../js/easyXDM/easyXDM.debug.js" type="text/javascript"></script>
<script src="http://localhost:19101/sdk/static/js/asterix-api-core.js" type="text/javascript"></script>
<script src="../js/example.js" type="text/javascript"></script>
<script>
$(function () {
var as = new AsterixSDK();
var c = new CreateExpression(tinySocialCreate.join("\n"));
as.send(c);
var as = new AsterixSDK();
$('#ddl').html(tinySocialCreate.join("<br/>"));
});
</script>
</head>
<body>
<div>
Example: DDL
<div class="syntax-box" id="ddl">
Query:
</div>
<button>Run</button>
<hr>
</div>
<div>
Example:
<div class="syntax-box">
Query:
</div>
<button>Run</button>
<hr>
</div>
<div>
Example:
<div class="syntax-box">
Query:
</div>
<button>Run</button>
<hr>
</div>
<div>
Example:
<div class="syntax-box">
Query:
</div>
<button>Run</button>
<hr>
</div>
</body>
</html>