Mendix小部件开发

配置触发事件(触发微流,触发页面)

 <propertyGroup caption="Events">
     <property key="onChangeAction" type="action" required="false">
        <caption>On change</caption>
            <description/>
    </property>
</propertyGroup>

配置属性值

 <propertyGroup caption="Data source">
            <property key="textAttribute" type="attribute">
                <caption>Attribute (path)</caption>
                <description/>
                <attributeTypes>
                    <attributeType name="String"/>
                </attributeTypes>
            </property>
        </propertyGroup>

配置是否显示Label

<propertyGroup caption="Label">
            <systemProperty key="Label" />
        </propertyGroup>

配置是否不允许编辑

<systemProperty key="Editability"/>

配置可见性(权限)

<systemProperty key="Visibility"/>

配置调用微流并返回值

 <property key="messageMicroflow" type="microflow" required="false">
                <caption>Message Microflow</caption>
                <category>Data source</category>
                <description>Return value: the message to show.</description>
//返回类型
                <returnType type="String" />
            </property>

dfgdfg

全部评论

相关推荐

粗心的熊熊求求offer:什么内容都没有还弄两页
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务