• HTML5-jQueryMobile 按钮Icon组件


    代码如下:

        <a href="#home" data-role="button" data-icon="home">主页 home</a>
        <a href="#home" data-role="button" data-icon="arrow-l"> 左箭头 arrow-l</a>
        <a href="#home" data-role="button" data-icon="arrow-r"> 右箭头 arrow-r</a>
        <a href="#home" data-role="button" data-icon="arrow-u"> 上箭头 arrow-u</a>
        <a href="#home" data-role="button" data-icon="arrow-d"> 下箭头 arrow-d</a>
        <a href="#home" data-role="button" data-icon="delete"> 删除 delete</a>
        <a href="#home" data-role="button" data-icon="plus"> 加号+ plus</a>
        <a href="#home" data-role="button" data-icon="minus"> 减号- minus</a>
        <a href="#home" data-role="button" data-icon="check"> 对号 check</a>
        <a href="#home" data-role="button" data-icon="gear"> 锯齿 gear</a>
        <a href="#home" data-role="button" data-icon="refresh"> 刷新 refresh</a>
        <a href="#home" data-role="button" data-icon="forward"> 前进 forward</a>
        <a href="#home" data-role="button" data-icon="back"> 返回 back</a>
        <a href="#home" data-role="button" data-icon="grid"> 网格 grid</a>
        <a href="#home" data-role="button" data-icon="star"> 星星 star</a>
        <a href="#home" data-role="button" data-icon="alert"> 提示 alert</a>
        <a href="#home" data-role="button" data-icon="info"> 信息 info</a>
        <a href="#home" data-role="button" data-icon="search"> 查找 search</a>

     图标位置:data-iconpos:四种值 left  right  top  bottom

       图标按钮:data-iconpos:notext    只有图标没有文字

       具有内联:data-inline="true"

     分组按钮:data-role="controlgroup"

     水平排列:data-type="horizontal"

    PS:在我这个阶段对应如何用jQuery Mobile和肿么用合适还没有了解,只是看到觉得很好玩,很省事,练着玩~

  • 相关阅读:
    动词 + to do、动词 + doing
    图像直线检测——霍夫线变换
    x=min(x, y)
    x=min(x, y)
    算法 Tricks(三)—— 数组(序列)任意区间最小(大)值
    算法 Tricks(三)—— 数组(序列)任意区间最小(大)值
    分治法求解切割篱笆
    分治法求解切割篱笆
    GMM的EM算法实现
    秒杀多线程第二篇 多线程第一次亲热接触 CreateThread与_beginthreadex本质差别
  • 原文地址:https://www.cnblogs.com/qdmaomao/p/4560488.html
Copyright © 2020-2023  润新知