File: json-parser-ui.html

package info (click to toggle)
openrefine 3.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,440 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (34 lines) | stat: -rw-r--r-- 2,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div class="grid-layout layout-loose layout-full"><table role="presentation">
  <tr>
    <td colspan="2"><div class="grid-layout layout-tighter layout-full"><table role="presentation">
      <tr>
        <td style="text-align: right;">&nbsp;</td>
        <td width="1%"><button class="button" bind="pickRecordElementsButton"></button></td>
        <td width="1%"><button class="button" bind="previewButton"></button></td>
      </tr>
      <tr>
        <td style="text-align: right;">&nbsp;</td>
        <td width="1%"><input type="checkbox" bind="disableAutoPreviewCheckbox" id="$disable" />
          <label for="$disable" id="or-disable-auto-preview"></label></td>
      </tr>
    </table></div></td>
  </tr>
  <tr>
    <td><div class="grid-layout layout-tightest"><table role="presentation">
      <tr><td width="1%"><input type="checkbox" bind="limitCheckbox" id="$limit" /></td>
        <td><label for="$limit" id="or-import-load"></label></td>
        <td><input bind="limitInput" type="number" class="lightweight" size="7" value="0" />
          <label for="$limit" id="or-import-rows"></label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="storeEmptyStringsCheckbox" id="$store-empty-strings" value=true/></td>
        <td colspan="2"><label for="$store-empty-strings" id="or-import-preserve"></label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="trimStringsCheckbox" id="$trim" /></td>
        <td><label for="$trim" id="or-import-trim"></label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="guessCellValueTypesCheckbox" id="$guess" /></td>
        <td><label for="$guess" id="or-import-parseCell"></label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="includeFileSourcesCheckbox" id="$include-file-sources" /></td>
        <td colspan="2"><label for="$include-file-sources" id="or-import-source"></label></td></tr>
      <tr><td width="1%"><input type="checkbox" bind="includeArchiveFileCheckbox" id="$include-archive-file" /></td>
        <td colspan="2"><label for="$include-archive-file" id="or-import-archive"></label></td></tr>
    </table></div></td>
  </tr>
</table></div>