Sha256: 1556df5c277ef8b3b9e363118319184caaa3313abe5af4b133504e70b0d956d5

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

# This component has the header hidden by using some extra styles
class CssInclusion < Netzke::Base
  js_configure do |c|
    c.html = "Should not be seen"
    c.title = "CssInclusion component with invisible body"
    c.bodyCls = "require-css" # so we can target this in custom.css
  end

  css_configure do |c|
    c.require :custom
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.8.4 test/core_test_app/app/components/css_inclusion.rb
netzke-core-0.8.3 test/core_test_app/app/components/css_inclusion.rb
netzke-core-0.8.2 test/core_test_app/app/components/css_inclusion.rb