19 lines
761 B
XML
19 lines
761 B
XML
<!--
|
||
Example
|
||
<lv_calendar src="img1 img2" duration="300" repeat_count="3"/>
|
||
-->
|
||
|
||
<widget>
|
||
<api>
|
||
<prop name="today_year" type="int" help="Mark today’s year in the calendar"/>
|
||
<prop name="today_month" type="int" help="Mark today’s month in the calendar"/>
|
||
<prop name="today_day" type="int" help="Mark today’s day in the calendar"/>
|
||
|
||
<prop name="shown_year" type="int" help="Show this year in the calendar"/>
|
||
<prop name="shown_month" type="int" help="Show this month in the calendar"/>
|
||
|
||
<element name="header_arrow" access="add" help="Add arrow buttons for navigating months"/>
|
||
<element name="header_dropdown" access="add" help="Add a dropdown for selecting months or years"/>
|
||
</api>
|
||
</widget>
|