Winston Chang
7b3e9ab031
Limit width of inputs
2014-11-26 14:16:40 -06:00
Winston Chang
b35e866d95
Fix appearance of DataTables examples
2014-11-26 12:49:59 -06:00
Winston Chang
2d273d1550
Merge pull request #646 from yihui/feature/DT-1.10.3
...
upgrade to DataTables 1.10.4 and use Bootstrap 3
2014-11-26 12:44:39 -06:00
Yihui Xie
6aef3eb879
update the version info of DataTables
2014-11-26 10:15:18 -06:00
Winston Chang
30bf6c0714
Wrap select inputs in div
2014-11-26 09:51:22 -06:00
Winston Chang
fc64b115d3
Fix DOM structure for selectize inputs
2014-11-26 09:42:00 -06:00
Winston Chang
d72f5ee2ad
Better examples and docs for renderTable and renderDataTable
2014-11-24 11:24:26 -06:00
Joe Cheng
e8525e5513
Merge pull request #611 from rstudio/feature/bootstrap3
...
Switch to Bootstrap 3
2014-11-20 14:38:09 -08:00
Winston Chang
9046b85ca4
Fix appearance of date ranges
2014-11-20 14:50:18 -06:00
Winston Chang
19257b76d2
Fix spacing of checkbox input
2014-11-20 14:27:06 -06:00
Winston Chang
fd8990b294
Fix appearance of labels for checkbox group and radio buttons
2014-11-20 13:55:53 -06:00
Winston Chang
1f0b439168
Add meta viewport tag
2014-11-17 16:13:55 -06:00
Winston Chang
3464e11152
Modify HTML5 shims so they are handled by htmlDependency
...
This adds conditional JS code so that the shim code isn't actually run
in browsers other than IE 8.
2014-11-17 16:13:55 -06:00
Winston Chang
b5f99be635
Add HTML5 shims for Bootstrap 3 to work with IE8
2014-11-17 14:43:35 -06:00
Winston Chang
3153b35c2a
icon: add support for glyphicon library
2014-11-17 14:43:35 -06:00
Winston Chang
912434b259
Update navlistPanel for Bootstrap 3
2014-11-17 14:43:35 -06:00
Winston Chang
5f61fc658a
actionButton: add btn-default class, for Bootstrap 3
2014-11-17 14:43:35 -06:00
Winston Chang
a268b74636
Update navbarPage for Bootstrap 3
2014-11-17 14:43:34 -06:00
Winston Chang
82a1bf7afd
Deprecate 'collapsable' in favor of 'collapsible'
2014-11-17 14:43:34 -06:00
Winston Chang
741aec198b
Fix inline checkboxGroupInputs and radioButtons
2014-11-17 14:43:34 -06:00
Winston Chang
8a7603a45c
Update slider animation buttons for Bootstrap 3
2014-11-17 14:43:34 -06:00
Winston Chang
2ade82d883
Fix headerPanel spacing
...
The titlepanel spacing also is unnecessary now with Bootstrap 3.
2014-11-17 14:43:34 -06:00
Winston Chang
d4ce1499cc
Wrap inputs in div with class 'form-group' to maintain bottom margin
2014-11-17 14:43:33 -06:00
Winston Chang
9ab7895772
Fix appearance of date inputs
2014-11-17 14:43:33 -06:00
Winston Chang
ee9f79e287
Update selectize's CSS to use Bootstrap 3
2014-11-17 14:43:33 -06:00
Winston Chang
52417c0a60
Fix appearance of inputs
2014-11-17 14:43:33 -06:00
Winston Chang
7cce94000b
Switch from Bootstrap 2 to 3
2014-11-17 14:43:33 -06:00
Andee Kaplan
7a4bdb4191
fixed iconClass function
2014-11-17 14:08:04 -06:00
Winston Chang
279a8ff989
Make font-awesome a dependency for icon()
2014-11-13 15:04:30 -06:00
Joe Cheng
e7553d6f15
Add observeEvent and eventReactive functions
2014-10-23 12:03:45 -07:00
Joe Cheng
e732afd64c
Merge remote-tracking branch 'origin/feature/bootstrap-navbar-pos'
2014-10-20 13:16:42 -07:00
Winston Chang
40b25e3826
Merge pull request #597 from rstudio/selectize-0.11.0
...
Update to selectize 0.11.0
2014-10-20 15:13:13 -05:00
Joe Cheng
f2b16c414f
Merge remote-tracking branch 'origin/pr/180'
...
Conflicts:
NAMESPACE
R/bootstrap.R
R/reactives.R
R/shiny.R
2014-10-13 14:24:44 -07:00
saurfang
26f8c11526
Add ... to actionButton and actionLink
2014-10-04 13:00:29 -04:00
Winston Chang
25ff7d430d
Bump selectize version in html dependencies
2014-09-29 15:21:43 -05:00
Yihui Xie
443850b778
fileInput() works for IE8/9 now, but they do not support multiple files
2014-09-25 18:04:50 -05:00
Yihui Xie
c75c7019a8
the key problem with the form submission was that the name was missing
2014-09-25 14:28:42 -05:00
Joe Cheng
ab86232294
Add position parameter to navbarPage
2014-09-10 22:59:35 -07:00
Yihui Xie
5f4c8cf176
tweaking the bootstrap style copied from DataTables:
...
1. sorted columns have different colors;
2. correct position of the processing info;
3. override the width of text input (search fields), otherwise they will be too wide (206px defined in bootstrap.min.css);
2014-08-21 12:10:06 -05:00
Yihui Xie
e0c31aa5af
upgrade DataTables from 1.9.4 to 0.10.2; closes #487
2014-08-21 11:35:37 -05:00
Winston Chang
21fb7959a5
Fix edge case with nested choices. Fixes #560
...
When the set of choices is a list containing a named vector of length 1,
choicesWithNames would return the wrong result.
2014-08-01 16:11:51 -05:00
Yihui Xie
029595f8ea
an edge case selectInput(choices = NULL)
...
firstChoice() may fail with an error "subscript out of bounds"
2014-07-17 15:59:33 -05:00
Yihui Xie
89dc1323e1
add a note section about the clickId/hoverId arguments in plotOutput(), since they seem to have been confusing grid graphics users
...
and re-wrap the roxygen comments
2014-07-16 17:27:00 -05:00
Yihui Xie
a4b5f63deb
a single quote ' was omitted here, making the Rd for plotOutput() incomplete since this line was ignored
2014-07-16 17:27:00 -05:00
Winston Chang
4a5b31e3a7
Simplify needOptgroup function
2014-07-16 16:57:17 -05:00
Winston Chang
597e86dd57
Make listify work on nested lists of depth > 1
2014-07-16 12:02:55 -05:00
Winston Chang
9b413de4d8
selectOptions: handle mixed options and optgroups
2014-07-16 00:51:57 -05:00
Winston Chang
3d77cbd677
Slight clarification of comment
2014-07-16 00:51:57 -05:00
Winston Chang
d7a01c32cc
Always convert choices to a (named) list
...
Converting it to a list, and ensuring that it's a named list reduces
many checks elsewhere.
2014-07-16 00:51:57 -05:00
Yihui Xie
f0886a7556
when we need <optgroup> for the child elements of choices, we just generate it no matter what the child element is
...
e.g. we use <optgroup> for A even if A only has one element: list(A = 'a', B = c('b1', 'b2'))
2014-07-11 14:03:47 -05:00