Skip to content

Commit

Permalink
CopyPaste Adv Update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GBonnaire committed Jul 12, 2023
1 parent e05ac0e commit 25f42f8
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 21 deletions.
11 changes: 6 additions & 5 deletions plugins/JSSV8/dist/copypaste_advanced.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions plugins/JSSV8/src/copypaste_advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jSpreadsheet, a lightweight Vanilla JavaScript plugin, can help you create excep
<td><code>Boolean</code></td>
<td><code>true</code></td>
</tr>
<tr>
<td><code>position_toolbar</code></td>
<td>Define position in toolbar (null: default behavior, found first divisor and add after, false: not add, int: add specific position</td>
<td><code>int/null/false</code></td>
<td><code>null</code></td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -106,10 +112,10 @@ you can use jSuites dictionary for translate this plugin

Header on page
```HTML
<script src="https://jspreadsheet.com/v8/jspreadsheet.js"></script>
<script src="https://jspreadsheet.com/v9/jspreadsheet.js"></script>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />
<link rel="stylesheet" href="https://jspreadsheet.com/v8/jspreadsheet.css" type="text/css" />
<link rel="stylesheet" href="https://jspreadsheet.com/v9/jspreadsheet.css" type="text/css" />

<script src="/path/to/copypaste_advanced.min.js"></script>
```
Expand Down
Loading

0 comments on commit 25f42f8

Please sign in to comment.