JJ Allaire
|
ae9ef5c13f
|
use mpg dataset for user example
|
2012-07-25 12:20:27 -04:00 |
|
JJ Allaire
|
fcc90df31c
|
implement radioButtons (note that initial value isn't correctly sent right now)
|
2012-07-25 11:53:50 -04:00 |
|
JJ Allaire
|
d6b6719b54
|
rename model function to formulaText
|
2012-07-25 11:15:33 -04:00 |
|
JJ Allaire
|
21e8af827f
|
add titanic example
|
2012-07-25 09:42:53 -04:00 |
|
JJ Allaire
|
5e5d233d83
|
add library(datasets) where required
|
2012-07-25 09:20:55 -04:00 |
|
JJ Allaire
|
214fd92b12
|
add html ui example
|
2012-07-25 09:14:20 -04:00 |
|
JJ Allaire
|
3687790730
|
remove br tags from reactivity example
|
2012-07-25 08:57:33 -04:00 |
|
JJ Allaire
|
d0f86078aa
|
add tabsets example
|
2012-07-25 08:51:18 -04:00 |
|
JJ Allaire
|
649cb69466
|
allow helpText to take multiple strings
|
2012-07-25 08:47:38 -04:00 |
|
JJ Allaire
|
2f342e7664
|
remove allcaps and hash examples
|
2012-07-25 08:40:29 -04:00 |
|
JJ Allaire
|
e4fccc2f84
|
add reactivity example
|
2012-07-25 08:37:10 -04:00 |
|
JJ Allaire
|
61bd2d356b
|
add text example
|
2012-07-25 08:07:36 -04:00 |
|
JJ Allaire
|
66ddb6ce0a
|
make min and max optional for numeric input
|
2012-07-25 08:06:23 -04:00 |
|
JJ Allaire
|
573b3b1dfd
|
tweak hello initial value
|
2012-07-25 08:04:58 -04:00 |
|
JJ Allaire
|
560bd3ca85
|
use condensed style for tables
|
2012-07-25 02:48:02 -07:00 |
|
Joe Cheng
|
1f5fe5b570
|
Use Sys.time instead of C code
|
2012-07-24 22:09:23 -07:00 |
|
Joe Cheng
|
d18d2df417
|
More robust runExample logic
|
2012-07-24 21:53:16 -07:00 |
|
Joe Cheng
|
91731a86bf
|
Fix CSS for jslider
|
2012-07-24 18:47:14 -07:00 |
|
Joe Cheng
|
7108761e8f
|
Bootstrap-styled tables
Other UI packages can override the table styles by using the option shiny.table.class.
|
2012-07-24 18:36:02 -07:00 |
|
Joe Cheng
|
0fe8bacf73
|
Integrate slider, more efficient input event handling
|
2012-07-24 18:20:11 -07:00 |
|
Joe Cheng
|
ef1afb482f
|
common.R => global.R
|
2012-07-24 14:12:44 -07:00 |
|
JJ Allaire
|
134a3de256
|
hello sample app
|
2012-07-24 13:32:04 -07:00 |
|
JJ Allaire
|
71975546cb
|
add support for select multiple attribute
|
2012-07-24 13:26:49 -07:00 |
|
Joe Cheng
|
b4c02f42f7
|
Add support for progress indication
The CSS class 'recalculating' will be added to any output elements whose content might be affected by a change to one or more of the inputs.
|
2012-07-24 10:45:00 -07:00 |
|
JJ Allaire
|
da7210f43f
|
rename server function to shinyServer
|
2012-07-24 02:53:48 -07:00 |
|
Joe Cheng
|
8b4d62e374
|
Error handling support (very basic)
|
2012-07-23 17:10:19 -07:00 |
|
JJ Allaire
|
b68da2c3d3
|
add jslider component
|
2012-07-23 13:54:01 -07:00 |
|
JJ Allaire
|
b2db41c7f4
|
remove submit button from example 3
|
2012-07-23 12:08:54 -07:00 |
|
JJ Allaire
|
c4922d1655
|
insert name/value handling for selectList (now has same behavior as manipulate)
|
2012-07-23 12:08:26 -07:00 |
|
JJ Allaire
|
94ca77e697
|
remove html tags from example 3
|
2012-07-23 11:43:43 -07:00 |
|
JJ Allaire
|
c1d076ef79
|
change name of selectListInput to selectInput
|
2012-07-23 11:43:09 -07:00 |
|
JJ Allaire
|
39c69a4aff
|
bind directly to shiny css class names
|
2012-07-23 11:39:16 -07:00 |
|
JJ Allaire
|
5a0921ed74
|
flesh out Readme.md
|
2012-07-23 11:23:44 -07:00 |
|
JJ Allaire
|
68c668615f
|
add runExample function for easily running examples from within the tutorial
|
2012-07-23 09:01:36 -07:00 |
|
JJ Allaire
|
e1d5876ae6
|
move doc and examples to inst directory
|
2012-07-23 08:59:29 -07:00 |
|
JJ Allaire
|
741910407f
|
change applicationPage to pageWithSidebar
|
2012-07-23 08:50:21 -07:00 |
|
JJ Allaire
|
39d4befc54
|
make tags module responsible for the export of the HTML function
|
2012-07-23 08:49:56 -07:00 |
|
JJ Allaire
|
d13505ce91
|
eliminate withTags construct
|
2012-07-23 08:42:45 -07:00 |
|
JJ Allaire
|
8c6d586fb0
|
fix HTML function
|
2012-07-23 06:04:31 -07:00 |
|
JJ Allaire
|
f66c2967dd
|
use panel suffix for tab components
|
2012-07-23 05:53:20 -07:00 |
|
JJ Allaire
|
ef44a2295f
|
export html tags from shinyui module rather than tags module
|
2012-07-23 05:09:50 -07:00 |
|
JJ Allaire
|
6186231041
|
unify naming convention for tags module
|
2012-07-23 04:59:17 -07:00 |
|
JJ Allaire
|
25ec5550b5
|
remove jslider component
|
2012-07-23 03:15:54 -07:00 |
|
JJ Allaire
|
1f93610a95
|
add COPYING and NOTICE files
|
2012-07-23 02:10:04 -07:00 |
|
JJ Allaire
|
01cde51a71
|
liveText should not include a label (should be done at a higher level in the system)
|
2012-07-23 01:53:32 -07:00 |
|
JJ Allaire
|
7d054c11de
|
submit button: change default caption and ensure it is wrapped in a block element
|
2012-07-22 09:21:15 -07:00 |
|
JJ Allaire
|
98f717d5b4
|
add comment on slider control source/dependencies
|
2012-07-22 07:52:20 -07:00 |
|
JJ Allaire
|
6f315144cc
|
factor slider into core slider function and sliderInput wrapper for integration into bootstrap forms
|
2012-07-22 07:47:36 -07:00 |
|
JJ Allaire
|
9ba8f569db
|
merge
|
2012-07-22 10:15:20 -04:00 |
|
JJ Allaire
|
51f169571f
|
add primary style to submit button
|
2012-07-22 10:14:14 -04:00 |
|