Sha256: 7e572ee408d9ef05fdccfbc3403b80f66977f25d8045fc7f73cfc804f58de427

Contents?: true

Size: 603 Bytes

Versions: 12

Compression:

Stored size: 603 Bytes

Contents

class <%= config[:name] %>Screen < <%= config[:platform] %>ScreenBase
  # <%= I18n.translate 'comments.trait' %>
  # trait(:trait)                 { "* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{layout_name}'" }

  # <%= I18n.translate 'comments.elements' %>
  # element(:layout_name)         { pending 'Insert layout identificator' }
  # element(:button)              { pending 'Insert button identificator' }

  # <%= I18n.translate 'comments.actions' %>
  # action(:touch_button) do
  #   touch("* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{button}'")
  # end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
sunomono-1.0.6 lib/templates/screen.tt
sunomono-1.0.5 lib/templates/screen.tt
sunomono-1.0.4 lib/templates/screen.tt
sunomono-1.0.3 lib/templates/screen.tt
sunomono-1.0.0 lib/templates/screen.tt
sunomono-0.3.1 lib/templates/screen.tt
sunomono-0.3.0 lib/templates/screen.tt
sunomono-0.2.0.pre lib/templates/screen.tt
cs-bdd-0.1.9 lib/templates/screen.tt
cs-bdd-0.1.8 lib/templates/screen.tt
cs-bdd-0.1.7 lib/templates/screen.tt
cs-bdd-0.1.6 lib/templates/screen.tt