Yihui Xie
2594664330
use the nicer bootstrap style
2013-10-22 02:07:05 -05:00
Yihui Xie
f9ed075db6
write a datatable output binding; the column names and action url are passed from renderDataTable() to the output binding
2013-10-22 02:07:05 -05:00
Yihui Xie
14269bd4d9
document renderDataTable() and dataTableOutput()
2013-10-22 02:07:05 -05:00
Yihui Xie
8ac71165e9
add dataTableOutput() and renderDataTable() for the DataTables library
...
not yet done, but at least paging is working now
2013-10-22 02:07:05 -05:00
Winston Chang
0caf944668
Fix typo
2013-10-09 16:04:14 -05:00
Joe Cheng
bc72b8fd1c
Merge pull request #214 from hadley/doc-tweaks
...
Doc tweaks
2013-08-27 16:50:00 -07:00
Winston Chang
40cc5d5242
Doc fixes for R CMD check
2013-08-23 12:07:34 -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 wickham
1a6901c3e3
Document range slider
2013-08-14 13:25:42 -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
Winston Chang
d403ec7399
Make hover delay configurable
2013-06-24 16:39:04 -05:00
Joe Cheng
b713057614
Implement click and hover events on static plots
...
plotOutput now takes clickId and hoverId params that tell Shiny
where to send click and hover events for that plot. The server.R
file can listen on input$<clickId> and/or input$<hoverId>. In
both cases, the resulting value will have numeric x and y elements
that indicate the mouse position in user coordinates. In the case
of hover events, it's also possible to have a NULL value which
means the mouse is not currently hovering over the plot.
2013-06-21 16:58:43 -07:00
Winston Chang
c16ef96754
Don't use named list items for selectInput and radioButtons
...
The names aren't used anyway, and this matches previous behavior (Shiny 0.6.0)
2013-06-18 23:53:30 -05:00
Winston Chang
e728491aa2
Refactor checkboxGroupInput
2013-06-18 23:52:41 -05:00
Winston Chang
c6405f70d3
Add tagSetChildren() and tagAppendChildren()
2013-06-18 20:12:04 -05:00
Winston Chang
e8021acccd
Speed up radioButtons when there are many choices
2013-06-17 23:49:50 -05:00
Winston Chang
39b0da2a3f
Speed up selectInput when there are many choices
2013-06-17 23:44:13 -05:00
Joe Cheng
4f017e9173
Remove annoying title="foo" tooltip on all tabset tabs
2013-06-11 09:19:49 -07:00
trestletech
76b3d314a8
Exported validateCSSUnit function.
2013-06-05 15:15:54 -05:00
Joe Cheng
bc5e3524eb
Export basicPage
2013-05-23 11:56:55 -07:00
Joe Cheng
479297fc35
Add basicPage function; like bootstrapPage with padding
2013-05-23 11:23:28 -07:00
Winston Chang
ed680baaac
selectInput: correctly handle choices with duplicate names. Fixes #157
2013-05-08 18:32:05 -05:00
Winston Chang
ec6bec3326
Fix selected items in checkboxGroupInput
2013-05-01 01:12:03 -04:00
Winston Chang
96c7df5afa
Documentation fixes
2013-04-24 12:27:35 -05: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
b6795e5c63
Move actionbutton into Shiny proper
2013-04-18 15:11:13 -05:00
Winston Chang
6715dc2a5d
Merge pull request #139 from wch/set-input
...
Add ability to set inputs from server
2013-04-17 14:58:14 -07:00
Winston Chang
b5f34b30d3
Add documentation for input updater functions
2013-04-10 12:13:53 -05:00
Winston Chang
2897059503
Allow setting labels for all input objects
2013-04-08 18:09:40 -05:00
Winston Chang
d491f9df5a
updateCheckboxGroupInput: clean up and allow setting labels
2013-04-08 17:01:00 -05:00
Winston Chang
bc40318e40
Wrap slider in div so that it can be manipulated more easily
2013-04-08 16:01:31 -05:00
Winston Chang
21f3b1cf34
Add checkboxGroupInputBinding
2013-04-05 21:57:45 -05:00
Winston Chang
f7b384e9b6
Add radioInputBinding
2013-04-05 21:57:45 -05:00
Winston Chang
bae517c9f8
Align checkboxes with labels
2013-04-05 21:57:45 -05:00
Joe Cheng
c6a344d0d9
Add selected argument to tabsetPanel
2013-03-29 23:14:01 -07:00
Winston Chang
d511b82264
Add imageOutput function
2013-03-15 16:44:18 -05:00
Joe Cheng
85ca3a3b27
Update upload docs
2013-03-01 15:54:19 -08:00
Joe Cheng
716fd8c0b9
File upload improvements
...
- Add "shiny.maxRequestSize" option
- Show upload progress
2013-02-28 21:06:06 -08:00
Winston Chang
e406a76b62
Update documentation for renderXX
2013-02-14 11:48:01 -06:00
Winston Chang
e26f175a8f
Change reactiveXX to renderXX
2013-02-13 12:11:39 -06:00
Winston Chang
aa7c913e9a
Escape percent sign in documentation
2013-01-23 09:42:08 -06:00
Winston Chang
5ace0f13c9
Move validateCssUnit to separate function
2013-01-23 00:02:16 -06:00
Winston Chang
6c72096bfe
Better CSS unit validation
2013-01-22 19:18:18 -06:00
Winston Chang
1f34ffa85d
plotOutput: check that height has proper format
2013-01-18 19:16:50 -06:00
Joe Cheng
22fc1e3f0b
Add param docs
2012-11-20 18:08:59 -08:00
Joe Cheng
ae9bd868f1
Implement arbitrary file downloads
2012-11-20 17:42:34 -08:00
Joe Cheng
068f3e0a43
Merge pull request #32 from edwindj/master
...
small bug: checkboxInputGroup sets html attribute "selected" in stead of "checked"
2012-11-15 23:30:28 -08:00
Joe Cheng
95635a8c47
Issue #37 : headerPanel HTML argument shows up in title
2012-11-13 01:52:33 -08:00