loginUI: login UI module

Description Usage Arguments Value

View source: R/login.R

Description

Call via loginUI("your_id")

Usage

1
2
3
4
5
6
7
8
loginUI(
  id,
  title = "请登录",
  user_title = "用户名",
  pass_title = "密码",
  login_title = "登录",
  error_message = "用户名或密码错误"
)

Arguments

id

Shiny id

title

header title for the login panel

user_title

label for the user name text input

pass_title

label for the password text input

login_title

label for the login button

error_message

error messsage when failed.

Value

Shiny UI


shizidushu/shinycomp documentation built on Sept. 15, 2020, 11:30 a.m.