Checkpoint

Example

Razor
<kendo-checkpoint>
    <checkpoint-template></checkpoint-template>
    <messages />
</kendo-checkpoint>

ChildTags

Tag NameDetails
checkpoint-templateTemplateTagHelper
messagesCheckpointMessagesSettingsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
display-modeCheckpointDisplayModeControls when the checkpoint button is visible.
on-actionStringThe name of the JavaScript function that will handle the action event. Fired when the user clicks the checkpoint button.The event handler function context (available via the this keyword) will be set to the widget instance.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
stateCheckpointStateThe current action state of the checkpoint.
template-handlerStringA function used to render the entire checkpoint body, replacing the default button layout. Called with an empty object and must return an HTML string. This option expects the name of a JavaScript function that will be called to return the template.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support