Joe Cheng
a767a61f43
Don't require session to be explicitly passed to invalidateLater
...
These functions were created before getDefaultReactiveDomain()
existed, so the only way to get ahold of the current session was
if the caller explicitly passed it.
This is slightly backwards incompatible, in that existing calls
to invalidateLater() that don't pass a session argument will
behave slightly differently (bound to the current session instead
of to no session), but those calls would have triggered a warning
for all but the very earliest versions of Shiny.
2015-11-02 14:19:29 -08:00
Joe Cheng
ce9e95f256
Fix parseQueryString example (thanks Chris Beeley)
2015-10-29 16:15:47 -07:00
Joe Cheng
f1de132a2a
Merge pull request #988 from rstudio/joe/feature/namespaces
...
Shiny modules
2015-10-28 15:22:57 -07:00
Joe Cheng
303fce5f15
Merge pull request #983 from wch/clear-checkbox
...
updateCheckboxGroup: allow clearing all choices. Fixes #981
2015-10-27 15:00:20 -07:00
Winston Chang
c36a22ad5e
Add information about clearing choices
2015-10-23 16:04:17 -05:00
Joe Cheng
86c67de8ff
Add session$ns(); some light refactoring; add tests; fix staticdocs
2015-10-20 23:49:24 -07:00
Joe Cheng
dac7eb5997
Simplify modules, by removing moduleUI and path arguments
2015-10-20 15:12:11 -07:00
Jonathan McPherson
85e2e00bc4
let runApp accept single .R file parameters
2015-10-16 09:22:44 -07:00
Joe Cheng
534bc9c6e2
Pass tests
2015-10-05 15:15:54 -04:00
Joe Cheng
bb09885237
Add callModule/moduleUI functions; scope sendInputMessage
2015-10-05 14:56:01 -04:00
Joe Cheng
3ff6aaa6db
Add namespacing functionality
...
- Need to carefully review ShinySession, think about
each and every public method and whether it should
be passthrough or do something different for a
namespaced session.
- It would be nice if we do the namespace splitting
at the server.R level and actually have numerous
reactivevalues objects for inputs, one for each
namespace. This will make the reactive hooks for
names() and reactiveValuesToList() correct, as
right now they will oversubscribe if you're in a
namespaced session. Also it would prevent outer
sessions from seeing the values of their child
namespaces. (Though is that good or bad...?)
2015-10-02 12:51:18 -07:00
Joe Cheng
6c6775376e
Add placeholder parameter to textInput
2015-09-23 18:28:08 -07:00
Joe Cheng
129714b044
Allow shared brush IDs
2015-09-09 12:12:47 -07:00
Winston Chang
d9d9e0b33f
Add info about printing ggplot objects
2015-09-08 15:07:40 -05:00
Winston Chang
241a482236
Add explicit namespace to non-base functions
2015-08-04 12:30:41 -05:00
Winston Chang
2abaffafcf
Move imageOutput docs to plotOutput
2015-08-04 12:23:06 -05:00
Yihui Xie
5ec6ffb30a
Merge pull request #905 from rstudio/joe/doc-tweaks
...
Doc tweaks (fixes #898 )
2015-07-21 12:51:28 -05:00
Winston Chang
926e508b8d
Fix updateSliderInput example code
2015-07-21 12:31:31 -05:00
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