Files
shiny/inst/examples/07_widgets
Barbara Borges Ribeiro 2700206715 Improve documentation for submitButton and change 07_widgets example to use an action button (#1475)
* update 07_widgets example

* improved documentation for submitButton (including a warnign section and an full-app example)

* typo

* update documentation based on Winton's feedback
2016-11-28 13:19:40 -06:00
..
2014-03-11 10:49:32 -07:00

This example demonstrates some additional widgets included in Shiny, such as helpText and actionButton. The latter is used to delay rendering output until the user explicitly requests it (a construct which also introduces two important server functions, eventReactive and isolate).