美文网首页
jQueryMobile

jQueryMobile

作者: 古月的小七 | 来源:发表于2018-11-15 11:26 被阅读0次

    <apex:page showHeader="false" sidebar="false" standardStylesheets="false">

        <apex:stylesheet  value="{! URLFOR($Resource.jQueryMobile,'jQuery.mobile-1.4.5/jquery.mobile-1.4.5.css')}"/>

        <apex:includeScript value="{! $Resource.jQuery}"/>

        <apex:includeScript value="{! URLFOR($Resource.jQueryMobile,'jquery.mobile-1.4.5/jquery.mobile-1.4.5.js')}"/>

        <div style="margin-left: auto; margin-right: auto; width: 50%">

            <h3>

                Images

            </h3>

            <p>

            A hidden message:

                <apex:image alt="eye" title="eye" url = "{! URLFOR($Resource.jQueryMobile,'jquery.mobile-1.4.5/images/icons-png/eye-black.png')}"/>

                <apex:image alt="heart" title="heart" url = "{! URLFOR($Resource.jQueryMobile,'jquery.mobile-1.4.5/images/icons-png/heart-black.png')}"/>

            </p>

            <h3>Background Images on Button</h3>

            <button class = "ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-action">

                action

            </button>

            <button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-star">

              star

            </button>

        </div>

    </apex:page>

    相关文章

      网友评论

          本文标题:jQueryMobile

          本文链接:https://www.haomeiwen.com/subject/woaefqtx.html