DynamicModuleBox
DynamicModuleBox[{x,y,…},expr]
is a low-level construct that represents a DynamicModule with localized symbols x, y, ….
DynamicModuleBox[{x=x0,y=y0,…},expr]
specifies values for x, y, ….
Details and Options
- DynamicModuleBox is generated as the low-level representation of DynamicModule. Except for low-level notebook expression manipulation, DynamicModuleBox should not need to be used directly.
- The following options can be given:
-
BaseStyle {} base style specifications for the displayed object Deinitialization None an expression to evaluate when the DynamicModule can no longer be displayed DynamicModuleValues Automatic dynamically updated data on variable values Initialization None an expression to evaluate when the DynamicModule is first displayed SaveDefinitions False whether to save all definitions related to expr SynchronousInitialization True whether to perform initialization synchronously UndoTrackedVariables None variables that, when changed, should be tracked by the front end's undo mechanism UnsavedVariables None variables whose values should not be saved
Examples
Basic Examples (1)
Create a SliderBox with a dynamically updating localized variable:
Wolfram Research (2007), DynamicModuleBox, Wolfram Language function, https://reference.wolfram.com/language/ref/DynamicModuleBox.html.
Text
Wolfram Research (2007), DynamicModuleBox, Wolfram Language function, https://reference.wolfram.com/language/ref/DynamicModuleBox.html.
CMS
Wolfram Language. 2007. "DynamicModuleBox." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DynamicModuleBox.html.
APA
Wolfram Language. (2007). DynamicModuleBox. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DynamicModuleBox.html