-
Notifications
You must be signed in to change notification settings - Fork 58
Save Formats
Chriztian Steinmeier edited this page Aug 24, 2015
·
5 revisions
The picker property editors can be configured with a Save Format to determine how the selected items are stored:
"keyValue1, keyValue2, ..."
[
{
'key' : 'keyValue1',
'label' : 'labelValue1'
},
{
'key' : 'keyValue2',
'label' : 'labelValue2'
},
...
]
<Picker>
<Picked Key="keyValue1">
<![CDATA[labelValue1]]>
</Picked>
<Picked Key="keyValue2">
<![CDATA[labelValue2]]>
</Picked>
...
</Picker>
In addition to these save formats, there's also a Relations Only option where a local value is not stored, this causes the relations data to be become the primary data source.