6176 Commits

Author SHA1 Message Date
JJ Allaire
b6a9ffb4c7 initial implementaiton of slider control 2012-07-22 10:13:58 -04:00
JJ Allaire
346612aac1 initial implementaiton of slider control 2012-07-22 10:11:47 -04:00
JJ Allaire
205144d92d add support for form submit button 2012-07-21 18:40:33 -07:00
JJ Allaire
af2e321f45 add helpText widget 2012-07-21 18:31:32 -07:00
JJ Allaire
e22a20701b automatically generate ids for tabsets 2012-07-21 13:28:05 -07:00
JJ Allaire
f3edde8f81 add HTML function for including raw html 2012-07-21 13:12:50 -07:00
JJ Allaire
f405a0c905 perform html escaping of attribs and text 2012-07-21 12:50:51 -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
5384b3a8c0 explicitliy specify h1 element in headers 2012-07-21 12:03:00 -07:00
JJ Allaire
0acb5f5857 export a small set of text and heading oriented html tags 2012-07-21 11:45:34 -07:00
JJ Allaire
cee124a4d6 use padding rather than br for header panel 2012-07-21 11:44:42 -07:00
JJ Allaire
084b983b44 change name of application to applicationPage so as to be less likely to conflict with future apis 2012-07-21 11:21:58 -07:00
JJ Allaire
bf15948275 add some padding to the top of the header panel 2012-07-21 11:21:23 -07:00
JJ Allaire
8796875128 change name of createTag function to tag 2012-07-21 10:55:48 -07:00
JJ Allaire
af9c2b1449 rename shiny core output functions with live prefix 2012-07-20 18:50:22 -07:00
Joe Cheng
f0d6b6f558 Hot-reload of server.R 2012-07-20 15:59:56 -07:00
Joe Cheng
3778e01d7c Hot-reload of ui.R 2012-07-20 15:16:05 -07:00
JJ Allaire
70ebad0410 rename client.R to ui.R 2012-07-20 14:01:57 -07:00
JJ Allaire
7cf58bd864 improve names of functions in tags.R 2012-07-20 13:29:53 -07:00
JJ Allaire
5858483fca use withTags where appropriate 2012-07-20 13:20:38 -07:00
JJ Allaire
fb94d2a99c Merge branch 'master' of github.com:rstudio/shiny 2012-07-20 12:42:15 -07:00
JJ Allaire
55b5441f00 implement withTags 2012-07-20 12:42:08 -07:00
Joe Cheng
bf397e496c Add option for printing websocket traffic 2012-07-20 12:06:42 -07:00
Joe Cheng
a78ae8ca4a Don't plot unless width and height are positive 2012-07-20 12:06:42 -07:00
JJ Allaire
c635b92991 re-organize bootstrap.R 2012-07-20 12:06:31 -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
JJ Allaire
7466baf1b2 support for otuput tabsets 2012-07-20 11:31:58 -07:00
JJ Allaire
13ecf8ef21 use bootstrap for example 3 2012-07-20 08:53:04 -07:00
JJ Allaire
c946a3973a use standard html attribute names for components whenever possible 2012-07-20 08:04:31 -07:00
JJ Allaire
615f265c00 bootstrap for examples 1 and 2 2012-07-20 07:52:35 -07:00
JJ Allaire
4177ba7840 eliminate withTags (couldn't get it to work properly) 2012-07-20 05:11:33 -07:00
JJ Allaire
393593b2d2 roxygenize 2012-07-19 19:01:22 -07:00
Joe Cheng
e736c3949a Use new client.R/server.R scheme 2012-07-19 14:26:01 -07:00
JJ Allaire
e1509e7db3 recursively include lists of lists of tags 2012-07-19 13:12:37 -07:00
JJ Allaire
49150b07fd correctly handle lists of tags 2012-07-19 13:03:25 -07:00
JJ Allaire
1d8f1b4c6a unpack var args before calling createTag 2012-07-19 12:57:09 -07:00
JJ Allaire
833f0c67cf Merge branch 'master' of github.com:rstudio/shiny 2012-07-19 12:48:20 -07:00
JJ Allaire
4b559b5a94 break tags into their own namespace 2012-07-19 12:48:15 -07:00
Joe Cheng
55c8d60cfb Add Bootstrap 2.0.4 to shared resources 2012-07-19 11:14:40 -07:00
JJ Allaire
0e129379e9 use html builder for example 2 2012-07-19 08:44:35 -07:00
JJ Allaire
7e3f704285 add textInput function 2012-07-19 08:10:04 -07:00
JJ Allaire
d8a595ac70 change clientUI -> clientPage 2012-07-19 06:57:00 -07:00
JJ Allaire
c13cb9b723 remove example code from ui.R 2012-07-19 06:41:43 -07:00
JJ Allaire
8cc83855b9 replace defineUI and page functions with single clientUI function (page conflicted with base::page and having a single function seemed simpler) 2012-07-19 06:41:16 -07:00
JJ Allaire
faebbf5753 Merge branch 'master' of github.com:rstudio/shiny 2012-07-19 06:38:03 -07:00
JJ Allaire
3e297bad1f use withHeadTags function rather than head directly (since it conflicted with base::head) 2012-07-19 06:33:07 -07:00
JJ Allaire
f56949dd0b use withHeadTags function rather than head directly (since it conflicted with base::head) 2012-07-19 06:08:07 -07:00