An Icon has the following properties:
A String Template has the following properties:
Parameters are added to the String Template through standard 0-based arguments common in programming. The first parameter is substituted for the text {0}, the second for {1}, continuing for each sequential number. For example, the String Name Machine{0}, Application{1} with parameters that evaluate to One and Two, returns the value Name, MachineOne, ApplicationTwo.
For example, suppose the String Name: {0} has a parameter that evaluates to a list of server names:
Then the String binding evaluates to the following list:
A renderer can also be specified for a String binding.
The Rich Text data value is the same String Template, but permits some XHTML in its content. There are no block-level constructors. For more information see String Template. A renderer cannot be chosen. Any formatting must be controlled by the use of XHTML tags.
A text box allows you to type a value for the string. Parameters are permitted as well as XHTML. | |
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center