Premium plugin : Mobile - GBonnaire/jspreadsheet-plugins-and-editors GitHub Wiki

JExcel Plugin : Mobile

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+

Dependencies

  • JSpreadsheet Pro v7
  • Materials Icon (You can use font awesome with change icon_menu_open property)

Options of plugin

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;

For translation

Option name Default Value
text_edit Edit

Get started

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 and license

Copyright GBonnaire.fr and Code released under the commercail License. This plugin requiere license of Repo.gbonnaire.fr

⚠️ **GitHub.com Fallback** ⚠️