Sha256: 1a170b353b7e9d6d06a75404c6e6630ebc9a26fdb1689248a1c198ca245cff65

Contents?: true

Size: 887 Bytes

Versions: 17

Compression:

Stored size: 887 Bytes

Contents

<h1>Home#index</h1>
<p>Find me in app/views/home/index.html.erb</p>

<input type="text" class='datepicker' >

<a href="#myModal" role="button" class="btn" data-toggle="modal">Datepicker in Modal</a>
 
<!-- Modal -->
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h3 id="myModalLabel">Modal header</h3>
  </div>
  <div class="modal-body">
    <input type="text" class='datepicker' >
  </div>
  <div class="modal-footer">
    <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
    <button class="btn btn-primary">Save changes</button>
  </div>
</div>

<script type="text/javascript">
  $('.datepicker').datepicker()
</script>

<div style='margin-bottom:200%'></div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bootstrap-datepicker-rails-1.1.1.4 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.1.1.3 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.1.1.2 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.1.1.1 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.1.0.1 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.7 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.4 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.6 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.5 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.3 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.2 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0.1 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-1.0.0 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-0.6.42 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-0.6.41 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-0.6.40 testapp/app/views/home/index.html.erb
bootstrap-datepicker-rails-0.6.39 testapp/app/views/home/index.html.erb