parent
feb4ec31a9
commit
870a1b20a1
@ -7,7 +7,7 @@
|
|||||||
<a class="button button-pill-left" href="javascript:{}" bind="extractLink"></a><a class="button button-pill-right" href="javascript:{}" bind="applyLink"></a>
|
<a class="button button-pill-left" href="javascript:{}" bind="extractLink"></a><a class="button button-pill-right" href="javascript:{}" bind="applyLink"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="history-panel-filter" bind="bodyControlsDiv">
|
<div class="history-panel-filter" bind="bodyControlsDiv">
|
||||||
<span bind="or_proj_filter"> </span><input type="text" size="30" bind="filterInput" autofocus />
|
<span bind="or_proj_filter"> </span><input type="text" size="30" bind="filterInput" id="idfilterInput" />
|
||||||
</div>
|
</div>
|
||||||
<div class="history-panel-body" bind="bodyDiv">
|
<div class="history-panel-body" bind="bodyDiv">
|
||||||
<div class="history-past" bind="pastDiv">
|
<div class="history-past" bind="pastDiv">
|
||||||
@ -17,4 +17,9 @@
|
|||||||
<div class="history-future" bind="futureDiv">
|
<div class="history-future" bind="futureDiv">
|
||||||
<div class="history-highlight" bind="futureHighlightDiv"></div>
|
<div class="history-highlight" bind="futureHighlightDiv"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>'
|
</div>
|
||||||
|
<script>
|
||||||
|
function setFocusToTextBox(){
|
||||||
|
document.getElementById("idfilterInput").focus();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr><td></td>
|
<tr><td></td>
|
||||||
<td bind="or_views_separator"></td>
|
<td bind="or_views_separator"></td>
|
||||||
<td><input size="10" value="," bind="separatorInput" autofocus />
|
<td><input size="10" value="," bind="separatorInput" id="separatorInput" />
|
||||||
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
|
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
|
||||||
<label for="$split-column-regex" bind="or_views_regExp"></label></td>
|
<label for="$split-column-regex" bind="or_views_regExp"></label></td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -56,4 +56,9 @@
|
|||||||
<button class="button" bind="cancelButton"></button>
|
<button class="button" bind="cancelButton"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
function setFocusToTextBox(){
|
||||||
|
document.getElementById("separatorInput").focus();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr><td></td>
|
<tr><td></td>
|
||||||
<td bind="or_views_separator"></td>
|
<td bind="or_views_separator"></td>
|
||||||
<td><input size="10" value="," bind="separatorInput" autofocus />
|
<td><input size="10" value="," bind="separatorInput" id="separatorInput" />
|
||||||
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
|
<input type="checkbox" bind="regexInput" id="$split-column-regex" />
|
||||||
<label for="$split-multi-valued-cells-regex" bind="or_views_regExp"></label></td>
|
<label for="$split-multi-valued-cells-regex" bind="or_views_regExp"></label></td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -37,4 +37,9 @@
|
|||||||
<button class="button" bind="cancelButton"></button>
|
<button class="button" bind="cancelButton"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
function setFocusToTextBox(){
|
||||||
|
document.getElementById("separatorInput").focus();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user