Sha256: 1183abc09e46603278c36de81af284c1cf0d7b21b433ca09777cec85ec173005
Contents?: true
Size: 641 Bytes
Versions: 8
Compression:
Stored size: 641 Bytes
Contents
= render :file => "pages/content_to_tour_1" %ul#step_log{:style => "background: #000; color: #fff; padding: 5px; margin: 5px; border-radius: 5px"} = joyride :chooseID, :cookie => false, :animation => :fade, :post_step_callback => "$(\"#step_log\").append('<li>Step rendered</li>');", :post_tour_callback => "alert('done');", :tip_class => "bootstrap_tour" do |j| = j.step :section1, "This is the first step" = j.step :section2, "This is the second step" = j.step :word1, "This is the a random word" = j.step :word2, "Another random word" = j.step :word3, "One last random word"
Version data entries
8 entries across 8 versions & 1 rubygems