Joe Cheng
9bff15adfe
Fix #1632 : Showcase mode comes up almost blank in IE9 & 11 ( #1633 )
...
If the width is made very wide in showcase mode with side-by-side
arrangement, the app shrinks to almost nothing. For some reason the
zoom CSS property (which we set using jQuery.animate) is set to
"1%" instead of "1".
Numbers and percentages are equally valid here, and the issue goes
away if we use percentage.
2017-03-29 10:16:17 -05:00
Barbara Borges Ribeiro
2269e05058
code highliting; dropdown menu for the www files
2016-05-12 15:12:04 -05:00
Jonathan McPherson
038221408c
fix #500 : check for null source ref highlight points
2014-07-09 09:26:39 -07:00
Jonathan McPherson
0d7727a405
fix Markdown content extraction on IE8
2014-02-20 10:22:43 -08:00
Joe Cheng
28f689498a
fix browser height detection and CSS on IE8
2014-02-20 09:16:18 -08:00
Jonathan McPherson
1b856c4909
use IE8-compatible events; turn off highlighting in IE8
2014-02-19 16:45:58 -08:00
Jonathan McPherson
f600cb4f2c
allow source highlighting in files other than server.R
2014-01-06 14:33:31 -08:00
Jonathan McPherson
ccfaea64c5
simplify & clean up construction of markdown content
2014-01-06 10:38:05 -08:00
Jonathan McPherson
dc0701e21d
update DESCRIPTION files and a Readme; tweak spacing
2013-12-23 16:23:33 -08:00
Jonathan McPherson
46df7a9ea0
make jshint happy (avoid leaking globals)
2013-12-20 12:23:05 -08:00
Jonathan McPherson
93e7e2e06e
set height of code window based on height of surrounding window
2013-12-19 15:08:27 -08:00
Jonathan McPherson
00426b4c9b
fix incorrect character accounting with newlines
2013-12-19 13:39:36 -08:00
Jonathan McPherson
58d8cefcc0
set sxs mode on load if browser is wide enough
2013-12-19 12:51:08 -08:00
Jonathan McPherson
c8bb122557
hide entire well when app doens't have metadata in sxs mode
2013-12-19 12:21:17 -08:00
Jonathan McPherson
bcef603a36
new layout: remove top bar, show app info by readme
2013-12-19 11:35:27 -08:00
Jonathan McPherson
6d5f06a61d
initial support for showcase mode from DESCRIPTION (not complete)
2013-12-18 17:06:31 -08:00
Jonathan McPherson
3e00e2ad58
show contents of global.R if it exists
2013-12-18 15:13:11 -08:00
Jonathan McPherson
cad2be5e53
always use tabs to show code; show readme alongside code
2013-12-18 13:41:15 -08:00
Jonathan McPherson
58fe5f263f
nicer code tabs in code-alongside mode
2013-12-17 20:18:22 -08:00
Jonathan McPherson
79ec6845f8
use more bootstrap-flavored styles
2013-12-17 16:10:53 -08:00
Jonathan McPherson
2544e29be3
use show with app / show below buttons to toggle
2013-12-17 13:16:23 -08:00
Jonathan McPherson
d7bf564e8f
make initial transition a little smoother
2013-12-17 11:15:11 -08:00
Jonathan McPherson
0f135f881a
make code position toggleable
2013-12-17 10:56:40 -08:00
Jonathan McPherson
2f1bb5e1c0
begin restricting code height and scrolling relevant portion into view
2013-12-17 10:23:27 -08:00
Jonathan McPherson
02b5f96eee
move from popup window model to side-by-side model
2013-12-17 09:00:27 -08:00
Jonathan McPherson
da23995343
make jshint happy
2013-12-16 09:35:31 -08:00
Jonathan McPherson
c2cf4e72f8
decouple showcase mode from app boot; factor out of shiny.js
2013-12-13 14:46:31 -08:00
Jonathan McPherson
d1bcc557f0
move showcase js to its own file; fix cross-document bug on firefox
2013-12-13 10:20:50 -08:00