in a widget, we like to have a Menu as input parameter. There a new property type for the menu? Is there a new widget.xsd for Mendix 5? The Mx4 supports these types <xs:simpleType name="propertyTypeType"> <xs:restriction base="xs:string"> <xs:enumeration value="attribute"/> <xs:enumeration value="boolean"/> <xs:enumeration value="entity"/> <xs:enumeration value="entityConstraint"/> <xs:enumeration value="enumeration"/> <xs:enumeration value="form"/> <xs:enumeration value="image"/> <xs:enumeration value="integer"/> <xs:enumeration value="microflow"/> <xs:enumeration value="object"/> <xs:enumeration value="string"/> <xs:enumeration value="translatableString"/> </xs:restriction> </xs:simpleType>
asked
Andries Smit
1 answers
1
There is currently no way to retrieve a menu that is defined in the Modeler as input parameter in a widget. It sounds like a cool feature though, so you could file a feature request.