R/contextMenu.R

#'@export
smContextMenu <- function(menuId, target, ...) {
 
  dd <- tags$div(id = menuId, class = "dropdown sm-context-menu", 
                 "data-target" = target, tags$ul(class = "dropdown-menu", ...))
  
}
ebailey78/shinyMenus documentation built on May 15, 2019, 7:30 p.m.