prefix


prefixstring

Sets or gets the dashboard input prefix.

You can get or set a prefix for a dashboard input element. For example, you can set a prefix to be a currency, such as '$'.

The following formats are supported:

  • A string literal, such as '$'
  • Vector images from the Media Manager: wix:vector://v1//
  • Vector images from the web: http(s)://
  • Vector XML strings: ...

To disable the dashboard input prefix, set the prefix property to null.

Was this helpful?
Yes
No