uiGen3: ui界面生成器

View source: R/uiGen.R

uiGen3R Documentation

ui界面生成器

Description

ui界面生成器

Usage

uiGen3(
  tabTitle = "物料编码生成器",
  colTitles = c("操作区域", "报表区域", "结果区域"),
  widthRates = c(6, 6, 12),
  func_left,
  func_right,
  func_bottom
)

Arguments

tabTitle

页面标题

colTitles

分栏标题

widthRates

两栏左右比

func_left

左边函数

func_right

右边函数

Value

返回数据

Examples

uiGen3()

takewiki/tsui documentation built on July 5, 2023, 10:59 p.m.