UploadSettingsUI: UploadSettingsUI

Description Usage Arguments Details Value See Also

View source: R/UploadSettings.R

Description

UploadSettings module provides UI input elements and server logic for defining, saving and retrieving upload settings, and for uploading a csv table with transactions.

Usage

1
UploadSettingsUI(id, helps = NULL)

Arguments

id

chr identifier used in shiny session

helps

NULL or list with named strings as elements for help texts used in UI elements. Names correspond to elements where texts can be changed: mainDescr, btnSave_modal, btnSave_pop, uploadSettings_pop, div_upload_pop

Details

The UI consists of a row for settings selection and table upload, some paragrpah with information, and a row for adjusting settings. All input elements have help texts (bsPopover). Most elements are rendered in the server part though.

In the first row saved settings can be chosen by name in a selectize input or a new setting name can be entered. A button next to it saves these settings (a modal will indicate success). There is a upload button or uploading csv or txt tables.

In the second row, a lot of settings for reading and interpreting the table are located. These are numeric, select, selectize, and checkbox inputs. They cover:

Some basic css styles are defined within this module. Classes are always prefixed with the id. Best look into the source code of this function to see all the classes defined in the beginning.

Value

chr html code of UI

See Also

Other application functions: EnteringModalUI, EnteringModal, UploadSettings, abacusApp


mRcSchwering/abacus documentation built on May 21, 2019, 9:18 a.m.