-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathnumpyComponent.html
More file actions
22 lines (22 loc) · 1.11 KB
/
numpyComponent.html
File metadata and controls
22 lines (22 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<body>
<div class="vp-option-page">
<div class="vp-accordian-container vp-require-box">
<div class="vp-accordian vp-open"><span class="vp-indicator"></span><span class="vp-accordian-caption">Required Input & Output</span></div>
<div id="vp_inputOutputBox" class="vp-accordian-box">
<table class="vp-option-table vp-tbl-gap5">
<colgroup><col width="30%"/><col width="*"/></colgroup>
<tbody></tbody>
</table>
</div>
</div>
<div class="vp-accordian-container vp-option-box">
<div class="vp-accordian vp-open"><span class="vp-indicator"></span><span class="vp-accordian-caption">Additional Options</span></div>
<div id="vp_optionBox" class="vp-accordian-box">
<table class="vp-option-table vp-tbl-gap5">
<colgroup><col width="30%"/><col width="*"/></colgroup>
<tbody></tbody>
</table>
</div>
</div>
</div>
</body>