This flag determines if spaces within a hyperlink widget are encoded into HTML characters. When not encoded, the hyperlink text will wrap; however, spaces within the hyperlink will collapse into one visible space. The default value is false for Rich Display File development and true for Genie development.
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
pui["encode hyperlink spaces"] = true;
|