51 lines
2.4 KiB
XML
51 lines
2.4 KiB
XML
<?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>
|
|
<property key="editable" type="boolean" required="true" defaultValue="true">
|
|
<caption>Editable</caption>
|
|
<description/>
|
|
</property>
|
|
<property key="autoFocus" type="attribute">
|
|
<caption>Auto focus</caption>
|
|
<description>Boolean attribute to focus the element.</description>
|
|
<attributeTypes>
|
|
<attributeType name="Boolean"/>
|
|
</attributeTypes>
|
|
</property>
|
|
</propertyGroup>
|
|
<propertyGroup caption="Events">
|
|
<property key="onChange" type="action" required="false">
|
|
<caption>On change</caption>
|
|
<description/>
|
|
</property>
|
|
<property key="onEnter" type="action" required="false">
|
|
<caption>On focus</caption>
|
|
<description/>
|
|
</property>
|
|
<property key="onLeave" type="action" required="false">
|
|
<caption>On submit</caption>
|
|
<description/>
|
|
</property>
|
|
</propertyGroup>
|
|
<propertyGroup caption="Common">
|
|
<systemProperty key="Name"/>
|
|
</propertyGroup>
|
|
</propertyGroup>
|
|
</properties>
|
|
</widget>
|