<tabs>
<tab name="WinX">
String value editors in WinX contain a Scan scan toggle button on the right side of the textboxtext box. Enabling it invokes a scan window including toggle buttons for QR and OCR scanning.When scanning a code, the related content gets applied to the textboxtext box.
</tab>
<tab name="Mobile(Xamarin)">
To apply the content of a marker to the {{Version/MobileSince|5.2}}String property value editors in Mobile clients, mobile contain a scan toggle button with on the right side of the Command <text box. For now, only QR scanning is supported.When scanning a code>EditPropertyValueCommand</code> and CommandParameter <code>ScanToInput="true"</code> can be used in , the UBIKPropertyArearelated content gets applied to the text box.<source lang = "xml"><Button Command="{Binding You can also use a [[EditPropertyValueCommand}"> <Button#Scan_to_Input|command]] to open the editor with this toggle button turned on by default.CommandParameter> <uc:KeyValueList> <uc:KeyValueParameter Key="ID" Value="TEXT_READWRITE" /> <uc:KeyValueParameter Key="ScanToInput" Value="true" /> </uc:KeyValueList> </Button.CommandParameter></Button></source>
</tab>
</tabs>
This editor also supports [[Min Max Properties]].
[[Category:Client|Editors]]
[[Category:Mobile|Editors]]
[[Category:WinX|Editors]]
== Signature editor ==