From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
===== Tag "table" ===== | ===== Tag "table" ===== | ||
− | < | + | <syntaxhighlight lang="XML"> |
<table id="a_mess" key="0" col_lst="0;1;2"> | <table id="a_mess" key="0" col_lst="0;1;2"> | ||
<list id="0" dscr="Id" acs="36" tp="str"/> | <list id="0" dscr="Id" acs="36" tp="str"/> | ||
Line 7: | Line 7: | ||
<list id="3" dscr="Hide" acs="52" tp="bool"/> | <list id="3" dscr="Hide" acs="52" tp="bool"/> | ||
</table> | </table> | ||
− | </ | + | </syntaxhighlight> |
Latest revision as of 10:40, 22 July 2022
Tag "table"
<table id="a_mess" key="0" col_lst="0;1;2">
<list id="0" dscr="Id" acs="36" tp="str"/>
<list id="1" dscr="Name" acs="52" tp="str"/>
<list id="2" dscr="Type" acs="52" tp="str"/>
<list id="3" dscr="Hide" acs="52" tp="bool"/>
</table>