Joe Cheng
cddf5cf70f
Doc tweaks
2015-07-21 10:15:04 -07:00
Joe Cheng
3e9e6a1389
Merge pull request #885 from rstudio/slider-improvements
...
Slider improvements
2015-07-16 10:21:25 -07:00
Winston Chang
4cd5357241
Set dragRange=TRUE as the default
2015-07-02 20:25:42 -05:00
Winston Chang
0e3938da79
Add timezone support
2015-07-02 16:50:43 -05:00
Winston Chang
ec9bfc4731
sliderInput: add timeFormat argument
2015-07-02 16:50:43 -05:00
Winston Chang
da3f2367d7
Add range dragging functionality
2015-07-02 16:50:43 -05:00
Winston Chang
17cdeec34b
Add Date and POSIXt support to sliders
2015-07-02 16:50:43 -05:00
Winston Chang
3446afd087
Move input handlers to separate file
2015-07-02 16:50:43 -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
a57e037b05
Fix docs for submitButton
2015-06-26 16:40:32 -05:00
Winston Chang
7c20e865a5
Add width option to input functions. Closes #834 , closes #589
2015-06-18 13:12:49 -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
Winston Chang
fdacb4fe7d
Add shiny.minified option for minified JavaScript. Closes #826
2015-06-01 20:58:10 -05:00
Yihui Xie
46996eb81c
closes #807 : add messages of deprecation for DataTables in shiny
2015-05-15 18:21:58 -05:00
Winston Chang
d252feddc9
Change nullOutside default to TRUE
2015-05-13 11:16:48 -05:00
Winston Chang
2ce45eab06
Hovering: add option to send NULL when mouse is outside
2015-05-13 11:08:16 -05:00
Winston Chang
79e4007732
Add option to return all selected rows for mouse interactions
2015-05-11 15:56:34 -05:00
Winston Chang
742ce6673c
Re-document with roxygen2 4.1.1
2015-05-11 15:55:51 -05:00
Winston Chang
a2841f7cf2
Allow selectBrush to operate in just x or y direction
2015-05-01 11:28:43 -05:00
Winston Chang
30d0bfbdf0
Rename selectBrush to brushedPoints
2015-05-01 09:56:24 -05:00
Winston Chang
42f2ae16ec
Document missing argument
2015-04-29 13:19:46 -05:00
Winston Chang
eae2b40898
Add nearPoints() function
2015-04-29 11:48:33 -05:00
Winston Chang
3f3c131737
Automatically find var names for brush selection
2015-04-27 17:04:07 -05: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
57f33109b2
Change default brush color to blue
2015-04-20 15:06:00 -05:00
Winston Chang
a9a6e96a6a
Move renderPlot into separate file
2015-04-16 23:40:04 -05:00
Winston Chang
02caf05aaf
Fix formatting in flowLayout documentation
2015-04-14 11:04:50 -05:00
Winston Chang
6028263681
Fix some simple issues from pull request feedback
2015-03-18 20:16:06 -05:00
Winston Chang
30f9291496
Update documentation
2015-03-17 13:08:05 -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
fac1750b63
Document direction argument for brushOptions
2015-03-13 16:09:52 -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
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
23da559d26
Add shiny.port option
2015-03-04 20:15:43 -06:00
Winston Chang
8b3ca12658
Mention app.R in runApp help
2015-03-04 20:11:16 -06:00
Winston Chang
21eea27c4a
Remove duplicated 'destdir' documentation
2015-02-27 14:53:50 -06:00
Winston Chang
defedda891
Switch from RJSONIO to jsonlite (again)
2015-02-23 16:41:36 -06:00
Winston Chang
bb2c8e5fd2
Clean up observeEvent and eventReactive examples
2015-02-23 15:57:27 -06:00
Winston Chang
7410bb9e9a
Re-document
2015-02-23 15:57:06 -06:00
Yihui Xie
61b83c3e34
replace `` with \code{} in Rd
2015-02-11 18:12:14 +08:00
Winston Chang
f157200a9f
Fix Bootstrap URL
2015-02-10 10:58:31 -06:00
Winston Chang
f70fcddaad
Clarify docs for shinyServer and shinyUI
2015-02-10 10:46:51 -06:00
Winston Chang
040ae293fb
Revert switch to jsonlite
...
This reverts commits deffc90 , ab4dc64 , and 0755579 , returning to RJSONIO.
The purpose of this is to prepare for a maintenance release for 0.11
without the switch to jsonlite, to reduce the risk of new bugs.
2015-02-06 10:53:54 -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