Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

knockout-kendo​.editor​.js

  • Last UpdatedMar 12, 2021
  • 1 minute read

// Knockout binding for Kendo editor

(function ()

{

var createBinding = ko.kendo.bindingFactory.createBinding.bind(ko.kendo.bindingFactory);

//use constants to ensure consistency and to help reduce minified file size

var ENABLE = "enable"

VALUE = "value";

// Knockout Kendo Editor

createBinding({

name: "kendoEditor",

defaultOption: VALUE,

events: {

change: VALUE

},

watch: {

enabled: ENABLE,

value: VALUE

}

});

}());

TitleResults for “How to create a CRG?”Also Available in