(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 86: | Line 86: | ||
''cols'' — list of columns in the request attribute;<br/> | ''cols'' — list of columns in the request attribute;<br/> | ||
''rows'' — range of rows in the attribute of the request;<br/> | ''rows'' — range of rows in the attribute of the request;<br/> | ||
− | ''s_com'' — types of the table's modification [add][,del][,ins][,move]: | + | ''s_com'' — types of the table's modification [add][,del][,ins][,move][,{user}]: |
− | :''add'' — add | + | :''add[:{CustName}]'' — add row, with the menu item custom name ''CustName''; |
− | :''ins'' — insert | + | :''ins[:{CustName}]'' — insert row, with the menu item custom name ''CustName''; |
− | :''del'' — delete | + | :''del[:{CustName}]'' — delete row, with the menu item custom name ''CustName''; |
− | :''move'' — move | + | :''move'' — move row; |
+ | :''{user}[:{name}]'' — user command to row or in whole table with the menu item name ''name''. | ||
|list | |list | ||
|- | |- |
Revision as of 21:05, 20 April 2022
Table 6. Hierarchical dependencies of the information elements of the language.
Tag | Description | Attributes | Contents |
---|---|---|---|
oscada_cntr | The root element of the page. It is the only and serves to identify the origin of language of control interface. |
id — ID; |
area, img, branches |
branches | Container of the groups of child branches of the node. |
id — Container's ID. It is equal: br.||grp | |
grp | The group of the child nodes. |
id — prefix of the group of child nodes in the system; |
|
area | Grouping of the standard tags. |
id — ID; |
area, fld, list, table, comm, img |
comm | Commands to the node. |
id — ID; |
fld |
fld | Description of the standard data types. |
id — ID;
Connected:
select — path to the hidden list; |
|
list | List of standard data types. |
id — ID;
idm — indexed list (0|1);
Connected: |
|
table | Table of standard data types. |
id — ID;
|
list |
img | Image. |
id — ID; |