Files
backhandler/dist/tmp/widgets/Backhandler.xml
bartonstee 4cadaa1db7 Initial commit
This is not completed functionality.
2020-09-30 18:19:35 +02:00

21 lines
957 B
XML

<?xml version="1.0" encoding="utf-8"?>
<widget id="incentro.backhandler.Backhandler" 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>Backhandler</name>
<description>Disregard back events on page</description>
<icon/>
<properties>
<propertyGroup caption="General">
<property key="disableBack" type="attribute" required="true">
<caption>Disable</caption>
<description>Boolean for enabling/disabling backhandler</description>
<attributeTypes>
<attributeType name="Boolean"/>
</attributeTypes>
</property>
</propertyGroup>
</properties>
</widget>