Skip to content

Commit 83664b5

Browse files
Merge pull request #96 from telerik/tachev/add-angular-editor-params-demo
docs: add angular demo for editor params
2 parents 243f49e + 4d02a7f commit 83664b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdkAngular/app/dataform/editors/dataform-editors.component.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
</TKEntityProperty>
2020
<!-- << angular-dataform-property-readonly-html -->
2121
<TKEntityProperty tkDataFormProperty name="numberOfTickets" displayName="Number of Tickets" index="5">
22-
<TKPropertyEditor tkEntityPropertyEditor type="Stepper"></TKPropertyEditor>
22+
<!-- >> angular-dataform-editor-params-xml -->
23+
<TKPropertyEditor tkEntityPropertyEditor type="Stepper">
24+
<TKPropertyEditorParams tKEditorParams minimum="0" maximum="100" step="2"></TKPropertyEditorParams>
25+
</TKPropertyEditor>
26+
<!-- << angular-dataform-editor-params-xml -->
2327
</TKEntityProperty>
2428
<TKEntityProperty tkDataFormProperty name="contactName" displayName="Contact Name" index="6">
2529
<TKPropertyEditor tkEntityPropertyEditor type="Text"></TKPropertyEditor>

0 commit comments

Comments
 (0)