You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,12 +90,12 @@
90
90
91
91
## Predefined Custom Keys
92
92
93
+
*`page_loaded` : After the page is fully loaded, you can give your Custom Script.
93
94
*`fill_action` : If you do not want Automatic Form Feed or your form opens after any request, then you can place Javascript event in any HTML Element in the page.
94
95
```js
95
96
// With this, when you click on this HTML Element, only your Form Feed will start.
Copy file name to clipboardExpand all lines: src/options/App.vue
+27-10Lines changed: 27 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -420,14 +420,9 @@
420
420
</ul>
421
421
<br>
422
422
<h1class="title is-5">Support Me for Motivation</h1>
423
-
<ul>
424
-
<li><code>₹10+</code> <atarget="_blank"href="https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.html">Donate an Amount of your Choice</a></li>
425
-
<li><code>₹50 </code> <atarget="_blank"href="https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.html">Thank you for supporting C Tech Hindi.</a></li>
426
-
<li><code>₹100</code> <atarget="_blank"href="https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.html">Your name will be put on the extension option page.</a></li>
427
-
<li><code>₹200</code> <atarget="_blank"href="https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.html">Your name will be put to the top of extension option page.</a></li>
428
-
<li><code>₹500</code> <atarget="_blank"href="https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.html">Your name or a company logo will be put to extension option page.</a></li>
429
-
<li><code>₹500+</code> <atarget="_blank"href="https://ctechhindi.blogspot.com/2020/10/support-page-fill-excel-data-cth-google.html">Your name or a company logo will be put to extension option page and github repository readme page.</a></li>
<b-checkboxv-model="colSettings.clearThenFillValue">Clear field value then fill new value</b-checkbox>
624
+
</b-field>
625
+
622
626
<!-- If excel column value is empty then fill this default value -->
623
627
<b-fieldlabel="If excel column value is empty then fill this default value"v-if="['fill_action', 'page_loaded', 'form_filled', 'entry_saved'].indexOf(activeSiteColNameOrignal) == -1"expanded>
624
628
<b-inputv-model="colSettings.default_value"placeholder="Enter Field Deafult Value"></b-input>
625
629
</b-field>
630
+
626
631
<!-- Field: Select Option with RegExp -->
627
632
<b-fieldlabel="If you want to match the excel data with this form field data then turn on RegExp."v-if="(['select', 'multiple', 'radio', 'checkbox'].indexOf(colSettings.field_type) !== -1)">
628
633
<b-checkboxv-model="colSettings.check_value_with_regexp">Search Data with RegExp</b-checkbox>
@@ -860,6 +865,8 @@ export default {
860
865
// After filling the data of this field, filling the data of another field
0 commit comments