data (persistent get/set property)This property embeds the data statically in the control. The actual data value must be in the format that the control expects. Sapphire/Web produces server applications that produce such a data stream, but the control will work with any compatible source. The value can be a Sapphire data site, in which case, the data is "live", but the control will not be able to "refresh" itself without a "urlSrc" tag. This property should be used rarely as "urlSrc" has far greater capabilities.
The HTML parameter name for this property is "data".