Joe Cheng
a7ed8a006f
includeText should be HTML escaped
2013-06-18 17:07:08 -07:00
Joe Cheng
b1a0ebd531
Add includeCSS and includeScript functions
2013-06-18 17:06:34 -07:00
Joe Cheng
716fd8c0b9
File upload improvements
...
- Add "shiny.maxRequestSize" option
- Show upload progress
2013-02-28 21:06:06 -08:00
Joe Cheng
f258b00aa7
Initial implementation on eventloop
...
Timers don't work yet
2013-02-25 15:13:30 -08:00
Joe Cheng
eb4b21ce9f
Fix #77 : tagWriteChildren error
2013-01-21 22:40:08 -08:00
Joe Cheng
8dadfea724
Separate request parameters from path; version 0.2.3
2012-11-30 09:31:09 -08:00
Joe Cheng
4448ffc777
Add methods for including text, HTML, and Markdown files in UI
2012-11-06 13:38:52 -08:00
Joe Cheng
a0185bb0b4
Introduce shiny.http.response.filter option
...
Allows post-processing of HTTP responses
2012-09-14 13:15:58 -07:00
Joe Cheng
b96bc5a710
Fix broken roxygen declaration
2012-08-20 13:43:49 -07:00
Joe Cheng
d49e8d172f
Improvements to reactives and UI
...
- `input` object now implements names() and as.list()
- Simpler dependency tracking impl using Dependencies class
- New `singleton` function for making HTML content appear only once
- Fix issue #4 : head deduplication should not be line-oriented
2012-08-18 00:01:16 -07:00
JJ Allaire
43c9ed0655
document top level shiny ui defintion functions
2012-07-29 04:40:57 -07:00
JJ Allaire
39c69a4aff
bind directly to shiny css class names
2012-07-23 11:39:16 -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
8c6d586fb0
fix HTML function
2012-07-23 06:04:31 -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
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
4907df497f
use more natural attribute names now that we need to use withTags less often
2012-07-21 12:31:51 -07:00
JJ Allaire
e551c42f32
export some additional commonly used html tags
2012-07-21 12:18:12 -07:00
JJ Allaire
0c1a235cc1
ensure that attribute names don't conflict with tag names
2012-07-21 12:03:44 -07:00
JJ Allaire
af9c2b1449
rename shiny core output functions with live prefix
2012-07-20 18:50:22 -07:00
JJ Allaire
7cf58bd864
improve names of functions in tags.R
2012-07-20 13:29:53 -07:00
JJ Allaire
53d406f640
eliminate labelOnTop option
2012-07-20 11:59:38 -07:00
JJ Allaire
701f4b743b
rename functions to clarify shiny core vs. bootstrap
2012-07-20 11:52:10 -07:00