Create labels, a text box, and a dialog context object.
-
Create a panel title label:
-
In Project view, right-click SavePanel (type) and select .
-
Hover-over the label, select
, and enter PanelTitleLabel.
-
In Properties, set Text to Value Panel.
-
In Project view, right-click SavePanel (type) and select .
-
Create a value text box:
-
In Project view, right-click SavePanel (type) and select .
-
Hover-over the text box, select
, and enter ValueTextBox.
-
In Events, next to Modified text, select
and select .
-
Under Input arguments, create a dynamic link between Dialog and .
-
Under Input arguments, create a dynamic link between AliasNode and .
Tip: You can select the @Attribute values from the Attribute drop-down menu at the bottom of the dialog.
-
Create a blank value label:
-
In Project view, right-click ValuePanel (type) and select .
-
Hover-over the label, select
, and enter ValueLabel.
-
In Properties, remove the Text property value.
-
Configure the confirmation dialog context object:
-
In Project view, select ConfirmationDialogContext1.
-
In Properties, create a complex dynamic link between the Message property and the Text property of ValueTextBox with the use of a string formatter.
- Format
- Do you really want to apply the value: {0}?
- {0} DynamicLink
- .
-
In Project view, expand ConfirmationDialogContext1 and select OnConfirm.
-
In Properties, create a dynamic link between OnConfirm and .
-
Under Input arguments, create a dynamic link between VariableToModify and .
Tip: You can select the @Attribute values from the Attribute drop-down menu at the bottom of the dialog.
-
Under Input arguments, create a dynamic link between Value and .