Joe Cheng
2a229774ef
Merge pull request #463 from jcheng5/bugfix/faster-select
...
Massively faster selectInput
2014-05-02 17:31:38 -07:00
Joe Cheng
7920d66cd0
Separate option tags with newline
2014-05-02 17:26:27 -07:00
Joe Cheng
50f78c6e40
Make tabsetPanel result visible
...
Without this, they don't show up in knitr documents
2014-05-01 14:31:25 -07:00
Joe Cheng
7e7afc6d38
Massively faster selectInput
2014-05-01 14:16:27 -07:00
Joe Cheng
e395ae6555
Merge branch 'html-deps'
...
Code reviewed by @jmcphers
Conflicts:
DESCRIPTION
R/bootstrap.R
R/reactives.R
2014-04-24 16:37:46 -07:00
Joe Cheng
59dbca250f
Fix roxygen
2014-04-21 16:50:06 -07:00
Joe Cheng
b9dbf610b0
Fix bootstrap themes
2014-04-21 13:16:34 -07:00
Joe Cheng
d443810520
Use html_dependency for date inputs, datatables
2014-04-21 12:35:12 -07:00
Joe Cheng
6945091238
First attempt at HTML dependency management
2014-04-18 15:18:51 -07:00
Joe Cheng
45669cacb1
Merge pull request #434 from jcheng5/private-random
...
Refactor private random seed code
2014-04-15 15:24:41 -07:00
Yihui Xie
87b09a534e
Merge pull request #435 from jcheng5/null-input-labels
...
Allow NULL input labels; add actionLink
2014-04-14 22:59:28 -05:00
Jonathan McPherson
6a9cba90f4
have validateCssUnit treat unit-free character strings as pixel units
2014-04-11 12:59:15 -07:00
Joe Cheng
b1d6687fb0
Fix private random seed mechanism
...
- Introduce randomInt/p_randomInt to generate random integers in a half-open range
- Stop using runif to generate integers
- Explicitly reset the private seed during .onLoad. I was getting the same "random" numbers from Shiny every time I restarted R!
2014-04-11 11:57:39 -07:00
Joe Cheng
f67e17b287
Allow NULL input labels; add actionLink
2014-04-11 11:00:41 -07:00
Joe Cheng
599fdc7ee5
Refactor private random seed code
2014-04-10 15:03:18 -07:00
Winston Chang
a69517519c
Add more information to selectInput docs
2014-03-21 16:30:25 -05:00
Yihui Xie
8dd6dabe50
add selectize=TRUE to selectInput(), but disable deletion for single input
...
hopefully this is a good compromise for #404
2014-03-03 12:02:39 -08:00
Yihui Xie
a100b0991b
closes #119 : we do not have to do this special treatment to the label for sliderInput, and no other inputs do as.character() for their labels
...
if users pass an HTML() object to the label argument, the HTML will be preserved instead of being escaped
2014-02-25 23:58:59 -06:00
Yihui Xie
b2d004ca1a
closes #31 : try to avoid scientific notation of numbers
2014-02-25 22:58:08 -06:00
Yihui Xie
f23f2ff0a0
the url of selectiz.js is already in Details
2014-02-25 19:25:48 -06:00
Yihui Xie
c1b18098f1
Revert "add selectize=TRUE to selectInput(), instead of adding a separate function selectizeInput(), per suggestion of @jjallaire"
...
This reverts commit d3115a3bf3 and closes #404
2014-02-25 19:25:33 -06:00
Yihui Xie
d3115a3bf3
add selectize=TRUE to selectInput(), instead of adding a separate function selectizeInput(), per suggestion of @jjallaire
2014-02-19 12:04:23 -06:00
Yihui Xie
8f24f1b4d6
localize es5-shim.js
2014-02-19 11:58:34 -06:00
Yihui Xie
cf14c6b1e9
add es5-shim.js for IE8
2014-02-19 11:58:34 -06:00
Yihui Xie
49da114caa
add a note about the I() options in selectizeInput()
2014-02-19 11:58:34 -06:00
Yihui Xie
29701d7295
apply checkAsIs() to selectizeInput(), and store the names in data-eval in the script
...
note we switched the order of {} and config.text() in $.extend(), so that users can overwrite the default options like labelField, valueField, ...
2014-02-19 11:58:33 -06:00
Yihui Xie
b77fc34a7b
new function selectizeInput() to use selectize.js
...
closes #287
2014-02-18 23:25:25 -06:00
Yihui Xie
3530871560
strip white spaces
2014-02-11 22:59:37 -06:00
Joe Cheng
e37a5d0394
Merge remote-tracking branch 'jcheng5/feature/absolute-panel'
...
Conflicts:
NEWS
man/validateCssUnit.Rd
2014-02-11 14:17:58 -08: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
Joe Cheng
33ed89a036
Merge pull request #363 from yihui/text-output-container
...
fixes #90 : textOuput() can be put in any tag now
2014-02-03 16:44:08 -08:00
Joe Cheng
77f6be1a8b
Fix URL for slider number format details
...
Fixes issue #384
2014-02-03 16:37:22 -08:00
Joe Cheng
dce66945ec
Merge pull request #340 from yihui/bug/null-choices
...
fix the bug when choices=NULL in updateCheckboxGroupInput()
2014-01-11 13:43:05 -08:00
Yihui Xie
06d2df8211
fixes #90 : textOuput() can be put in any tag now
...
for the example, we use <span>, which is allowed in <h3>
2014-01-10 20:54:28 -06:00
Yihui Xie
0dbe4d936e
cosmetic changes, just because Github is not aware of my new commits for the PR after it was down
2014-01-08 16:23:23 -06:00
Yihui Xie
731fee11d4
a missing space
2014-01-08 15:54:05 -06:00
Yihui Xie
0b8a2fea72
and a missing )
2014-01-08 14:47:40 -06:00
Yihui Xie
fb2538135c
an extra )
2014-01-08 14:46:57 -06:00
Yihui Xie
b4c547c278
move assignments out, per suggestion of @hadley
2014-01-08 14:22:38 -06:00
Yihui Xie
b243bc846b
also include input ID in the warning message, per suggestion of @jcheng5
2014-01-08 14:21:41 -06:00
Joe Cheng
158db1532b
Merge remote-tracking branch 'origin/master' into feature/absolute-panel
...
Conflicts:
DESCRIPTION
2014-01-08 09:32:14 -08:00
Yihui Xie
555fba6598
Merge pull request #348 from rstudio/feature/navbar-input-binding
...
add id parameter to navbarPage (support for tab input binding)
2014-01-07 20:47:44 -08:00
Yihui Xie
557790b0e5
selected refers to values instead of labels/names of choices
...
added validateSelected() for backward compatibility
2013-12-31 16:48:04 -06:00
Yihui Xie
abda9c7f97
it is not possible to do names(NULL) <- value, so return early when choices is NULL
...
https://groups.google.com/forum/?pli=1#!topic/shiny-discuss/K7chwrMCvkU
2013-12-31 15:06:17 -06:00
JJ Allaire
a057456d5a
add docs for icon argument to navbarMenu
2013-12-24 09:31:24 -05:00
JJ Allaire
0f043b39f5
add id parameter to navbarPage (support for tab input binding)
2013-12-24 09:12:41 -05:00
JJ Allaire
a7f238ae0b
use correct selector for navbar menu auto-collapse
2013-12-21 17:44:07 -05:00
Joe Cheng
a9750fb088
Add absolutePanel and fixedPanel (and jquery-ui)
...
jQueryUI is needed for draggable functionality.
2013-12-20 14:53:11 -08:00
JJ Allaire
d80e3b0824
don't auto-hide when collapased navbar submenu is clicked
2013-12-20 17:06:42 -05:00
JJ Allaire
688c7f1a1c
improve docs on theme parameter
2013-12-16 12:01:22 -05:00