Translations:Rule Examples/231/en: различия между версиями

Материал из Wiren Board
(Новая страница: «<syntaxhighlight lang="ecmascript"> defineVirtualDevice("meta_error_test", { title: "Metaerordisplay", cells: { topic: { type: "text", value: "", readonly: true }, value: { type: "text", value: "", readonly: true }, } });»)
 
(нет различий)

Текущая версия на 20:58, 21 сентября 2022

Определение сообщения (Rule Examples)
<syntaxhighlight lang="ecmascript">
defineVirtualDevice("meta_error_test", {
  title: "Metaerordisplay",
  cells: {
     topic: {
     type: "text",
     value: "",
     readonly: true
   },
   value: {
     type: "text",
     value: "",
     readonly: true
   },
  }
});

<syntaxhighlight lang="ecmascript"> defineVirtualDevice("meta_error_test", {

 title: "Metaerordisplay",
 cells: {
     topic: {
     type: "text",
     value: "",
     readonly: true
   },
   value: {
     type: "text",
     value: "",
     readonly: true
   },
 }

});