Represents the input box in the Source Control viewlet.
Represents the input box in the Source Control viewlet.
(enabled? source-control-input-box)
Controls whether the input box is enabled (default is true
).
Controls whether the input box is enabled (default is `true`).
(placeholder source-control-input-box)
A string to show as placeholder in the input box to guide the user.
A string to show as placeholder in the input box to guide the user.
(set-enabled! source-control-input-box value)
Controls whether the input box is enabled (default is true
).
Controls whether the input box is enabled (default is `true`).
(set-placeholder! source-control-input-box value)
A string to show as placeholder in the input box to guide the user.
A string to show as placeholder in the input box to guide the user.
(set-value! source-control-input-box value)
Setter and getter for the contents of the input box.
Setter and getter for the contents of the input box.
(set-visible! source-control-input-box value)
Controls whether the input box is visible (default is true
).
Controls whether the input box is visible (default is `true`).
(value source-control-input-box)
Setter and getter for the contents of the input box.
Setter and getter for the contents of the input box.
(visible? source-control-input-box)
Controls whether the input box is visible (default is true
).
Controls whether the input box is visible (default is `true`).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close