|
6 | 6 | <layout-row id="RowLayout6">
|
7 | 7 | <layout-column id="ColumnLayout2" style="align-items: stretch">
|
8 | 8 | <layout-row id="RowLayout7" style="align-items: baseline">
|
9 |
| - <davinci-value-display id="VD_Title" class="myCustomLabel_CSK_Module_RecipeManager" |
10 |
| - value="Recipe Manager"> |
11 |
| - </davinci-value-display> |
| 9 | + <h1 id="Heading_Title" class="myCustomLabel_CSK_Module_RecipeManager"> |
| 10 | + Recipe Manager |
| 11 | + </h1> |
12 | 12 | <davinci-value-display id="VD_Version">
|
13 |
| - <crown-edpws-binding property="value" name="CSK_RecipeManager/OnNewStatusModuleVersion" |
14 |
| - update-on-resume> |
15 |
| - </crown-edpws-binding> |
| 13 | + <crown-on property="value" crown-event="CSK_RecipeManager/OnNewStatusModuleVersion"> |
| 14 | + </crown-on> |
16 | 15 | </davinci-value-display>
|
17 | 16 | </layout-row>
|
18 | 17 | </layout-column>
|
|
66 | 65 | style="justify-content: center; align-items: center">
|
67 | 66 | <davinci-button id="B_LoadConfig"
|
68 | 67 | class="myCustomButton_CSK_Module_RecipeManager"
|
69 |
| - type="outline" icon-position="append" |
70 |
| - title="Load configured parameters from CSK_PersistentData module." |
71 |
| - icon="action/history"> |
| 68 | + type="outline" |
| 69 | + title="Load configured parameters from CSK_PersistentData module."> |
| 70 | + <davinci-icon icon="action/history"> |
| 71 | + </davinci-icon> |
72 | 72 | <span></span>
|
73 | 73 | <crown-binding event="submit"
|
74 | 74 | name="CSK_RecipeManager/loadParameters"
|
|
82 | 82 | </davinci-button>
|
83 | 83 | <davinci-button id="B_SaveConfig"
|
84 | 84 | class="myCustomButton_CSK_Module_RecipeManager"
|
85 |
| - type="outline" icon-position="append" |
86 |
| - title="Save current configured parameters of this module within CSK_PersistentData module." |
87 |
| - icon="content/save"> |
| 85 | + type="outline" |
| 86 | + title="Save current configured parameters of this module within CSK_PersistentData module."> |
| 87 | + <davinci-icon icon="content/save"> |
| 88 | + </davinci-icon> |
88 | 89 | <span></span>
|
89 | 90 | <crown-binding event="submit"
|
90 | 91 | name="CSK_RecipeManager/sendParameters"
|
|
214 | 215 | </layout-row>
|
215 | 216 | <layout-row id="RowLayout8">
|
216 | 217 | <layout-column id="ColumnLayout7" style="align-items: stretch">
|
217 |
| - <layout-row id="RowLayout20"> |
218 |
| - <layout-column id="ColumnLayout10" style="align-items: stretch"> |
219 |
| - <curie-callout id="DC_FlowConfigInfo1" type="info" |
220 |
| - value="FlowConfig priority active."> |
221 |
| - <crown-edpws-binding property="hidden" |
222 |
| - name="CSK_RecipeManager/OnNewStatusFlowConfigPriority" |
223 |
| - update-on-resume converter="function(value) {return !value;}"> |
224 |
| - </crown-edpws-binding> |
225 |
| - </curie-callout> |
226 |
| - </layout-column> |
227 |
| - <layout-column id="ColumnLayout22" style="align-items: stretch"> |
228 |
| - </layout-column> |
229 |
| - </layout-row> |
| 218 | + <layout-row id="RowLayout20"> |
| 219 | + <layout-column id="ColumnLayout10" style="align-items: stretch"> |
| 220 | + <curie-callout id="DC_FlowConfigInfo1" type="info" |
| 221 | + value="FlowConfig priority active."> |
| 222 | + <crown-edpws-binding property="hidden" |
| 223 | + name="CSK_RecipeManager/OnNewStatusFlowConfigPriority" |
| 224 | + update-on-resume converter="function(value) {return !value;}"> |
| 225 | + </crown-edpws-binding> |
| 226 | + </curie-callout> |
| 227 | + </layout-column> |
| 228 | + <layout-column id="ColumnLayout22" style="align-items: stretch"> |
| 229 | + </layout-column> |
| 230 | + </layout-row> |
230 | 231 | <layout-row id="RowLayout18">
|
231 | 232 | <layout-column id="ColumnLayout4" style="align-items: stretch">
|
232 | 233 | <davinci-text-field id="TF_RegisteredEvent" type="text"
|
|
241 | 242 | name="CSK_RecipeManager/setRegisteredEvent"
|
242 | 243 | path="param/args/event" auto-commit>
|
243 | 244 | </crown-binding>
|
244 |
| - <crown-edpws-binding property="disabled" |
245 |
| - name="CSK_RecipeManager/OnNewStatusFlowConfigPriority" |
246 |
| - update-on-resume> |
247 |
| - </crown-edpws-binding> |
| 245 | + <crown-edpws-binding property="disabled" |
| 246 | + name="CSK_RecipeManager/OnNewStatusFlowConfigPriority" |
| 247 | + update-on-resume> |
| 248 | + </crown-edpws-binding> |
248 | 249 | </davinci-text-field>
|
249 | 250 | </layout-column>
|
250 | 251 | <layout-column id="ColumnLayout21" style="align-items: stretch">
|
|
280 | 281 | style="justify-content: flex-end; align-items: center">
|
281 | 282 | <davinci-button id="Button_AddRecipe"
|
282 | 283 | class="myCustomButton_CSK_Module_RecipeManager" type="outline"
|
283 |
| - icon-position="append" icon="content/add" title="Add recipe"> |
| 284 | + title="Add recipe"> |
| 285 | + <davinci-icon icon="content/add"></davinci-icon> |
284 | 286 | <span></span>
|
285 | 287 | <crown-binding event="submit"
|
286 | 288 | name="CSK_RecipeManager/addRecipeViaUI" auto-commit>
|
287 | 289 | </crown-binding>
|
288 | 290 | </davinci-button>
|
289 | 291 | <davinci-button id="Button_RemoveRecipe"
|
290 | 292 | class="myCustomButton_CSK_Module_RecipeManager" type="outline"
|
291 |
| - icon-position="append" icon="action/delete" |
292 | 293 | title="Delete recipe">
|
| 294 | + <davinci-icon icon="action/delete"></davinci-icon> |
293 | 295 | <span></span>
|
294 | 296 | <crown-binding event="submit"
|
295 | 297 | name="CSK_RecipeManager/deleteRecipeViaUI" auto-commit>
|
|
385 | 387 | style="justify-content: flex-end">
|
386 | 388 | <davinci-button id="Button_AddEditRow"
|
387 | 389 | class="myCustomButton_CSK_Module_RecipeManager"
|
388 |
| - type="outline" icon-position="append" |
389 |
| - title="Add/Edit" icon="content/create"> |
| 390 | + type="outline" title="Add/Edit"> |
| 391 | + <davinci-icon icon="content/create"> |
| 392 | + </davinci-icon> |
390 | 393 | <span></span>
|
391 | 394 | <crown-binding event="submit"
|
392 | 395 | name="CSK_RecipeManager/updateRecipeConfig"
|
|
395 | 398 | </davinci-button>
|
396 | 399 | <davinci-button id="Button_RemoveRow"
|
397 | 400 | class="myCustomButton_CSK_Module_RecipeManager"
|
398 |
| - type="outline" icon-position="append" |
399 |
| - title="Remove selected row of recipe." |
400 |
| - icon="action/delete"> |
| 401 | + type="outline" |
| 402 | + title="Remove selected row of recipe."> |
| 403 | + <davinci-icon icon="action/delete"> |
| 404 | + </davinci-icon> |
401 | 405 | <span></span>
|
402 | 406 | <crown-binding event="submit"
|
403 | 407 | name="CSK_RecipeManager/deleteRecipeOrderIDViaUI"
|
|
431 | 435 | <layout-row id="RowLayout14">
|
432 | 436 | <davinci-button id="Button_SortUp"
|
433 | 437 | class="myCustomButton_CSK_Module_RecipeManager"
|
434 |
| - type="outline" icon-position="append" |
435 |
| - icon="navigation/arrow_upward" |
436 |
| - title="Set up in order"> |
| 438 | + type="outline" title="Set up in order"> |
| 439 | + <davinci-icon icon="navigation/arrow_upward"> |
| 440 | + </davinci-icon> |
437 | 441 | <span></span>
|
438 | 442 | <crown-binding event="submit"
|
439 | 443 | name="CSK_RecipeManager/moveTableRowUp"
|
|
442 | 446 | </davinci-button>
|
443 | 447 | <davinci-button id="Button_SortDown"
|
444 | 448 | class="myCustomButton_CSK_Module_RecipeManager"
|
445 |
| - type="outline" icon-position="append" |
446 |
| - icon="navigation/arrow_downward" |
447 |
| - title="Set down in order"> |
| 449 | + type="outline" title="Set down in order"> |
| 450 | + <davinci-icon icon="navigation/arrow_downward"> |
| 451 | + </davinci-icon> |
448 | 452 | <span></span>
|
449 | 453 | <crown-binding event="submit"
|
450 | 454 | name="CSK_RecipeManager/moveTableRowDown"
|
|
459 | 463 | style="justify-content: flex-end">
|
460 | 464 | <davinci-button id="Button_LoadRecipe"
|
461 | 465 | class="myCustomButton_CSK_Module_RecipeManager"
|
462 |
| - type="primary" icon-position="append" |
463 |
| - title="Load recipe for all configured modules." |
464 |
| - icon="navigation/check"> |
| 466 | + type="primary" |
| 467 | + title="Load recipe for all configured modules."> |
| 468 | + <davinci-icon icon="navigation/check"> |
| 469 | + </davinci-icon> |
465 | 470 | <span></span>
|
466 | 471 | <crown-binding event="submit"
|
467 | 472 | name="CSK_RecipeManager/loadRecipeViaUI"
|
|
0 commit comments