Skip to contents

Open/Close a bs4Card with ID

Usage

js_bs4Card_action(id, action = "toggle")

Arguments

id

chr ID of the bs4Card

action

chr One of:

  • toggle Toggle Open/Closed

  • open If closed, open, otherwise do nothing

  • close If open, close, otherwise do nothing

Value

None