Subscribe to this thread to be notified of B4J library updates.
That remains to be seen ! Thank you for all your hard workI trust no one here will publish a clone or take credit for my work
Sub Process_Globals
Private BANano As BANano 'ignore
Public Version As String = "7.34"
Public AppName As String = "BANAnoVuetifyAD3"
'use debug vue.js
Public CoreFunctionality As Boolean = False
Public UseDebug As Boolean = False
'Use online version of vue/vuetify & others
Public Online As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/adprism
Public UsePrismCodeDisplay As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/adgmap
Public UseGoogleMaps As Boolean = True
'ajax calls usix axios
Public UseAxios As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/qrcode (an option to fetch)
Public UseQRCode As Boolean = True
'https://github.com/gruhn/vue-qrcode-reader
Public UseQRCodeReader As Boolean = True
'https://github.com/mebjas/html5-qrcode
Public UseBarcodeReader As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/adjspdf (export vuetable to pdf)
Public UsePDF As Boolean = True
'(export vuetable to excel)
Public UseExcel As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/adchartkick
Public UseChartKick As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/firebasecrud
Public UseFireBase As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/leaf
Public UseLeafLetMaps As Boolean = True
Public UseBlurring As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/quillx
Public UseHTMLEditor As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/ (chat box)
Public UseBeautifulChat As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/counchcrud (install offline first db)
Public UsePouchDB As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/aes
Public UseEncryption As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/kanban
Public UseKanBan As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/animatecss
Public UseAnimeCSS As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/lottie
Public UseLottie As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/basicanimations
Public UseAnimeJS As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/adcamera
Public UseWebCam As Boolean = True
'https://www.b4x.com/android/forum/threads/bananovuetifyad3-organogram-lite-firebase-webapp-source-code-11.130680/
Public UseFlowy As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/addynaform
Public UseDynamicForms As Boolean = True
'https://mashiane.github.io/BANanoVuetifyAD3/#/translate
Public UseTranslate As Boolean = True
'export & import csv
Public UseImportCSV As Boolean = True
'
Public UseFluidMeter As Boolean = True
Public UseGauge As Boolean = True
Public UseKMLToGeoJSON As Boolean = True
'Public UseApexCharts As Boolean = False
'Public UseCircularFluidMeter As Boolean = False
'
'Public UseShowDown As Boolean = True
'sanitize data from HTML editor
'Public UseDOMPurify As Boolean = True
'show markdown/html from markdown
'Public UseMarkDown As Boolean = True
Public UseCompositionAPI As Boolean = False
Public UseBarCode As Boolean = True
Public UseSignaturePad As Boolean = True
'Public UsePageFlip As Boolean = True
Public UseBottomNavigation As Boolean = True
Public UseBrowserPrint As Boolean = True
End Sub
If CoreFunctionality Then
UsePrismCodeDisplay = False
UseGoogleMaps = False
UseAxios = False
UseQRCode = False
UseQRCodeReader = False
UseBarcodeReader = False
UsePDF = False
UseExcel = False
UseChartKick = False
UseFireBase = False
UseLeafLetMaps = False
UseBlurring = False
UseHTMLEditor = False
UseBeautifulChat = False
UsePouchDB = False
UseEncryption = False
UseKanBan = False
UseAnimeCSS = False
UseLottie = False
UseAnimeJS = False
UseWebCam = False
UseFlowy = False
UseDynamicForms = False
UseTranslate = False
UseImportCSV = False
UseFluidMeter = False
UseGauge = False
UseKMLToGeoJSON = False
UseCompositionAPI = False
UseBarCode = False
UseSignaturePad = False
UseBottomNavigation = False
UseBrowserPrint = False
End If
'ret
'UseImportCSV = True
'UseEncryption = True
'UsePDF = True
'UseExcel = True
'UseAxios = True
'UseBrowserPrint = True
'UseLottie = True