| Package | Whiteboard.tools.menuBars |
| Class | public class WhiteboardMenuBar |
| Inheritance | WhiteboardMenuBar mx.containers.HBox |
| Implements | IWhiteboardMenuBar |
| Method | Defined by | ||
|---|---|---|---|
|
updateValue(property:String, value:Object, applyFocusFix:Boolean = true):void
Sets a property on the selected shape/s and saves it to the server.
| WhiteboardMenuBar | ||
|
updateWithNoLocalSync(valueID:String, value:Object, applyFocusFix:Boolean = true):void
Sets a property on the selected shape/s and saves it to the server.
| WhiteboardMenuBar | ||
| updateValue | () | method |
public function updateValue(property:String, value:Object, applyFocusFix:Boolean = true):voidSets a property on the selected shape/s and saves it to the server.
Parametersproperty:String — property name.
|
|
value:Object — value to set the property as
|
|
applyFocusFix:Boolean (default = true) — true the whiteboard will refocus the shape to account for size changes.
|
| updateWithNoLocalSync | () | method |
public function updateWithNoLocalSync(valueID:String, value:Object, applyFocusFix:Boolean = true):voidSets a property on the selected shape/s and saves it to the server. It will register to not handle the sync back to avoid rapid changes for quickly changing values such as line thickness.
ParametersvalueID:String — property name
|
|
value:Object — value to set the property as
|
|
applyFocusFix:Boolean (default = true) — true the whiteboard will refocus the shape to account for size changes
|