Gets and sets the formatted text displayed in the dialog.
<b>Bold</b>
, <i>Italic</i>
, and <br />
for a line break. It also supports hyper-links, which when clicked by the user, Fusion will open the specified URL in the default browser. Hyper-links are defined using the <a>
tag such as "You are using Autodesk's <a href=http://fusion.autodesk.com>Fusion</a>.
".
When setting the formattedText it's assumed the string has HTML formatting and it's best if the TextBoxCommandInput is set the input to be read-only. If the user edits formatted text, the result that's returned by both the formattedText and the text property may not always be as expected. If you want the user to enter or edit text in the text input, then you use the text property to define the text."textBoxCommandInput_var" is a variable referencing a TextBoxCommandInput object.
|
"textBoxCommandInput_var" is a variable referencing a TextBoxCommandInput object.
|