Updated to latest code
This commit is contained in:
34
dist/tmp/widgets/Backhandler.xml
vendored
34
dist/tmp/widgets/Backhandler.xml
vendored
@@ -1,17 +1,17 @@
|
||||
<?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="Events">
|
||||
<property key="onBack" type="action" required="false">
|
||||
<caption>On backpress</caption>
|
||||
<description>Flow to call when hardware backbutton is used.</description>
|
||||
</property>
|
||||
</propertyGroup>
|
||||
</properties>
|
||||
</widget>
|
||||
<?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="Events">
|
||||
<property key="onBack" type="action" required="false">
|
||||
<caption>On backpress</caption>
|
||||
<description>Flow to call when hardware backbutton is used.</description>
|
||||
</property>
|
||||
</propertyGroup>
|
||||
</properties>
|
||||
</widget>
|
||||
|
||||
22
dist/tmp/widgets/package.xml
vendored
22
dist/tmp/widgets/package.xml
vendored
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<package xmlns="http://www.mendix.com/package/1.0/">
|
||||
<clientModule name="Backhandler" version="1.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
|
||||
<widgetFiles>
|
||||
<widgetFile path="Backhandler.xml"/>
|
||||
</widgetFiles>
|
||||
<files>
|
||||
<file path="incentro/backhandler"/>
|
||||
</files>
|
||||
</clientModule>
|
||||
</package>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<package xmlns="http://www.mendix.com/package/1.0/">
|
||||
<clientModule name="Backhandler" version="1.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
|
||||
<widgetFiles>
|
||||
<widgetFile path="Backhandler.xml"/>
|
||||
</widgetFiles>
|
||||
<files>
|
||||
<file path="incentro/backhandler"/>
|
||||
</files>
|
||||
</clientModule>
|
||||
</package>
|
||||
|
||||
Reference in New Issue
Block a user