Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-Tang committed Jul 1, 2018
1 parent b7af505 commit e6235c4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions R/effects.R
Expand Up @@ -132,11 +132,11 @@ get_jqui_effects <- function() {

#' Class effects.
#'
#' Menipulate specified class(es) to matched elements while animating all style
#' Manipulate specified class(es) to matched elements while animating all style
#' changes.
#' * `jqui_add_class()`: Add class(es).
#' * `jqui_remove_class()`: Remove class(es).
#' * `jqui_switch_class()`: Switch cless(es).
#' * `jqui_switch_class()`: Switch class(es).
#'
#' These functions are the R wrappers of
#' [addClass()](http://api.jqueryui.com/addClass/),
Expand Down
8 changes: 4 additions & 4 deletions R/interactions.R
Expand Up @@ -80,23 +80,23 @@ jqui_interaction.shiny.tag.list <- function(ui, interaction,
#' * `save`: Attach the interaction if not and save the current interaction state.
#' * `load`: If interaction attached, restore the target(s) to the last saved interaction state.
#'
#' With mouse interactions attached, the cosrresponding interaction states, e.g.
#' With mouse interactions attached, the corresponding interaction states, e.g.
#' `position` of draggable, `size` of resizable, `selected` of selectable and
#' `order` of sortable, will be send to server in the form of
#' `input$<id>_<state>`. The default values can be overriden by setting the
#' `input$<id>_<state>`. The default values can be overridden by setting the
#' `shiny` option in the `options` parameter. Please see the vignette
#' `Introduction to shinyjqui` for more details.
#'
#' The functions `jqui_draggabled()`, `jqui_droppabled()`, `jqui_resizabled()`,
#' `jqui_selectabled()` and `jqui_sortabled()` are deprecated. Please use the
#' corresponding `-able()` functions instead.
#'
#' @param ui The target ui element(s) to be menipulated. Can be
#' @param ui The target ui element(s) to be manipulated. Can be
#' * A `shiny.tag` or `shiny.tag.list` object
#' * A string of [jQuery_selector](https://api.jquery.com/category/selectors/)
#' * A [JS()][htmlwidgets::JS()] wrapped javascript expression that returns a
#' [jQuery object](http://api.jquery.com/Types/#jQuery).
#' @param operation A string to determine how to menipulate the mosue interaction.
#' @param operation A string to determine how to manipulate the mouse interaction.
#' Should be one of `enable`, `disable`, `destroy`, `save` and `load`. Ignored
#' when `ui` is a `shiny.tag` or `shiny.tag.list` object. See Details.
#' @param options A list of
Expand Down
2 changes: 1 addition & 1 deletion R/selectableTableOutput.R
Expand Up @@ -7,7 +7,7 @@
#' Use mouse click to select single target, lasso (mouse dragging) to select
#' multiple targets, and Ctrl + click to add or remove selection. In `row`
#' selection mode, `input$<outputId>_selected` will receive the selected row
#' index in the form of numberic vector. In `cell` selection mode,
#' index in the form of numeric vector. In `cell` selection mode,
#' `input$<outputId>_selected` will receive a dataframe with `rows` and
#' `columns` index of each selected cells.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/Class_effects.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/Interactions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/selectableTableOutput.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6235c4

Please sign in to comment.