文本标题模块实例

 

功能点击文本跳转链接

<ui>
  <view>
    <container>      
      <editProperty>
        <dataDefines>
            <dataDefine type="text" name="title" propertyName="标题文字"/>
            <dataDefine type="url" name="url" propertyName="标题链接" isNull="true" validateType="taokeurl||wirelessurl"/>
        </dataDefines>
    </editProperty>
    <subViews>
        <label value="$title">
          <events>
            <event type="click">
              <actions>
               <openURL url="$url" />
           </actions>
       </event>
   </events>
</label>
</subViews>
</container>  
</view>
</ui>
原文地址:https://www.cnblogs.com/tinyphp/p/13612917.html