EVOLUTION-MANAGER
Edit File: update_material_button.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Change the text, icon of a material_button on the client....</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for update_material_button {shinymaterial}"><tr><td>update_material_button {shinymaterial}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Change the text, icon of a material_button on the client. Allow to disable.</h2> <h3>Description</h3> <p>Change the value text, icon of a material_button on the client. Allow to disable the button and then enable. </p> <h3>Usage</h3> <pre> update_material_button( session, input_id, label = NULL, icon = NULL, disabled = NULL ) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>session</code></td> <td> <p>The session object passed to function given to shinyServer.</p> </td></tr> <tr valign="top"><td><code>input_id</code></td> <td> <p>The input_id of the material_button.</p> </td></tr> <tr valign="top"><td><code>label</code></td> <td> <p>The new label of the material_button.</p> </td></tr> <tr valign="top"><td><code>icon</code></td> <td> <p>The new icon of the material_button. If not set, icon disappear.</p> </td></tr> <tr valign="top"><td><code>disabled</code></td> <td> <p>NULL by default (do nothing), if TRUE the button is disable and if FALSE, enable.</p> </td></tr> </table> <h3>See Also</h3> <p><code><a href="material_button.html">material_button</a></code> </p> <h3>Examples</h3> <pre> ## Not run: update_material_button( session, input_id = "example_button", value = "New Text", icon = "stop", disabled = FALSE ) ## End(Not run) </pre> <hr /><div style="text-align: center;">[Package <em>shinymaterial</em> version 1.2.0 <a href="00Index.html">Index</a>]</div> </body></html>