18 lines
823 B
XML
18 lines
823 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<widget id="incentro.mountevent.MountEvent" pluginWidget="true" needsEntityContext="true" offlineCapable="true"
|
||
|
|
supportedPlatform="Native"
|
||
|
|
xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
|
||
|
|
<name>Mount Event</name>
|
||
|
|
<description>Perform an action on widget mount.</description>
|
||
|
|
<icon/>
|
||
|
|
<properties>
|
||
|
|
<propertyGroup caption="Events">
|
||
|
|
<property key="onMount" type="action" required="false">
|
||
|
|
<caption>On mount</caption>
|
||
|
|
<description>Action when widget mounts.</description>
|
||
|
|
</property>
|
||
|
|
</propertyGroup>
|
||
|
|
</properties>
|
||
|
|
</widget>
|