Raddata形式的自定义编辑器本机脚本以及基于自定义属性名称的方式我们如何编辑自定义编辑器

时间:2019-07-22 10:52:56

标签: nativescript

用于多个源对象的RadDataForm自定义编辑器的示例

        <TKEntityProperty tkDataFormProperty name="maps" displayName="Mapss" index="7">     
            <TKCustomPropertyEditor tkEntityPropertyEditor 
    (editorNeedsView)="editorNeedsView($event)" 
    (editorHasToApplyValue)="editorHasToApplyValue($event)"
     (editorNeedsValue)="editorNeedsValue($event)"></TKCustomPropertyEditor>
   </TKEntityProperty>
   <TKEntityProperty tkDataFormProperty name="camera" 
   imageResource="res://camera" index="8">
   <TKCustomPropertyEditor tkEntityPropertyEditor 
   (editorNeedsView)="editorNeedsView($event)" 
   (editorHasToApplyValue)="editorHasToApplyValue($event)"
    (editorNeedsValue)="editorNeedsValue($event)"></TKCustomPropertyEditor>

0 个答案:

没有答案