inst/ModelBuild/uiHelp.R

## ###################
## Save tab
## ###################
fluidRow(
    column(
        12,
        fluidRow(
            column(
                12,
                navlistPanel(
                    tabPanel("Import Data",id="helpImport",
                             includeHTML('./www/helpImportData.html')),
                    tabPanel("Combine Data",id="helpCombine",
                             includeHTML('./www/helpCombineData.html')),
                    tabPanel("Select Data",id="helpSelect",
                             includeHTML('./www/helpSelectData.html')),
                    tabPanel("Estimate Model",id="helpEstimate",
                             includeHTML('./www/helpEstimateModel.html')),
                    tabPanel("Data Assimilation",id="helpDA",
                             includeHTML('./www/helpDataAssimilation.html')),
                    tabPanel("Save",id="helpSave",
                             includeHTML('./www/helpSave.html')),
                    id="help"
                    )
                )
            )
        )
    )
            
waternumbers/FloodForT documentation built on Nov. 5, 2019, 12:07 p.m.