add site
This commit is contained in:
18
Site/template/JobsiteRequirementCtrl.html
Normal file
18
Site/template/JobsiteRequirementCtrl.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="JobsiteRequirementCtrl" style="height: 100%">
|
||||
<data-grid ref="grid" v-bind:columns="columns" v-bind:source="source"
|
||||
body-class="hidden-x" v-bind:window="wnd"
|
||||
v-bind:allow-editing="true" v-bind:allow-auto-new-row="false"
|
||||
v-bind:allow-multi-select="true"
|
||||
v-on:cellvaluechanged="cellvaluechanged"
|
||||
v-on:rowdblclick="rowdblclick"
|
||||
style="margin-top:3px; height:100%"></data-grid>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user