Sha256: b12c02b4bf192a425c84c4fc5decabce628ee130b74245a357c5a06c249a32ee
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
# This component has the header hidden by custom CSS class ComponentWithCustomCss < Netzke::Base js_property :title, "ComponentWithCustomCss" js_property :html, "A component with the header hidden by means of custom CSS" css_include "#{File.dirname(__FILE__)}/custom.css" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
netzke-core-0.6.4 | test/rails_app/app/components/component_with_custom_css.rb |
netzke-core-0.6.3 | test/rails_app/app/components/component_with_custom_css.rb |