Jonathan McPherson
f061e3486e
move showcase-specific css to its own file
2013-12-16 09:52:58 -08:00
Jonathan McPherson
fdb256a534
fix some animation and margin problems
2013-12-12 16:16:04 -08:00
Jonathan McPherson
62a2b57613
clarify regions of app UI vs. showcase UI
2013-12-12 15:45:39 -08:00
Jonathan McPherson
57393806b0
initial support for Readme.md
2013-12-12 11:47:04 -08:00
Jonathan McPherson
9f6c619401
initial support for header generated from DESCRIPTION
2013-12-12 10:28:38 -08:00
Jonathan McPherson
9659c19b23
initial support for code pop-out
2013-12-11 17:03:27 -08:00
Jonathan McPherson
aa6e9d9bf2
find column by sibling nodes
2013-12-11 15:07:30 -08:00
Jonathan McPherson
89728164eb
highlight code with highlight.js
2013-12-10 12:11:40 -08:00
Joe Cheng
07e021199e
Use crosshair cursor when plot supports hover/click
2013-07-04 23:42:44 -07:00
Joe Cheng
dee43a3911
Don't animate when showing file upload error
2013-03-04 14:47:26 -08:00
Joe Cheng
716fd8c0b9
File upload improvements
...
- Add "shiny.maxRequestSize" option
- Show upload progress
2013-02-28 21:06:06 -08:00
Joe Cheng
66eaaff598
More customizable error display
2012-11-02 09:49:17 -07:00
Joe Cheng
1b3cf52a17
More control over slider animation
...
- Slider now takes animate argument that expects NULL, TRUE, FALSE, or a list that can be constructed using animationOptions()
- Update examples/05_sliders to use new animation format
- Tweak spacing around slider
2012-07-27 14:45:22 -07:00
Joe Cheng
0d3aebc077
Slider improvements
...
- Get rid of smooth--it doesn't make sense for our purposes since we always provide step
- Don't do any rounding by default (this required changes in jslider)
- Switch order of format and locale arguments
- Animation should pause automatically when it reaches the end
- Default to 1s animation interval
- If animation is started when sliders are at the end, restart
- Animation button click target ran the width of the slider
2012-07-27 11:52:57 -07:00
Joe Cheng
fbf3623343
Add rudimentary animation to sliders
2012-07-27 01:35:09 -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
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
Joe Cheng
8b4d62e374
Error handling support (very basic)
2012-07-23 17:10:19 -07:00
Joe Cheng
c4fdd04fb4
Allow running in package form
2012-07-04 14:24:58 -07:00