Winston Chang
2abaffafcf
Move imageOutput docs to plotOutput
2015-08-04 12:23:06 -05:00
Yihui Xie
a5e64274a2
Add two aliases of updateTabsetPanel(): updateNavbarPage() and updateNavlistPanel()
...
https://groups.google.com/d/msg/shiny-discuss/8VctqPqeurw/uAQIBvA1CpAJ
2015-07-02 01:37:14 -05:00
Winston Chang
79267d4e12
Move input functions to separate files
2015-06-18 10:47:00 -05:00
Joe Cheng
7f442f4206
Un-deprecate data table functions until DT stabilizes
2015-06-11 23:27:21 -07:00
Winston Chang
37e552cd36
Move sliderInput code into separate file
2015-06-02 15:36:03 -05:00
Yihui Xie
46996eb81c
closes #807 : add messages of deprecation for DataTables in shiny
2015-05-15 18:21:58 -05:00
Joe Cheng
1136ad09ee
Merge pull request #802 from rstudio/interact-ggplot
...
BOOM!!!!
2015-05-01 09:51:51 -07:00
Winston Chang
30d0bfbdf0
Rename selectBrush to brushedPoints
2015-05-01 09:56:24 -05:00
Winston Chang
eae2b40898
Add nearPoints() function
2015-04-29 11:48:33 -05:00
pvictor
b0e17f02b5
Change in sliderInput
...
Add `animate$playButton` and `animate$pauseButton` in `sliderTag` to add possibility to custom button with `animateOptions`
2015-04-29 15:30:25 +02:00
Winston Chang
639e55b537
Rename underBrush to selectBrush
2015-04-25 18:00:11 -04:00
Winston Chang
79188b7d62
Add underBrush() function
2015-04-23 11:53:31 -05:00
Winston Chang
b7fe3ed745
Update to ionRangeSlider 2.0.6. Closes #777
2015-03-27 15:31:37 -05:00
Winston Chang
a1caa41fe9
Simplify conversion of options to HTML properties
2015-03-19 13:55:13 -05:00
Winston Chang
6028263681
Fix some simple issues from pull request feedback
2015-03-18 20:16:06 -05:00
Winston Chang
952556a9d1
Add option to reset brush on new image
2015-03-17 12:40:20 -05:00
Winston Chang
3ac5124e5c
Make sure a double click doesn't trigger click event
2015-03-16 21:27:13 -05:00
Winston Chang
83a472794b
Add double-click event
2015-03-16 19:44:40 -05:00
Winston Chang
af78d62b76
Change click/hover/brush arguments
2015-03-16 16:05:50 -05:00
Winston Chang
1524dc2680
Add x and y brushing
...
This also contains a big refactoring of the brushing code.
2015-03-13 12:49:59 -05:00
Winston Chang
48f03e79e2
Add brushOptions and hoverOptions functions
...
Also clean up help for imageOutput and plotOutput, and add examples.
2015-03-11 15:37:22 -05:00
Winston Chang
76d55144c5
Add clip option for click, hover, and brush
2015-03-10 16:23:27 -05:00
Winston Chang
20ca4f8260
Add debounce and throttle options to brush
2015-03-10 14:16:38 -05:00
Winston Chang
e226e1c045
Add click/hover/brush support to imageOutputs
2015-03-10 10:47:03 -05:00
Winston Chang
8791e70c67
Add visible overlay for brush
2015-03-09 20:13:37 -05:00
Winston Chang
34a4b8f2d2
Add basic brushing support
2015-03-09 16:18:32 -05:00
Yihui Xie
2c02f44b26
upgrade DataTables to 1.10.5
...
need to be able to set $.fn.dataTableExt.errMode = 'none' to fix #561
2015-03-05 21:38:45 -06:00
Winston Chang
e0acdba626
Remove unneeded ID attributes. Fixes #684
...
The checkboxGroup and radioButtons <input> items had an unneeded ID for the
DOM element, which could conflict with other items in the web page.
2015-03-04 15:07:38 -06:00
Winston Chang
f157200a9f
Fix Bootstrap URL
2015-02-10 10:58:31 -06:00
Winston Chang
dd3cc29af1
Merge pull request #728 from rstudio/bugfix/tab-value-with-icon
...
Fix #725 : Tabs with icons give incorrect values
2015-02-05 15:44:02 -06:00
Joe Cheng
72b9a93088
Don't error when tabPanel has value but tabsetPanel doesn't have id
...
Causes problems now that tabPanel always has a value
2015-02-05 13:38:04 -08:00
Winston Chang
35802c12f6
selectInput: add control for size (height)
2015-02-05 15:30:03 -06:00
Winston Chang
9f8f04caec
selectInput: use form-control for multiple and single
2015-02-05 14:51:40 -06:00
Winston Chang
e84012ec38
Update input docs to explain NULL label ( #727 )
2015-02-05 12:40:14 -06:00
Joe Cheng
128df6a2bf
Fix #725 : Tabs with icons give incorrect values
...
When no explicit value argument was present on tabPanel,
the inner text of the HTML anchor was used. This gave
weird results when an icon was used, since it appears in
the anchor.
The fix is to always use the value parameter, defaulting
it to the title.
2015-02-05 10:23:04 -08:00
Winston Chang
7b76951461
navbarPage: Don't include empty row when header=NULL. Fixes #722
2015-02-05 10:18:24 -06:00
Winston Chang
38d87450e6
Fix typo in docs
2015-02-05 10:17:42 -06:00
Winston Chang
b9c6b84ff5
selectInput: use BS 3 styling when multiple && !selectize. Closes #724
2015-02-04 19:45:04 -06:00
Winston Chang
a4d567e44d
Merge pull request #704 from wch/html-replace2
...
htmlOutput: allow custom container function
2015-02-04 13:30:19 -06:00
Winston Chang
c930cce914
Check for unnamed arguments in ...
2015-02-03 15:55:24 -06:00
Winston Chang
4290e2e7b0
Merge pull request #702 from wch/select-width
...
Allow control over selectize width
2015-01-28 11:17:06 -06:00
Winston Chang
4e8632de73
Better documentation of plotOutput height ( #705 )
2015-01-28 11:15:08 -06:00
Winston Chang
9f04517801
htmlOutput: allow custom container function
2015-01-26 16:50:09 -06:00
Winston Chang
9954639096
Allow control over selectize width
...
Previously, you could set the width of a selectInput with a pixel value
like 500px, but it wouldn't respect percent widths like 100%. This
commit makes width control the wrapper container's width, so it will
respect percent values.
2015-01-26 15:35:02 -06:00
Winston Chang
fe5552773d
sliderInput: use width argument ( #675 )
2015-01-23 15:30:20 -06:00
Winston Chang
b7acaf9519
Convert donttest examples; check for interactive() instead
2015-01-22 13:21:23 -06:00
Winston Chang
85bde2b00d
Fix reference to old shiny version number
2015-01-07 22:03:40 -06:00
Winston Chang
b20a15b4ed
Fix label class for non-inline checkbox and radios
2015-01-07 21:06:37 -06:00
Yihui Xie
8d621e87a0
should inherit params from textInput instead of passwordInput
2015-01-06 14:17:57 -06:00
Winston Chang
2655c2511d
Fix docs for slider step size
2015-01-05 11:20:38 -06:00