# NOT RUN {
# use it in place of shiny::actionButton
# the possible sytles are "primary", "info", "success", "warning", "danger", "inverse", "link", ""
yourStyle = "info"
actionButton("inputId", "label", styleclass = yourStyle)
# simply use this in place of a actionButtion
# change the event to "hover" "mousedown" etc
# see full list https://api.jquery.com/category/events/mouse-events/
eventsButton("inputId", "label", events = c("dblclick"))
# }
Run the code above in your browser using DataLab