Barbara Borges Ribeiro
89026ee1ae
added convenience function: getCurrentObserver. The dig param is problematic (if it's FALSE -- this does not work for observeEvent, only observe)
2016-12-15 22:45:46 +00:00
Winston Chang
d1bf39d0ac
Add exportTestValues function ( #1436 )
...
* Add onTestSnapshot function
* Add shiny.testing option
* Add entry to staticdocs index
* Bump version to 0.14.1.9002 and update NEWS
* Document params for onTestSnapshot
* Add session$enableTestEndpoint() method
* Un-export applyInputHandlers
* Grunt
* Provide inputs, outputs, and snapshot at test endpoint
* Remove non-working example
* Fix var name in documentation
* Rename shiny.testing to shiny.testmode
* Rename onTestSnapshot to exportTestValues and add example
* Add session$getTestEndpointUrl
* Grunt
* Add module support to exportTestValues
* Test endpoint allows specifying specific values
* session$getTestEndpointUrl: add arguments for choosing which values to return
2016-10-27 21:08:34 -05:00
Winston Chang
ce9af0fb57
Export function that applies input handlers
2016-10-18 13:51:43 -05:00
Nuno Agostinho
562b4dad4d
Add textarea input
2016-08-12 17:19:23 -05:00
Winston Chang
183e9a3d0b
Bookmarking fixes ( #1281 )
...
* Rename invalidateReactiveValue to freezeReactiveValue
* Make onFlush and onFlushed use 'once' argument
* session$flushOutput: schedule another flush if needed
* Catch all errors before they propagate to websocket
* Restore original logic for progressKeys
2016-08-11 11:58:07 -07:00
Barbara Borges Ribeiro
85e4497fbe
fixes #1270 ; improves docs; export isTruthy()
2016-08-10 20:45:40 +01:00
Winston Chang
99b5f92d7a
Add showBookmarkUrlModal
2016-08-03 16:07:49 -05:00
Winston Chang
f89fade28d
Rename updateLocationBar to updateQueryString
2016-08-01 16:13:25 -05:00
Winston Chang
b281f8fa32
Merge branch 'master' into bookmarkable-state
2016-07-29 15:47:31 -05:00
Winston Chang
12d0a9e11a
For session_proxy, add [[ and disallow $<- and [[<- ( #1262 )
2016-07-26 11:21:38 -07:00
Winston Chang
3f1985a9dc
Allow modules to exclude their inputs
2016-07-25 22:10:38 -05:00
Winston Chang
a5ee96656b
Add onFlush, onFlushed, and onSessionEnded functions
2016-07-21 14:33:43 -05:00
Winston Chang
2db71d0323
Re-document
2016-07-21 14:33:42 -05:00
Winston Chang
1c970c8176
Remove configureBookmarking; add onBookmark, onBookmarked, onRestore, onRestored
2016-07-19 14:31:57 -05:00
Winston Chang
81434640d6
Use name 'bookmark' in more places
2016-07-07 12:04:53 -05:00
Winston Chang
daa12ab2ec
Revise how onSave is called; move persist() and encode() into ShinyState object
2016-06-15 14:55:06 -05:00
Winston Chang
f69d88a656
Refinements to save button
2016-06-14 13:23:58 -05:00
Winston Chang
5f2da953a9
Add invalidateReactiveValue function
2016-06-13 22:12:28 -05:00
Winston Chang
638d999fcc
Replace updateQueryString with updateLocationBar
2016-06-13 16:47:24 -05:00
Winston Chang
e4dad82dde
Rename 'save' to 'persist'
2016-06-13 12:38:43 -05:00
Winston Chang
d65ff924c8
Add bookmarkButton
2016-06-10 12:47:31 -05:00
Winston Chang
8d3e5fc160
Refinements
2016-06-10 10:11:55 -05:00
Winston Chang
c58f48a1e4
Add support for bookmarking arbitrary values
2016-06-09 14:45:55 -05:00
Winston Chang
135c3709b4
Prepare things for separate values
2016-06-09 11:57:45 -05:00
Winston Chang
08400d3f18
Add configureBookmarking function
2016-06-08 12:56:03 -05:00
Winston Chang
3d68f1dc62
Remove bookmarkOutput; add saveStateModal and encodeStateModal
2016-06-03 12:48:33 -05:00
Winston Chang
66bbb072c3
Remove createBookmark function
2016-06-02 12:48:17 -05:00
Winston Chang
6c52c26a62
Make names consistent
2016-06-02 11:47:56 -05:00
Winston Chang
dd5118116b
Use wrapper functions for saving/restoring state
2016-06-01 17:10:56 -05:00
Winston Chang
d5975195b3
Initial version of saving state
2016-05-20 14:10:26 -05:00
Winston Chang
9742001a71
Add shiny options
2016-05-13 20:37:58 -05:00
Winston Chang
14a1a3f574
Rename functions
2016-05-12 10:06:43 -05:00
Joe Cheng
f4a44664c7
Bookmarkable state wip
2016-05-12 10:05:36 -05:00
Joe Cheng
1d2a2fbcae
Merge remote-tracking branch 'origin/joe/feature/insert-UI'
2016-05-04 11:34:54 -07:00
Winston Chang
7e303b4fc0
Merge pull request #1157 from rstudio/modal
...
Add modal dialogs
2016-04-27 15:30:02 -05:00
Barbara Borges Ribeiro
6b001eb7c3
updated insertUI; added removeUI
2016-04-25 23:03:18 +01:00
Barbara Borges Ribeiro
fb3e4e4881
Changed customStop to stop(safeError). Refactored some middleware.R code. Fixed downloadHandler's bug of not responding to safeError.
2016-04-14 17:31:34 +01:00
Joe Cheng
8a30c006e7
Prototype insertUI functionality
2016-04-13 16:12:30 -07:00
Winston Chang
e1a955752f
Add modal dialogs
2016-04-05 13:18:56 -05:00
Barbara Borges Ribeiro
19ab63e041
a little code refactoring and added a customStop() function
2016-04-01 02:45:41 +01:00
Winston Chang
ecb59e9c31
Add R notification functions
2016-03-21 16:47:55 -05:00
Barbara Borges Ribeiro
3ab5d7f861
verify that button icons are in the right format (not necessarily valid though) and added updateActionButton()
2016-03-15 22:19:21 +00:00
Joe Cheng
26de088520
s/abortOutput/cancelOutput/; add req option
2016-02-22 09:12:30 -08:00
Joe Cheng
4e91af4d64
Add ability to abort the processing of outputs
...
abortOutput() leaves the state of the output unchanged,
unlike req(), validate(), or stop().
2016-02-19 00:33:10 -08:00
Winston Chang
6c5f0c5379
Pull out bootstrapLib into separate function
2016-01-05 14:57:53 -06:00
Joe Cheng
0d26857e31
Merge pull request #1031 from rstudio/template
...
Use templates from htmltools
2015-12-31 11:03:14 -08:00
Joe Cheng
85bea95f6b
Merge pull request #1029 from rstudio/joe/feature/knit_print.reactive
...
Add knit_print.reactive
2015-12-30 14:31:26 -08:00
Joe Cheng
c02f4691e0
Merge pull request #1054 from rstudio/joe/feature/runGadget
...
Migrate runGadget and viewer functions from shinygadgets
2015-12-23 17:45:12 -08:00
Joe Cheng
6c2fea7926
Rename flexRow/flexCol to fillRow/fillCol, other tweaks
...
I decided against the name flexRow/flexCol as the "flex" prefix
is too general for these implementations, which are mostly just
useful for filling the space with the children. Flex box has a
lot more features than that, such as centering, wrapping,
justifying, etc., but I don't currently know how to design an
API that presents the full power of flex box without also
presenting the full complexity of it as well.
This commit also includes some tweaks to the impl of flexfill
to fix the behavior of children with 100% size along the main
axis, and also introduces support for NA flex values, which
sizes the flex item according to its contents.
2015-12-23 17:31:10 -08:00
Joe Cheng
e08fd47b0e
Add fillPage, flexRow, flexCol
2015-12-23 17:31:05 -08:00