Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisione Revisione precedente | |||
gwusermanual:interface:schede [2024/10/29 17:59] giorgio.scali |
gwusermanual:interface:schede [2024/10/29 18:00] (versione attuale) giorgio.scali |
||
---|---|---|---|
Linea 1635: | Linea 1635: | ||
Il visualizzatore è basato su [[https://dream-num.github.io/LuckysheetDocs/guide/config.html#configuration-item|LuckySheet]] | Il visualizzatore è basato su [[https://dream-num.github.io/LuckysheetDocs/guide/config.html#configuration-item|LuckySheet]] | ||
- | |||
- | |||
**PARAMETRI** | **PARAMETRI** | ||
Linea 1645: | Linea 1643: | ||
|data| Object, optional, Dati da postare in acciazione a href e method Es: { groovy: 'export_pianificazione.groovy', fileName: fileName, otherStuff: 1 }| | |data| Object, optional, Dati da postare in acciazione a href e method Es: { groovy: 'export_pianificazione.groovy', fileName: fileName, otherStuff: 1 }| | ||
|viewerOptions| Object, optional, default null. Opzioni passabili al visualizzatore basato su LuckySheet per sovrascrivere il comportamento di default (full readonly). Parametri https://dream-num.github.io/LuckysheetDocs/guide/config.html#configuration-item| | |viewerOptions| Object, optional, default null. Opzioni passabili al visualizzatore basato su LuckySheet per sovrascrivere il comportamento di default (full readonly). Parametri https://dream-num.github.io/LuckysheetDocs/guide/config.html#configuration-item| | ||
- | |||
- | |||
- | ==== Parametri ==== | ||
- | * **params** Object, required. Contains all parameters | ||
- | * **title** String, optional, default Strina vuota | ||
- | * **tabIndex** Integer, optional, default null | ||
- | |||
- | === Parametri dentro params === | ||
- | * **href**: String, required, default gwContextPath+'/rest/exportByGroovyExecution'. url del controller che genera i bytes | ||
- | * **method**: String, required, default 'POST' method associato ad href | ||
- | * **fileName**: String, required, default 'preview.xlsx', nome del file che verrà generato | ||
- | * **data**: Object, optional, Dati da postare in associazione con href e method Es: { groovy: 'export_pianificazione.groovy', fileName: fileName, otherStuff: 1 } | ||
- | * **viewerOptions**: Object, optional, default null. Opzioni passabili al visualizzatore basato su LuckySheet per sovrascrivere il comportamento di default (full readonly). Parametri https://dream-num.github.io/LuckysheetDocs/guide/config.html#configuration-item | ||
- | |||
__**JavaScript**__\\ | __**JavaScript**__\\ |