Description Usage Arguments Examples
Note: only works on Apple computers, as BitBar is Apple-only.
1 2 3 4 5 6 | bb_PopUp(
query = "Input below",
defaultAnswer = "",
buttonSubmit = "Submit",
buttonCancel = "Cancel"
)
|
query |
Prompt to display. Defaults to "Input below". |
defaultAnswer |
Initial value in the input box. Defaults to nothing. |
submitButton |
Button to submit input. Defaults to "Submit". |
cancelButton |
Button to cancel. Defaults to "Cancel". |
1 | bbPopUp("What is your favorite color?", defaultAnswer = "green")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.