-
Notifications
You must be signed in to change notification settings - Fork 0
Premium plugin : Mobile
Guillaume Bonnaire edited this page Aug 24, 2022
·
4 revisions
Add button for open context menu on mobile, and allow select range of cell Add in context menu, a new item for edit cell
Deprecated on JSS v8+
- JSpreadsheet Pro v7
- Materials Icon (You can use font awesome with change icon_menu_open property)
Option name | Description | Type | Default Value |
---|---|---|---|
icon_menu_open |
Icon for button to open context menu | String |
menu_open |
cssButton |
CSS of button to open context menu | Boolean |
position: absolute;background-color: white;width: 23px;height: 23px;border: 2px solid lightgray;border-top-left-radius: 5px;border-bottom-left-radius: 5px; |
Option name | Default Value |
---|---|
text_edit |
Edit |
Header on page
<script src="https://jexcel.net/v7/jexcel.js"></script>
<script src="https://jexcel.net/v7/jsuites.js"></script>
<link rel="stylesheet" href="https://jexcel.net/v7/jsuites.css" type="text/css" />
<link rel="stylesheet" href="https://jexcel.net/v7/jexcel.css" type="text/css" />
<script src="/path/to/jexcel.mobile.js"></script>
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
Initialize plugin on JExcel
jexcel(document.getElementById('spreadsheet'), {
...
plugins: [
...
{ name:'mobile', plugin:jexcel_mobile},
...
],
...
});
Copyright GBonnaire.fr and Code released under the commercail License. This plugin requiere license of Repo.gbonnaire.fr
All librairies available on https://repo.gbonnaire.fr