Winston Chang
6c5f0c5379
Pull out bootstrapLib into separate function
2016-01-05 14:57:53 -06:00
Joe Cheng
6c2fea7926
Rename flexRow/flexCol to fillRow/fillCol, other tweaks
...
I decided against the name flexRow/flexCol as the "flex" prefix
is too general for these implementations, which are mostly just
useful for filling the space with the children. Flex box has a
lot more features than that, such as centering, wrapping,
justifying, etc., but I don't currently know how to design an
API that presents the full power of flex box without also
presenting the full complexity of it as well.
This commit also includes some tweaks to the impl of flexfill
to fix the behavior of children with 100% size along the main
axis, and also introduces support for NA flex values, which
sizes the flex item according to its contents.
2015-12-23 17:31:10 -08:00
Joe Cheng
e08fd47b0e
Add fillPage, flexRow, flexCol
2015-12-23 17:31:05 -08:00
Joe Cheng
e867dcfdb1
Upgrade Font Awesome to 4.5.0
2015-12-23 11:03:33 -08:00
Joe Cheng
6d7a562b7a
Fix staticdocs
...
Without this fix, current version of staticdocs won't pull plotOutput
into the index page.
2015-12-21 11:57:01 -08:00
Joe Cheng
e32de7b940
Update bootstrap htmlDependency version
2015-11-05 07:38:00 -08: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
Yihui Xie
29c545d2e3
Bump fontawesome version after #932
2015-09-04 20:53:54 -05:00
Winston Chang
2abaffafcf
Move imageOutput docs to plotOutput
2015-08-04 12:23:06 -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
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
Yihui Xie
46996eb81c
closes #807 : add messages of deprecation for DataTables in shiny
2015-05-15 18:21:58 -05:00
Joe Cheng
1136ad09ee
Merge pull request #802 from rstudio/interact-ggplot
...
BOOM!!!!
2015-05-01 09:51:51 -07:00
Winston Chang
30d0bfbdf0
Rename selectBrush to brushedPoints
2015-05-01 09:56:24 -05:00
Winston Chang
eae2b40898
Add nearPoints() function
2015-04-29 11:48:33 -05:00
pvictor
b0e17f02b5
Change in sliderInput
...
Add `animate$playButton` and `animate$pauseButton` in `sliderTag` to add possibility to custom button with `animateOptions`
2015-04-29 15:30:25 +02: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
b7fe3ed745
Update to ionRangeSlider 2.0.6. Closes #777
2015-03-27 15:31:37 -05:00
Winston Chang
a1caa41fe9
Simplify conversion of options to HTML properties
2015-03-19 13:55:13 -05:00
Winston Chang
6028263681
Fix some simple issues from pull request feedback
2015-03-18 20:16:06 -05:00
Winston Chang
952556a9d1
Add option to reset brush on new image
2015-03-17 12:40:20 -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
1524dc2680
Add x and y brushing
...
This also contains a big refactoring of the brushing code.
2015-03-13 12:49:59 -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
76d55144c5
Add clip option for click, hover, and brush
2015-03-10 16:23:27 -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
8791e70c67
Add visible overlay for brush
2015-03-09 20:13:37 -05:00
Winston Chang
34a4b8f2d2
Add basic brushing support
2015-03-09 16:18:32 -05:00
Yihui Xie
2c02f44b26
upgrade DataTables to 1.10.5
...
need to be able to set $.fn.dataTableExt.errMode = 'none' to fix #561
2015-03-05 21:38:45 -06:00
Winston Chang
e0acdba626
Remove unneeded ID attributes. Fixes #684
...
The checkboxGroup and radioButtons <input> items had an unneeded ID for the
DOM element, which could conflict with other items in the web page.
2015-03-04 15:07:38 -06:00
Winston Chang
f157200a9f
Fix Bootstrap URL
2015-02-10 10:58:31 -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
Joe Cheng
72b9a93088
Don't error when tabPanel has value but tabsetPanel doesn't have id
...
Causes problems now that tabPanel always has a value
2015-02-05 13:38:04 -08:00
Winston Chang
35802c12f6
selectInput: add control for size (height)
2015-02-05 15:30:03 -06:00
Winston Chang
9f8f04caec
selectInput: use form-control for multiple and single
2015-02-05 14:51:40 -06:00
Winston Chang
e84012ec38
Update input docs to explain NULL label ( #727 )
2015-02-05 12:40:14 -06:00
Joe Cheng
128df6a2bf
Fix #725 : Tabs with icons give incorrect values
...
When no explicit value argument was present on tabPanel,
the inner text of the HTML anchor was used. This gave
weird results when an icon was used, since it appears in
the anchor.
The fix is to always use the value parameter, defaulting
it to the title.
2015-02-05 10:23:04 -08:00
Winston Chang
7b76951461
navbarPage: Don't include empty row when header=NULL. Fixes #722
2015-02-05 10:18:24 -06:00
Winston Chang
38d87450e6
Fix typo in docs
2015-02-05 10:17:42 -06:00
Winston Chang
b9c6b84ff5
selectInput: use BS 3 styling when multiple && !selectize. Closes #724
2015-02-04 19:45:04 -06:00
Winston Chang
a4d567e44d
Merge pull request #704 from wch/html-replace2
...
htmlOutput: allow custom container function
2015-02-04 13:30:19 -06:00
Winston Chang
c930cce914
Check for unnamed arguments in ...
2015-02-03 15:55:24 -06:00
Winston Chang
4290e2e7b0
Merge pull request #702 from wch/select-width
...
Allow control over selectize width
2015-01-28 11:17:06 -06:00