Skip to main content

How to use Modal in meteor blaze

//modal trigger
<a  href="#Show_invited_list" class="modal-trigger trigger_helper" style="width: 100%; margin-top: 10px;" id="Show_invited" >


//modal html

  <div id="Show_invited_list" class="modal modal-fixed-footer modal_invitees modal_content_height">
        <div class="modal-header modal_header_create_event">
      <p class="modal_heading_p" style="margin-bottom: 0px;"><span style="margin-right: 20px;"><i class="fa fa-chevron-left"></i> </span> S</p>
        </div>

    <div class="modal-content">
       <ul class="collection">

    <li class="collection-item avatar " style="margin-bottom: 10px;">
      <img src="{{profile_pic}}" alt="" class="circle modal_invitees_img_page">
      <p class="invitees_name">{{name}}</p>
      <p class="invitees_headline">{{headline}}
       <span style="float: right;">
      <input type="checkbox" class="inviteuser invitees_headline_label" name="inviteuser[]" value="{{user_id}}" id="{{_id}}" />
      <label class="invitees_headline_label" for="{{_id}}"></label>
        </span>

      </p>
    </li>

  </ul>
    </div>
    <div class="modal-footer modal_footer_last">
       <a href="#!" id="agreeto" class="modal-action modal-close waves-effect waves-green btn-flat modal_footer_last_btn ">Invite</a>
    </div>
  </div>

//modal script
<script type="text/javascript">
 $(document).ready(function(){
    $('.modal').modal();
  });
</script>

Comments

Popular posts from this blog

curl http://localhost:8042/studies/333b2c11-52e9feea-5516186e-ecd61f37-69da2603  curl http://localhost:8042/patients/dc65762c-f476e8b9-898834f4-2f8a5014-2599bc94 bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2AE477A5E4777245/Meteor/OrthancMirror/build$ curl http://localhost:8042/patients [    "333b2c11-52e9feea-5516186e-ecd61f37-69da2603",    "da39a3ee-5e6b4b0d-3255bfef-95601890-afd80709" ] bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2AE477A5E4777245/Meteor/OrthancMirror/build$ curl http://localhost:8042/studies [    "9b5629ef-c28c48db-b3593009-35fda9cb-7a0bb799",    "abae0b24-5a718d9e-1b560140-2cda3ae0-30b846cb" ] bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2AE477A5E4777245/Meteor/OrthancMirror/build$  curl http://localhost:8042/series [    "993a521c-1b11574c-92e1c71d-a048784c-36866be0",    "5f19601c-3e5fa872-e566e9f2-36aa3b31-dc719c3e" ] bird@bird-Lenovo-ideapad-310-15IKB:/med...

Android Commands

meteor run android-device --mobile-server="https://sitename.com" metero build (BUIld Path/home/bird/Downloads/Meteor/bit/uploads ) --server="https://sitename.com"