Joe Cheng
2d43817b2f
Slider improvements, typed input values
...
- Slider now has 'smooth' parameter that, if false, snaps slider to step
- Two-handle slider (provide a vector of length 2 to value=)
- Slider and number inputs yield numeric values
2012-07-26 17:43:45 -07:00
Joe Cheng
01905c51dd
Expose more slider options, add tick logic
2012-07-26 17:43:45 -07:00
JJ Allaire
84494b8a0a
dont import datasets into mpg ui
2012-07-26 10:12:50 -07:00
JJ Allaire
aded289558
use reactiveText where appropriate
2012-07-26 10:07:35 -07:00
JJ Allaire
f1462fa0d2
fix spelling error
2012-07-26 09:21:41 -07:00
JJ Allaire
5cfd546b2a
change indentation for tabset app
2012-07-26 09:18:14 -07:00
JJ Allaire
3b38792481
user new header panel syntax for tabsets
2012-07-26 07:27:04 -07:00
JJ Allaire
31b347e8dd
headerPanel now includes a title element and just inserts a plain h1
2012-07-26 07:22:41 -07:00
JJ Allaire
d87149ab5d
roxygenzie
2012-07-25 19:01:49 -07:00
JJ Allaire
fd2f4789d3
inlcude radioButtons in example 6
2012-07-25 19:01:38 -07:00
Joe Cheng
0d8d35743d
Observers defer first execution until flushReact
...
This allows us to greatly simplify the way outputs are defined
2012-07-25 16:07:40 -07:00
Joe Cheng
b5a65040b3
Comment tweaks
2012-07-25 15:50:11 -07:00
Joe Cheng
d44289f036
reactiveText -> reactivePrint
2012-07-25 15:30:53 -07:00
Joe Cheng
cb4b45aff1
Support radio/checkbox; unlist input lists when unnamed
2012-07-25 14:53:08 -07:00
JJ Allaire
0f4851e77d
add comment noting immediate rendering of caption
2012-07-25 14:44:54 -07:00
JJ Allaire
42fe86e024
add comments for examples 7 and 8
2012-07-25 14:42:50 -07:00
JJ Allaire
3bb0ebb98f
add comments for example 6
2012-07-25 14:33:49 -07:00
JJ Allaire
391310faa5
add main server comment for examples 3 and 4
2012-07-25 14:26:56 -07:00
JJ Allaire
ab0552f409
different prefix for output comments
2012-07-25 14:21:04 -07:00
JJ Allaire
8a6f59e350
add comments to example 4
2012-07-25 14:19:38 -07:00
JJ Allaire
8e859e53c2
add comments to examples 2 and 3
2012-07-25 14:12:52 -07:00
JJ Allaire
a44e475451
add comments to example 1
2012-07-25 14:02:31 -07:00
JJ Allaire
f958839af1
load mpgData at startup
2012-07-25 11:16:04 -07:00
JJ Allaire
f741851250
eliminate animation example
2012-07-25 11:01:18 -07:00
JJ Allaire
acd68b5de8
more widgets example
2012-07-25 10:10:03 -07:00
JJ Allaire
466ea7277f
correct handling of variable inputs for helpText and HTML functions
2012-07-25 10:09:39 -07:00
JJ Allaire
c80072a62e
example 2 should use a reactive function
2012-07-25 10:09:03 -07:00
JJ Allaire
bc0a37e8da
export radioButtons function
2012-07-25 10:07:09 -07:00
JJ Allaire
a323f40da2
stubs for examples we haven't built yet
2012-07-25 09:36:42 -07:00
JJ Allaire
ee05e6ba03
use numeric sequences for example directories
2012-07-25 09:32:32 -07:00
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