Bridge.Editable
.get(key)
Return the editable value belonging to key
.
This is specially designed for user editable values, so those added in a preso.
If a value has not been set yet by the user (the default value is shown), null
is returned.
note
Any use of this command in a non prep/present context will return a null value.
<h2 data-editable="my-editable-area" data-companywide-editable="my-global-value">Default Value</h2>
Bridge.Editable.get("my-editable-area");
Bridge.Editable.get("my-global-value");