Joe Cheng
f7d7ccfd2c
Fix unqualified links to other packages
...
R-devel warns on this now, causes Travis to fail
2016-12-15 10:35:46 -08:00
Barbara Borges Ribeiro
3121d2c23e
mention support for the optgroup tag in the documention for selectInput (specifically in the choices arg). Added example app too.
2016-11-22 11:28:35 -06:00
Winston Chang
1d453b694d
Add documentation about using selected=character(0). Closes #1182
2016-08-12 14:22:54 -05:00
Winston Chang
bc7d701298
Make examples runnable with shinyApp()
2016-04-05 20:53:59 -05:00
Winston Chang
5d6d75b4f3
Remove shinyUI() and shinyServer() from examples
2016-04-05 15:23:23 -05:00
Barbara Borges Ribeiro
0e5a3cc5aa
throw error instead of warning in validateIcon(); updated documentation
2016-03-18 15:32:06 +00:00
Barbara Borges Ribeiro
470b82fd64
compiled documentation
2016-03-17 21:20:42 +00:00
Winston Chang
97afb52904
Re-document with Roxygen2 5.0.1
2015-12-02 15:43:25 -06:00
Winston Chang
c36a22ad5e
Add information about clearing choices
2015-10-23 16:04:17 -05:00
Winston Chang
742ce6673c
Re-document with roxygen2 4.1.1
2015-05-11 15:55:51 -05:00
Winston Chang
278851224d
Re-document with roxygen2 4.1.0
2015-01-12 12:02:24 -06:00
Winston Chang
32449b3c55
Re-document with roxygen2 4.0.2
2014-09-16 13:55:16 -05:00
Yihui Xie
413653858e
inherit doc for updateFooInput() from fooInput()
2014-07-11 14:03:47 -05:00
Joe Cheng
dde266768c
Restore HTML generating functions
...
These functions were temporarily ripped out of Shiny and moved
to the htmltools package. We've discovered that it's safe to
keep including them in shiny; as long as the functions in shiny
and the functions in htmltools are identical, the user won't
receive a conflict warning.
2014-05-31 08:06:03 -07:00
Yihui Xie
62aaab0926
closes #422 : update the selectize options via updateSelectizeInput(options)
2014-04-14 22:34:48 -05:00
Yihui Xie
d9be6f1d2e
implementing the server-side selectize input
...
also added a new method shinysession$registerDataObj(), which was designed to be a general data retrieval method: we can store arbitrary data objects as "downloads", and return arbitrary http response based on the filter function; see renderDataTable() and updateSelectizeInput() for two examples
2014-04-13 00:02:08 -05:00
Yihui Xie
194d8a05f8
using the latest master of klutometis/roxygen (d823c3a088b20ea5e38a60d78d42ccbe9f1e1eec)
...
Rd text for arguments is no longer wrapped by default
2014-03-24 23:46:46 -05:00
Yihui Xie
c4edae8196
using roxygen2 4.0.0: the spurious changes are due to klutometis/roxygen#184 (text in Rd is no longer wrapped by default)
2014-02-11 22:59:37 -06:00
Joe Cheng
9828c8b787
Minor doc tweaks
...
- Combine sliderInput and animationOptions topics
- Provide better staticdoc index descriptions
Sorry for the big diff, that's due to using a newer version of roxygen.
2014-02-05 13:23:57 -08:00
Yihui Xie
bcecb8cd76
roxygenize
2013-12-31 16:48:17 -06:00
Winston Chang
0c19105fbf
Add dateInput and dateRangeInput
...
Also:
* add initialize() method for input bindings
* cleanups for JShint
2013-04-24 12:18:20 -05:00
Winston Chang
b5f34b30d3
Add documentation for input updater functions
2013-04-10 12:13:53 -05:00