2024-11-22 10:46:13 +01:00
|
|
|
<!--
|
|
|
|
<lv_table col_cnt="4">
|
|
|
|
<lv_table-column column="2" width="30px"/>
|
|
|
|
<lv_table-cell row="2" column="1" value="hello" ctrl="text_crop merge_right"/>
|
|
|
|
<lv_table-cell row="3" column="0" value="world"/>
|
|
|
|
</lv_table>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<widget>
|
|
|
|
<api>
|
|
|
|
<enumdef name="lv_table_cell_ctrl" help="Type of the chart">
|
|
|
|
<enum name="merge_right"/>
|
|
|
|
<enum name="text_crop"/>
|
|
|
|
<enum name="custom_1"/>
|
|
|
|
<enum name="custom_2"/>
|
|
|
|
<enum name="custom_3"/>
|
|
|
|
<enum name="custom_4"/>
|
|
|
|
</enumdef>
|
|
|
|
|
2025-01-08 17:25:06 +01:00
|
|
|
<prop name="row_conunt" help="">
|
2024-11-22 10:46:13 +01:00
|
|
|
<param name="cnt" type="int" help=""/>
|
|
|
|
</prop>
|
2025-01-08 17:25:06 +01:00
|
|
|
<prop name="column_conunt" help="">
|
2024-11-22 10:46:13 +01:00
|
|
|
<param name="cnt" type="int" help=""/>
|
|
|
|
</prop>
|
|
|
|
<prop name="selected cell" help="">
|
|
|
|
<param name="row" type="int" help=""/>
|
|
|
|
<param name="column" type="int" help=""/>
|
|
|
|
</prop>
|
|
|
|
|
|
|
|
<element name="column" access="set">
|
|
|
|
<arg name="column" type="int" help=""/>
|
|
|
|
<prop name="values" help="set values from an array">
|
|
|
|
<param name="width" type="px" help="width of the column"/>
|
|
|
|
</prop>
|
|
|
|
</element>
|
|
|
|
|
|
|
|
<element name="cell" access="set">
|
|
|
|
<arg name="row" type="int" help=""/>
|
|
|
|
<arg name="column" type="int" help=""/>
|
2025-01-08 17:25:06 +01:00
|
|
|
<prop name="value" type="string" help=""/>
|
|
|
|
<prop name="ctrl" type="enum:lv_table_cell_ctrl+" help=""/>
|
2024-11-22 10:46:13 +01:00
|
|
|
</element>
|
|
|
|
</api>
|
|
|
|
</widget>
|