-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathvariables.html
More file actions
16 lines (16 loc) · 913 Bytes
/
variables.html
File metadata and controls
16 lines (16 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="vp-option-page" id="vp_varPage">
<h4 class="vp-funcNavi"> <span class="vp-multilang" data-caption-id="funcNavi"> Common > <strong><span data-caption-id="vp_functionName" class="vp_functionName"></span></span></strong></h4>
<hr/>
<div id="vp_var_variableBox">
<table class="vp-option-table vp-option-horizontal-table-layout">
<colgroup><col width="*"/><col width="35%"/></colgroup>
<tr>
<th title="click to copy"><span class="vp-multilang" data-caption-id="varName">Variable Name</span> <i id="vp_varRefresh" class="fa fa-refresh"></i></th>
<th><span class="vp-multilang" data-caption-id="dataType">Data Type</span></th>
</tr>
</table>
</div>
<hr/>
<strong><span class="vp-multilang" data-caption-id="varDetailValue">Variable Detail</span></strong>
<div id="vp_varDetailTable"></div>
</div>