JJ Allaire
06c392c066
remove panelWithSidebar (this scenario will be handled by more composable top-level pages)
2013-12-08 09:10:28 -05:00
JJ Allaire
3d67b3bc17
Merge branch 'feature/remove-tab-condition' into feature/layout-cleanup
2013-12-08 09:06:47 -05:00
JJ Allaire
6cefab5d8a
Merge branch 'feature/navbar-header-footer' into feature/layout-cleanup
2013-12-08 09:06:35 -05:00
JJ Allaire
cc261de37b
remove condition attribute from tabPanel
...
the tab content visibility needs to be the union of data-display-if and whether the tab is active (the currenty implementation makes it always visible when data-display-if evaluates to true)
2013-12-07 17:16:02 -05:00
JJ Allaire
20712641a7
re-roxygenize for tabsetPanel position argument
2013-12-07 17:09:53 -05:00
JJ Allaire
e4d0b16fd5
add header and footer arguments to navbarPage
2013-12-07 17:09:26 -05:00
JJ Allaire
f8c25791e9
Merge pull request #318 from rstudio/feature/tabs-position
...
Add position parameter to tabsetPanel
2013-12-06 12:31:50 -08:00
Joe Cheng
3bd1003164
Merge pull request #316 from rstudio/feature/conditional-tabs
...
conditional expression to determine visibility of tabPanel
2013-12-06 11:21:58 -08:00
Joe Cheng
6252d778c1
Merge pull request #317 from rstudio/feature/head-param
...
add optional head parameter to top-level page functions
2013-12-06 10:58:26 -08:00
Joe Cheng
942248b9e6
Merge pull request #315 from rstudio/feature/navbar-page
...
navbarPage and panelWithSidebar
2013-12-06 10:51:07 -08:00
Winston Chang
4793449105
Add example for actionButton
2013-12-06 12:13:31 -06:00
Winston Chang
bf2c80cfcf
Improvements to invalidateLater docs
2013-12-06 12:09:23 -06:00
JJ Allaire
06b0685a57
change name of position parameter to tabsPosition
2013-12-06 11:33:49 -06:00
JJ Allaire
231ea25968
Add position paramter to tabsetPanel to enable positioning of tabs above, below, left, or right of tab content
2013-12-06 10:34:04 -06:00
JJ Allaire
d0769eed97
add optional head parameter to top-level page functions
2013-12-06 08:56:20 -06:00
JJ Allaire
b1fcd1f7c8
conditional expression to determine visibility of tabPanel
2013-12-06 08:12:26 -06:00
JJ Allaire
db1259b3e0
docs for collapsable and re-roxygenize
2013-12-05 10:31:03 -06:00
JJ Allaire
9fb4c4140b
navbarPage and panelWithSidebar
2013-12-05 07:09:46 -05:00
JJ Allaire
0306877fb9
re-roxygenize for host parameter
2013-12-04 13:07:06 -05:00
trestletech
a4e8907c95
Merged rstudio/master into branch.
2013-12-03 15:15:14 -06:00
trestletech
0088e9ae77
Preface shiny input classes with shiny. Refine tests to use S3 dispatch.
2013-11-30 15:19:21 -06:00
trestletech
4e37b32976
Enumerate function variables, setup Roxygen to pass R CMD CHECK, added tests.
2013-11-19 20:46:51 -06:00
Winston Chang
004776a522
Fix dateinput docs for pt-BR language
2013-11-19 11:19:12 -06:00
Winston Chang
a9b97a85ad
Add quiet option to runApp
2013-11-07 11:26:27 -06:00
Yihui Xie
a4c1a6187f
roxygenize and sync doc
2013-10-22 12:33:07 -05:00
Yihui Xie
245072f7a2
make sure colnames is an array, even when there is only one column in the data
2013-10-22 02:07:06 -05:00
Yihui Xie
7eb90c5718
roxygenize
2013-10-22 02:07:06 -05:00
Yihui Xie
8d07ab6527
roxygenize
2013-10-22 02:07:06 -05:00
trestletech
c0cd269322
Revert "Customize dispatch for NULL objects."
...
This reverts commit f4ada70e56 .
2013-10-21 20:43:02 -05:00
trestletech
f4ada70e56
Customize dispatch for NULL objects.
...
Don't provide class for input objects based on `type` field. Provide real NULLs to dispatched functions rather than empty lists.
2013-10-18 17:27:28 -05:00
trestletech
97e658709d
Added S3-dispatched input parsers.
2013-10-18 17:20:24 -05:00
Joe Cheng
ec2992cd2d
Merge pull request #264 from rstudio/feature/debug-hooks
...
Export installExprFunction and add supporting documentation
2013-10-17 09:44:03 -07:00
Winston Chang
0caf944668
Fix typo
2013-10-09 16:04:14 -05:00
Yihui Xie
e061dfd808
roxygenize
2013-10-08 23:42:19 -05:00
Jonathan McPherson
d10cbc9984
export and add docs for installExprFunction
2013-10-08 10:36:31 -07:00
Yihui Xie
2beb24147d
roxygenize
2013-10-06 17:47:09 -05:00
crtahlin
268f1e8472
Typo fix.
2013-09-14 22:54:20 +02:00
crtahlin
b9f72d0e78
Fixed typo.
2013-09-05 16:35:04 +02:00
Joe Cheng
bc72b8fd1c
Merge pull request #214 from hadley/doc-tweaks
...
Doc tweaks
2013-08-27 16:50:00 -07:00
Joe Cheng
86e291f250
Add docs for showReactLog. Un-export writeReactLog.
2013-08-23 13:11:04 -07:00
Winston Chang
40cc5d5242
Doc fixes for R CMD check
2013-08-23 12:07:34 -05:00
Winston Chang
58706df120
Update sliderInput docs
2013-08-23 10:16:05 -05:00
hadley
ed8537bb0b
Redue duplication in docs betwee date/dateRange
2013-08-14 13:37:14 -05:00
hadley
6a9ae10fcf
Add cross-references between input types
2013-08-14 13:33:44 -05:00
hadley
05358904bf
Re-document
2013-08-14 13:31:16 -05:00
hadley
a5db7d0246
Class output of reactive.
...
Also add print method and test
2013-07-27 11:06:35 -05:00
Joe Cheng
c3895c9bd7
Configurable hover delay type (debounce/throttle)
2013-07-05 17:29:57 -07:00
Joe Cheng
aaa4f66671
Merge pull request #183 from jcheng5/plot-mouse-events
...
Click and hover on static plots. Also, fix retina compatibility and make hover delay configurable
2013-07-04 23:43:54 -07:00
Joe Cheng
6b2ca7dc80
Merge pull request #182 from jcheng5/reactive-poll
...
Implement reactivePoll and reactiveFileReader
2013-07-04 23:31:16 -07:00
Joe Cheng
64a62d7aed
Add doc for workerId param
2013-06-28 13:55:45 -07:00