Initial commit

This commit is contained in:
bartonstee
2020-10-29 14:48:59 +01:00
committed by GitHub
commit 970d4a7df1
15 changed files with 21088 additions and 0 deletions

31
src/Autosearch.xml Normal file
View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<widget id="incentro.autosearch.Autosearch" 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>Autosearch</name>
<description>Mendix Native textbox with an onchange event for searching values when user input is detected</description>
<icon/>
<properties>
<propertyGroup caption="General">
<propertyGroup caption="Data source">
<property key="searchvalue" type="attribute">
<caption>Search value</caption>
<description>The attribute which will hold the search value.</description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
</propertyGroup>
<propertyGroup caption="Events">
<property key="onChange" type="action" required="false">
<caption>On change</caption>
<description/>
</property>
</propertyGroup>
<propertyGroup caption="Common">
<systemProperty key="Name"/>
</propertyGroup>
</propertyGroup>
</properties>
</widget>