# NOT RUN {
# register shiny textInput
registerInputBinding('textInput', 'shiny',
'shiny.textInput', 'shiny::updateTextInput')
# Register shiny actionLink
# In "Shiny.inputbindings", the binding name is "shiny.actionButtonInput",
# Shiny update function is "shiny::updateActionButton"
registerInputBinding('actionLink', 'shiny',
'shiny.actionButtonInput', 'shiny::updateActionButton')
# }
Run the code above in your browser using DataLab